@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
   font-family: 'Roboto', sans-serif;
   font-style: normal;
   color: #292929;
   margin: 0;
   background-color: #f3f3f3;
}

header{
	position: static;
	background-image: url("../img/header.jpg");
	background-size: cover;
	height: 200px;
	width: 100%;
	overflow-x:hidden;
}

#logo{
	position: absolute;
	top: 80px;
	left: 96px;
}

#header-button{
	position: absolute;
	top:  87px;
	right: 96px;
}

h1	{

	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 57px;
	color: #000000;
	/* identical to box height, or 114% */

}

h2,h3{
	
	font-weight: 300;
	font-size: 26px;
	line-height: 40px;
	/* identical to box height, or 154% */

}

h4, h5{	

	font-weight: 400;
	font-size: 18px;
	line-height: 21px;

}

p, li{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
	/* or 175% */
}

.error{

	color:  red;
}

a {

	color: #9C730B;
}
a:hover, a:active {
	color:  #292929
}

.anchor {
	color: #292929;
}

/* Rodeo Button */
.btn-rodeo{
display: inline-block;
width: 250px;
border-radius: 30px;
padding: 10px;
color: #CABD9D;
border: 2px solid #CABD9D;
box-sizing: border-box;
text-decoration: none;
text-align: center;
outline: none; 
text-transform: uppercase;
}

.btn-rodeo:hover, .btn-rodeo:active {
	background-color: #fff; 
	color: #9C730B;
	border: 2px solid #9C730B;
}


/* Nile Blue Button */
.btn-blue{
background-color: #fff; 
display: inline-block;
width: 250px;
border-radius: 30px;
padding: 10px;
color: #1C3B4E;
border: 2px solid #1C3B4E;
box-sizing: border-box;
text-decoration: none;
text-align: center;
outline: none; 
text-transform: uppercase;
font-weight: 400;
margin-top: 30px;
}

.btn-blue:hover, .btn-blue:active {

	background-color: #1C3B4E; 
	color: #fff;
	border: 2px solid #1C3B4E;
}

.button2{

	margin-left: 50px;

}

.divider{

	padding-top: 40px;
	padding-bottom: 30px;
}

/*-----POSITIONING & LAYOUT OF PAGE ELEMENTS--------------------*/



#content-wrapper{
	position: relative;
	max-width: 1250px;
	margin: 0px auto;
	padding-right: 50px;
	padding-left: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

main{
	position: relative;
	max-width: 788px;
	top: 50px;
	order: 1;

}


#jump-nav{
	position: sticky;
	margin-top: 50px;
	margin-left: 60px;
	padding:  20px;
	top: 30px;
	width: 280px;
	height:  min-content;
	/*height: 531px;*/
	order:  2;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.10);
}

#jump-nav li{

	padding-bottom: 15px;
}


#audience{
	position: relative;
}

.audience-card{
	position: relative;
	width: 368px;
}


.audience-card div {

	background-color: #fff;
	position: relative;
	width: 100%;
	height: 136px;
	border-radius: 4px;

}

.audience-card div img {
	
	width: 48px;
	height: 48px;
	align-items: center;
	padding-top: 20px;
}

.audience-card div p{

	text-align: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #8C1652;
	width: 368px;

}

#miner-audience{
	display: inline-block;

}

#investor-audience{
display: inline-block;
float: right;
}


.clear{

	clear: both;
}


footer{
	margin-top: 150px;
	position: relative;
	width: 100%;

}


footer ul li{

	display: inline-block;
}

footer nav{
	position:  absolute;
	left:  0;
	bottom:  0;
	width: 100%;
	background-color: #395D76;
	height:  60px;
	vertical-align: middle;
}


footer nav ul li, footer nav ul li a{

	color:  #fff;
	font-size:14px;
	margin-left: 95px;

}

.terms{

	margin-left: 50px;

}


form input{

	width: 300px;
	padding:  15px;
	border: solid 1px #D0D0D0;
	border-radius: 4px;
	box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
}

button {

  /* remove default behavior */
  appearance:none;
  -webkit-appearance:none;

  /* usual styles */
  	display: inline-block;
  	background-color: #fff;
	border-radius: 30px;
	padding: 10px;
	color: #1C3B4E;
	border: 2px solid #1C3B4E;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	outline: none; 
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 30px;
	margin-left: 40px;
	width:250px;
}


button:hover, .button:active {
	background-color: #1C3B4E; 
	color: #fff;
	border: 2px solid #1C3B4E;
}


@media screen and (max-width:  1150px){

	#jump-nav{

		visibility: hidden;
	}

}

@media screen and (max-width:  666px){

	#header-button{

		visibility: hidden;
	}

}
