#header1 {
    font-size: 69px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 20px black;
}

body {
    margin: 0;
    font-family: SF Pro Text, Helvetica, Arial, sans-serif;
}

.logo {
    height: 22px;
    margin: 0;
}

.navbar {
    margin: auto;
    position: fixed;
    width: 100%;
}

.navbar nav {
    width: 100%;   
    background-color: #212121;
}

.navbar li {
    list-style-type: none;
    /*when I specify 2 values to margin, the first one is for the top and bottom side, the second for the left and right side*/
    margin: 0.7vw 2.5vw;
    font-size: 1.6vh;
    display: inline;
    vertical-align: middle;
}

@keyframes navbarhover {
    from {color: #0084ff;}
    to {color: #1BB7F1;}
}

.navbar a {
    text-decoration: none;
    color: #0084ff;
}

.navbar a:hover {
    animation-name: navbarhover;
    animation-duration: 200ms;
    animation-fill-mode: both;
}

.navbar ul {
    margin: 0;
    padding: 15px;
    text-align: center;
}

.container {
    text-align: center;
    padding: 60px 20px;   

}

#investContainer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(Images/cryptocurrencyBackground.jpg);
}

.button1 {
	background:linear-gradient(330deg,  #0095ff 5%, #00e1ff 100%);
	background-color:#44c767;
	border-radius:28px;
	border:1px solid #0059ff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
    margin: 25px;
}

.button1:hover {
	background:linear-gradient(330deg,  #00e1ff 5%, #0095ff 100%);
	background-color:#5cbf2a;
}
.button1:active {
	position:relative;
	top:1px;
}

.textbox1 {
    font-size: 20px;
    margin: 0% auto;
    width: 45%;
    height: 35%;
}

#p1 {
    color: white;
    text-shadow: 2px 2px 10px black;
    font-weight: 200;
}

#factsContainer {
    margin: 0;
    padding: 30px;
    background-color: #e9e9e9;
}


.sideDiv {
    width: 50%;
    margin: 0;
    text-align: center;
}

.factsBody {
    display: flex;
    padding: 25px;
}

#header2 {
    font-size: 50px;
}

#teamContainer {
    padding: 35px 15px;
}

#slideshowImageContainer {
    height: 500px;
    padding: 65px 25px;
}

.iconContainer {
    vertical-align: middle;
}

.icon1 {
    height: 80px;
    padding: 10px 10px;
}

#icon12 {
    height: 70px;
    vertical-align: middle;
}

#icon14 {
    height: 70px;
    vertical-align: middle;
}

.p2h {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.p2t {
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0 100px;
}

#p2t1 {
    padding: 0 150px;
}

#p2t2 {
    padding: 0 150px;
}

#p2t3 {
    padding: 0 140px;
}

.footer {
    background-color: #212121;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.copyrightContainer {
    width: fit-content;
    height: 100px;
    text-align: left;
    color: rgb(134, 134, 134);
    font-size: 15px;
    font-weight: 450;
    vertical-align: bottom;
}

#copyright {
    margin: 15px 200px;
    position: absolute;
    bottom: 0;
}

.subheaderContainer {
    font-weight: bold;
}

#constructionHeader {
    font-size: 69px;
    padding-top: 20px;
}

#constructionText {
    margin: 0px 20%;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 200;
}

#constructionContainer {
    background-color: #eeedf0;
}

#header3 {
    font-size: 69px;
    font-weight: 600;
}

#aboutText {
    font-size: 18px;
    padding: 20px 10%;
    text-align: justify;
}

.sideDivContainer {
    display: flex;
}

#hq {
    padding: 30px
}

#text1 {
    padding-bottom: 20px;
    padding-left: 20%;
    padding-right: 20%;
    font-size: 20px;
}

#constructionIcon {
    padding: 50px;
    height: 380px
}

.TeamImage {
    height: 400px;
    padding: 50px 80px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 70px;
}
#contact {
    padding: 50px 200px;
}

#contactList {
    list-style-type: none;
    padding: 0 200px;
    margin: 0;
}