@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
}


li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #FFF;
}


a:visited {color: #fff}

body { 
	font-color: #fff;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}


.container {
  display: grid;
  height: 100vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
	"header_container_landing header_container_landing header_container_landing"
    "left center right"
    "xSPO about about_right"
    "how_to how_to how_to"
    "bottom_left bottom_center bottom_right"
	
	  
}


#logo {
	width: 490px;
}
	
	#xSPO_NFT {
	width: 200px;
}
		#mission {
	height: 496px;
}
		#iog_delegation {
	height: 500px;
}
		#machiavellic {
	height: 450px;
}
		#dex_hunter {
	height: 450px;
}

		#astarter {
	height: 400px;
}
		#zengate {
	height: 526px;
}

.image_block {
	margin: 0px auto;
}


.header_container_landing {
	grid-area: header_container_landing;
    display: grid;
	
    
}
	.left { grid-area: left; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
}
.left_top_content{
	color: white;
}

.bg {
	background-color: #115d90;
	box-sizing: border-box;
	border-radius: 20px;
	padding-bottom: 20px;
	margin: 0 20px 10px 20px;
}

.russo{
	font-family: 'Russo One', sans-serif;
	letter-spacing: 2px;
	padding: 20px;
}
.open_sans{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: rgba(234, 234, 234, .2);
	padding: 20px;
	border-radius: 20px;
}

.sans{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 20px;
}

.left { grid-area: left; 
	display: grid;
    justify-items: center;
	vertical-align: text-top;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
}
.center { grid-area: center; }

.right { grid-area: right; 
display: grid;
	align-items: center;
    justify-items: center;
	margin: 0 20px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
}
.birthday_button{
	background: rgba(234, 234, 234, .8);
	padding: 20px;
	border-radius: 20px;
}

	.right_title{
		font-size: 2em;
		font-family: 'Russo One', sans-serif;
	letter-spacing: 2px;
	}

.about { grid-area: about; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: "#FFF";

}
.xSPO { grid-area: xSPO; 
padding-top: 30px;
}	
	
.round{
	border-radius: 30px;
}

.bottom_intro{
	width: 470px;
	background: rgba(32,34,171,0.49);
	padding: 20px;
	border-bottom-left-radius: 70px;
	border-top-right-radius: 70px;
}	

.about_right { 
	grid-area: about_right;
	display: grid;
	/*align-content: stretch;*/
    justify-items: center;
	padding: 0px 20px;
}
	
.pool_header {
	font-size: 1em;
}

.pool_info {
	background: rgba(234, 234, 234, .2);
	box-sizing: border-box;
	border-radius: 40px;
	padding: 20px;
	margin: 0 20px 0px 20px;
}
.pool_text{
	font-family: 'Russo One', sans-serif;
	letter-spacing: 2px;
}

.how_to { grid-area: how_to; 
	display: grid;
	justify-content: center;
}

/*.about_ECP { grid-area: how_to; 
	display: grid;
	justify-content: center;
	font-color: black; 
	background: white;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 20px;
	margin: 20px 5% 20px 5%;
}*/
.about_ECP { grid-area: how_to; 
	display: grid;
	justify-content: center;
	font-color: black;
	/* background: rgba(234, 234, 234, .6); */
}
.profile { 
	display: grid;
	justify-content: center;
	font-color: black;
	/* background: rgba(234, 234, 234, .6); */
	box-sizing: border-box;
	border-radius: 40px;
	background: white;
	padding: 20px;
	margin: 20px 5% 20px 5%;
}
.featured { 
	display: grid;
	justify-content: center;
	font-color: black;
	/* background: rgba(234, 234, 234, .6); */
	box-sizing: border-box;
	border-radius: 40px;
	background: white;
	padding: 20px;
	margin: 20px 5% 20px 5%;
}
.partnerships { 
	display: grid;
	justify-content: center;
	font-color: black;
	/* background: rgba(234, 234, 234, .6); */
	box-sizing: border-box;
	border-radius: 40px;
	background: white;
	padding: 20px;
	margin: 20px 5% 20px 5%;
}
.contributions { 
	display: grid;
	justify-content: center;
	font-color: black;
	/* background: rgba(234, 234, 234, .6); */
	box-sizing: border-box;
	border-radius: 40px;
	background: white;
	padding: 20px;
	margin: 20px 5% 20px 5%;
}

.bottom_left { grid-area: bottom_left; 
	margin-left: 10px;
	font-size: 16px;
	width: 100%;
	padding-top: 10px;
	padding-left: 30px;
	background: #115d90;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	}

.bottom_center { grid-area: bottom_center; 
	justify-content: center;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	padding-top: 80px;
	background: #115d90;
	}

.bottom_right { grid-area: bottom_right; 
	font-size: 16px;
	padding-top: 80px;
	width: 100%;
	background: #115d90;
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
	}
	
.adapools_big {display:block;}
.adapools_small {display:none;}	


.copy_btn{
	padding: 0px 12px;
	transition: all 200ms ease-in-out;
	cursor: pointer
}
.copy_btn:focus, .copy_btn:hover {
	background-color: #D7D7D7;
	border: dashed;
}


/* Cell Phone View */

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


.container {
  display: grid;
  height: 100vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr auto auto auto auto auto auto;
  gap: 0px 0px;
	
  grid-template-areas:
	"header_container_landing header_container_landing header_container_landing"
    "center center center" 
	"left left left" 
	"xSPO xSPO xSPO"  
	"right right right"
    "about about about"
	"about_right about_right about_right"
    "how_to how_to how_to"
    "bottom_left bottom_center bottom_right" 
	
}
/*	.about_ECP { grid-area: how_to; 
	display: grid;
	justify-content: center;
	font-color: black;
	background: white;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 20px;
	margin: 10px 5% 20px 5%;
}*/
	.about_ECP { grid-area: how_to; 
	display: grid;
	justify-content: center;
	font-color: black;
}

	#logo {
	width: 350px;
}
	#xSPO_NFT {
	width: 200px;
}	
	
		#mission {
	height: 200px;
}
		#iog_delegation {
	height: 200px;
}
		#dex_hunter {
	height: 150px;
}
		#machiavellic {
	height: 150px;
}
	#chef {
	width: 200px;
	height: 113px;
}
	
	#OSO {
	width: 200px;
	height: 113px;
}
		#astarter {
	height: 140px;
}
		#zengate {
	height: 240px;
}
	#cryptonomist{
	width: 250px;
}
		#cardano_army{
	width: 250px;
}
		#Machiavellic_Article{
	width: 250px;
}
		#adapulse{
	width: 250px;
}
	.image_block {	
	display: grid;
	margin: 0px auto;
	
}
	
.header_container_landing {
	grid-area: header_container_landing;
    display: grid;
	
    
}
	.left { grid-area: left; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
}
.left_top_content{
	color: white;
}

.bg {
	background-color: #115d90;
	box-sizing: border-box;
	border-radius: 20px;
	padding-bottom: 20px;
	margin: 0 20px 10px 20px;
}
.russo{
	font-family: 'Russo One', sans-serif;
	letter-spacing: 2px;
	padding: 20px;
}
.open_sans{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: rgba(234, 234, 234, .2);
	padding: 20px;
	border-radius: 20px;
}

.center { grid-area: center; }

.right { grid-area: right; 
display: grid;
	align-items: center;
    justify-items: center;
	margin: 0 20px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
}
	.right_title{
		font-size: 2em;
		font-family: 'Russo One', sans-serif;
	letter-spacing: 2px;
	}

.about { grid-area: about; 
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: "#FFF";
}
.xSPO { grid-area: xSPO; 
padding-top: 30px;
}

	.bottom_intro{
	width: 70vw;
	margin: auto;
	background: rgba(32,34,171,0.49);
	padding: 30px;
	margin-bottom: 20px;
	border-bottom-left-radius: 70px;
	border-top-right-radius: 70px;
	justify-content: center;
	}

.about_right { grid-area: about_right; }
.pool_info {
	margin: 20px 20px 0px 20px;
	}
.how_to { grid-area: how_to; }

.bottom_left { grid-area: bottom_left; 
font-size: 10px;
}


.bottom_center { 
	grid-area: bottom_center; 
	display: grid;
	padding-top: 30px;
	justify-content: center;
	font-size: 10px;
}


.bottom_right { grid-area: bottom_right; 
	font-size: 10px;
	padding-top: 94px;
}

.adapools_big {display:none;}
.adapools_small {display:block;}
	
}

