@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Arcade-N';
    src: url('assets/fonts/ARCADE_N.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
body {
	margin: 0;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	background:black;
	color:#FFF;
	text-align:center;
}
img {
	max-width:100%;
}
a {
	color:#66fcf1;
	text-decoration:none;
}
a:hover {  
	text-decoration:underline;
}

#header .logo {
	height:40px;
}
#header .navbar {
	background:#5b31ee;
	text-align: right;
}
#header .navbar .nav-item {
	text-align:right;
	padding-right:4px;
}
#header .navbar .nav-item a {
	color:#FFF;
	font-size:16px;
	font-weight:600;
	text-decoration: underline;
}
#header .navbar .navbar-toggler {
	border:solid 2px #fff;
	border:none;
	width:40px;
}
#header .navbar .navbar-toggler:focus {
	box-shadow: none;
}
#header .navbar .navbar-toggler-icon {
	
}
#header .marquee {
	display:none;
	background:#66FCEF;
	color:#000;
	font-size:14px;
	line-height:normal;
	padding:2px 10px;
	font-weight:bold;
} 
#header .marquee a {
	color:#000;
	text-decoration: underline;
} 
 
#hero {
/*	background: linear-gradient(180deg, rgba(54, 102, 229, 1) 0%,rgba(102, 252, 241, 1) 100%);*/
	padding:20px 0px 0px;
}
#hero img,
#intro,
#games,
#cta {
	animation: fadein 3s;
}
#content-main {
	margin:30px 0px;
}
#content-main .header-rule {
	display:none;
}
#content-main h1 {
	font-family: "Arcade-N", sans-serif;
  	font-size: 24px;
  	line-height:34px;
  	padding:0px;
  	margin:0px 0px 20px;
} 
#content-main .tagline {
	font-size:18px;
	line-height: normal;
	font-weight:bold;
	color:#66fcf1;
	margin-bottom:0px;
}
#content-main .tagline a {
	text-decoration: underline;
}
#content-main h2 {
	font-family: "Arcade-N", sans-serif;
  	font-size: 22px;
  	margin:0px 0px 30px;
  	padding:30px 10px 10px;
  	border-bottom:solid 2px #66fcf1;
}
/*#content-main #earn h2 {
	margin-top:0px;
}*/
#content-main .collections-img {
	width:270px;
	max-width:100%;
	border-radius:8px;
	margin:20px 0px;
	display:inline-block;
}
#content-main #games {
	margin-top:20px;
}
#content-main .game-title {
	display:block;
	margin:10px 0px 40px;
	font-size:18px;
}
#content-main .game-title-last {
	margin:10px 0px 20px;
}
#content-main #earn .earn-block {
	box-sizing: border-box;
	padding:20px 15px 10px;
	border:solid 2px #66fcf1;
	border-radius:8px;
	margin-bottom:20px;
}
#content-main .trait-headline {
	color:#DDD;
	font-size:18px;
	margin-bottom:20px;
	display:inline-block;
}
#content-main img.trait-img {
	width:900px;
	display:inline-block;
	margin-bottom:40px;
	border-radius:8px;
}
#content-main a.img-link {
	text-align:center;
	display:block;
	position:relative;
	border-radius:8px;
	overflow:hidden;
}
#content-main .active-img {
	width:270px;
	max-width:100%;
	border-radius:8px;
	margin:10px 0px 0px;
}
#content-main #games .active-img {
	margin-bottom:10px;
	border:solid 1px #66FCEF; 
}

#content-main .btn {
	display:block;
	width:270px;
	max-width:100%;
	margin:20px auto;
	background:none;
	border:solid 2px #66fcf1;
	font-weight:600;
	color:#FFF;
}
#content-main .btn.btn-enter {
	background:#66fcf1;
	border:solid 2px #66fcf1;
	color:#212529;
	text-decoration:none;
	padding:10px 0px;
}
#content-main .btn.btn-trait {
	margin:0px auto 20px;
}
#content-main .btn.btn-buy {
	margin:0px auto 20px;
}
#content-main .btn:hover {
	background:#66fcf1;
	border:solid 2px #66fcf1;
	color:#212529;
	text-decoration:none;
} 
#content-main .team-wrapper {
	position:relative;
	border-radius:8px;
	overflow:hidden;
}
#content-main .team-twitter {
	position:absolute;
	bottom:6px;
	right:6px;
	color:#FFF;
	background:#3666e6;
	height:30px;
	width:30px;
	border-radius:25px;
	padding-left:1px;
	padding-top:3px;
}
#content-main .team-name {
	font-size:18px;
	color:#66fcf1;
	font-weight:900;
	margin-top:10px;
}
#content-main .team-title {
	font-size:12px;
	margin-bottom:20px;
}
#content-main .contrib-header {
	margin-top:30px;
}

#footer {
	background:#0b0b0b;
	padding:40px 0px 0px;
}
#footer .twitter-callout {
	font-family: "Arcade-N", sans-serif;
	font-size:16px;
}
#footer a.twitter-link {
	display:inline-block;
	margin:10px auto 40px;
}
#footer a.twitter-link .fa-twitter,
#footer a.twitter-link .fa-discord {
	border:solid 2px #66fcf1;
	border-radius:50px;
	font-size:50px;
	color:#FFF;
	height:100px;
	width:100px;
	line-height:100px;
	margin:0px 10px;
}
#footer a.twitter-link:hover .fa-twitter,
#footer a.twitter-link:hover .fa-discord {
	color:#3666e6;
	background:#FFF;
	border:solid 2px #FFF;
}
#footer .disclaimer {
	color:#DDD;
	padding:0px 20px;
	margin:5px auto 0px;
	display:block;
}
#footer .copyright {
	color:#DDD;
}


@media (min-width:480px) {
	#content-main h1 {
	  	font-size: 28px;
	  	line-height:38px;
	} 
	#content-main .tagline {
		font-size:18px;
	}
	#content-main h2 {
	  	font-size: 26px;
	}
	#content-main .btn.btn-merch {
		width:270px;
	}
	#content-main .btn.btn-buy {
		width:270px;
	}
}
@media (min-width:576px) {
	#content-main .btn.btn-merch,
	#content-main .btn.btn-buy {
		width:240px;
	}
}
@media (min-width:768px) {
	#content-main h1 {
	  	font-size: 28px;
	  	line-height:48px;
	} 
	#content-main .tagline {
		font-size:18px;
	}
	#content-main h2 {
		font-size: 30px;
	  	margin:30px 0px 0px;
  		padding:30px 10px 40px;
	  	border:none;
	}
	#content-main h2.promo-header {
	  	margin:20px 0px 30px;
	  	padding:20px 10px 10px;
	}
	#content-main h2 span {
		background:#000;
		display:inline-block;
		padding:0px 12px;
	}
	#content-main .header-rule {
		margin: -58px 0px 58px;
	    color: inherit;
	    border-top: solid 2px #66fcf1;
	    opacity:1;
	    display:block;
	}
	#content-main .btn.btn-merch,
	#content-main .btn.btn-buy {
		width:320px;
	}
	#footer .twitter-callout {
		font-size:28px;
	}
}
@media (min-width:992px) {
	#header .navbar {
		text-align:center;
	}
	#content-main h1 {
	  	font-size: 34px;
	  	line-height:56px;
	} 
	#content-main .tagline {
		font-size:20px;
	}
	#content-main .header-rule {
		margin: -60px 0px 58px;
	}
	#content-main .game-title {
		margin:10px 0px 0px;
		font-size:15px;
	}
	#content-main .btn.btn-merch {
		width:170px;
	}
	#content-main .btn.btn-merch.btn-trait,
	#content-main .btn.btn-buy {
		width:220px;
	}
}
@media (min-width:1200px) {
	#content-main h1 {
	  	font-size: 38px;
	  	line-height:60px;
	} 
	#content-main .tagline {
		font-size:22px;
	}
	#content-main h2 {
	  	margin:30px 0px 0px;
	}
	#content-main .btn.btn-merch {
		width:200px;
	}
	#content-main .btn.btn-merch.btn-trait,
	#content-main .btn.btn-buy {
		width:260px;
	}
	#footer .disclaimer {
		width:88%;
	}
}
@media (min-width:1400px) {
	#content-main h1 {
	  	font-size: 42px;
	  	line-height:64px;
	} 
	#content-main .tagline {
		font-size:24px;
	}
	#content-main h2 {
	  	margin:30px 0px 0px;
	  	font-size:36px;
	}
	#content-main .btn.btn-merch {
		width:240px;
	}
	#content-main .btn.btn-merch.btn-trait {
		width:300px;
	}
	#footer .disclaimer {
		width:75%;
		max-width:1120px;
	}
}














