@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Fredoka+One&family=Lato&display=swap');

html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
	background: #87b2f1;
}

.overflow-fix{
	overflow-x:hidden;
}

.main-container{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif !important;
	font-size:16px;
	font-weight: 500;
	color: #999999;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cover a:visited, a:hover{ 
	text-decoration: none;
	color: #fff;
}

.transition {    
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.eyecursor {
	cursor: url("../img/eyes1x.png") 20 10, pointer; /* Legacy */
    cursor: -webkit-image-set(url(../img/eyes1x.png) 1x, url(../img/eyes2x.png) 2x) 20 10, pointer; /* Webkit */
}

.hide{
	display:block;
}

.center {
	text-align: center;
}

.center-justify {
	text-align: justify;
	text-align-last: center;
}

.section-purple {
	overflow-x:hidden;
	background-color: #b99bf6;
	padding: 50px 0;
}
.section-white {
	overflow-x:hidden;
	background-color: #fff;
	padding: 50px 0;
}
.section-black {
	overflow-x:hidden;
	background-color: #4A4A4A;
	padding: 50px 0;
}
.section-mobile-only{
	overflow-x:hidden;
	background-color: #fff;
	padding: 50px 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	}

.title {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	font-family: 'Fredoka One',sans-serif;
	color: #fff;
	font-size: 240%;
	line-height: 40px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-bottom: 20px;
	}

.title-purple{
	width: 100%;
	height: 100%;
	font-family: 'Fredoka One',sans-serif;
	color: #ff9ae1;
	font-size: 240%;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	}


/* TOP NAVBAR */
.navbar {
	overflow: hidden;
	position: fixed;
	background: #fff;
	width: 100%;
	height:64px;
	top: 0;
	z-index: 2;
	text-decoration: none;
	text-align: center;
	padding: 0;
}
.navbar a { /* Navbar links */
	float: left;
	display: block;
	color: #fff;
}
.navbar-float-right {
	float: right;
}
.navbar-logo {
	width: 90px;
}
.navbar-logo-text {
	color: #b99bf6;
	font-family: 'Fredoka One',sans-serif;
	font-size: 160%;
	margin-left:20px;
}
.navbar-social img { /* icons */
	width: 40px;
	border-radius: 40px;
	background: #b99bf6;
	padding: 3px;
	margin: 0 14px;
}
.opensea-btn-mobile {
	text-align: center;
	height: 50px;
	padding: 10px 30px;
	margin: 40px auto 0;
	font-size: 20px;
	font-weight: 500;
	background: #5b8ed8;
	border-radius: 50px;
	text-decoration: none;
}

.opensea-btn {
	height: 38px;
	padding: 7px 20px;
	margin: 0 14px;
	font-size: 15px;
	font-weight: 800;
	background: #5b8ed8;
	border-radius: 50px;
	text-decoration: none;
}

/* FULL SCREEN COVER LANDING */
.cover{
	height: 100%;
	width: 100%;
	margin: auto;
	background: #9bd2fa;

background: url(../img/title-image-trans.png) no-repeat 50% bottom, -webkit-linear-gradient(#87b2f1, #b6ebff);
background: url(../img/title-image-trans.png) no-repeat 50% bottom, -o-linear-gradient(#87b2f1, #b6ebff);
background: url(../img/title-image-trans.png) no-repeat 50% bottom, linear-gradient(#87b2f1, #b6ebff);  /* W3C */
	display: table;
	background-size: cover;
}
.cover .in1{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.cover-content{
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	margin: 0 auto 200px;
	text-align: center;
	line-height: 50px;
}
.cover-content h1{
	font-family: 'Fredoka One',sans-serif;
	color: #fff;
	font-size: 300%;
	margin-bottom:20px;
}

.cover-btn{
	height: 26px;
	background: #ffaa33; 
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 7px 20px;
	font-weight: 800;
}

.cover-content {
  	color: #fff;
}

.cover-logo{
	max-width: 30%;
	margin: 0 auto;
}

/* WHO ARE WE SECTION */
.about-us{
	vertical-align: middle;
	background: #fff;
	margin: 0 auto;
	width: 80%;
	max-width:1000px;
}
.about-us img{
	max-width: 90%;
	margin-top: 30px;
	border-radius: 40px;
	padding: 0px;
}

.social-section{
	backround-color: #00000;
	width: 90%;
	max-width:700px;
	margin: 0 auto;
	text-align: center;
	display: table;
}

.social-image{
	vertical-align: middle;
	display: table-cell;
}
.social-image img{
	max-width: 90%;
	color: red;
}
/* SOCIAL ICON SECTION */
.section-white-small {
	overflow-x:hidden;
	background-color: #fff;
	padding: 0px 0 50px;
}

.trailer{
	margin: 0 auto;
	text-align: center;
}
.trailer video {
	width: 512px;
	max-width: 90%;
	border-radius: 10px;
	poster: url("/assets/img/banner.png");
}

/*POP-UPS*/
.popup{
	font-family: 'Lato', sans-serif !important;
	font-size: 90%;
	color: #999999;
	text-align: justify;
	font-weight: 500;
	background: #fff;
	max-width: 85%;
	margin: 0 auto;
	vertical-align: middle;
	border-radius: 5px;
	padding: 30px;
}
.popup-close-btn{
	background: none;
	border: none;
	float: right;
	margin: -52px -20px 0 0;
	overflow-x:hidden;
}
.popup-close-btn img{
	position: absolute;
	width: 40px;
	padding:3px;
}
.toonpaper-close-btn{ /*needs to be seperate because of different padding on mobile*/
	background: none;
	border: none;
	float: right;
	margin: -52px -20px 0 0;
	overflow-x:hidden;
}
.toonpaper-close-btn img{
	position: absolute;
	width: 40px;
	padding:3px;
}

.toonpaper-popup{
	font-family: 'Lato', sans-serif !important;
	font-size: 90%;
	color: #999999;
	text-align: justify;
	font-weight: 500;
	background: #fff;
	width: 1200px;
	max-width: 90%;
	margin: 100px auto;
	vertical-align: middle;
	border-radius: 5px;
	padding: 30px 30px;
}



/*POPUP Scale ANIMATIONS*/
#discord-popup, #discord-popup-navbar, #opensea-coming-soon, #toonpaper-popup {
  transform: scale(0.4);
}
.popup_visible #discord-popup, .popup_visible #discord-popup-navbar, .popup_visible #opensea-coming-soon, .popup_visible #toonpaper-popup{
  transform: scale(1);
}



/* Why TOON IN */
.utility{
	width:95%;
	max-width:500px;
	margin: 0 auto;
}
ol {
	max-width: 500px;
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 40px;
}
ol li {
	margin: 0 0 0.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
}
ol li::before {
	content: counter(my-awesome-counter);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	--size: 28px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	transform: rotate(0deg);
	background: #9079d8;
	border-radius: 50%;
	text-align: center;
	box-shadow: 1px 1px 0 #999;
}

.toonpaper-section{
	margin: 40px 0 0 0;
}

.toonpaper-btn {
	height: 26px;
	background: #ff9ae1; 
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 125%;
	font-weight: 800;
	padding: 15px 30px; 
}

/* TOONPAPER ACCORDION */
.toonpaper-wrapper{
	width: 100%;
	margin: 0 auto;
}

.toonpaper-title{
	font-family: 'Fredoka One',sans-serif;
	color: #ff9ae1;
	font-size: 210%;
	line-height: 30px;
	margin: 15px 0 35px;
	}

.toonpaper-introduction{
	text-align: justify;
	font-family: 'Lato', sans-serif !important;
	color: #999999;
	font-size:16px;
	font-weight:500;
	margin-bottom: 30px;
}

.toonpaper-accordion-title{
	background-color: #E4E4E4;
	font-size: 16px;
	color: #8c8c8c;
	font-weight: 600;
	border-radius: 50px;
	padding: 10px 20px;
	width: 35%;
	margin: 0 auto ;
}
.toonpaper-subtitle{
	font-size: 16px;
	color: #8c8c8c;
	font-weight: 600;
}
.toonpaper-indent {
	margin: 0 0 8px 25px;
}

.toonpaper-accordion-desc{
	font-size:16px;
	text-align: justify;
	color: #999999;
	padding: 5px 0;
	font-weight: 50% !important;
	margin-top:20px;
}


/* CAST IMAGE Section */
.banner{
	width: 100%;
	border-radius: 0px;
}
.banner img{
	width: 100%;
	margin: 0 auto;
}



/* ROADMAP note: has additionally its own stylesheet called styletimeline */
.big-card{
	background: #fff;
	border-radius: 5px;
	padding: 5px 30px;
	width: 93%;
	max-width:800px;
	margin: 50px auto;
	box-shadow: 0 4px #dddddd;
}

.roadmap-timeline {
	width: 100%;
	margin: 0 auto;
}

.roadmap-title {
	font-family: 'Fredoka One',sans-serif;
	color: #9079d8;
	font-size: 20px;
	padding-top:10px;
	}

.roadmap-text {
	font-family: 'Lato', sans-serif; /*needs to be set to overwrite styletimeline.css */
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0;
	text-align: justify;
}
.roadmap-date {
	font-family: 'Barlow';
	font-weight: 1000;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0 0px;
}

.roadmap-separator{
	font-family: 'Fredoka One';
	color: #fff;
	font-size:200%;
	text-align: left;
	line-height: 120%;
	margin:-15px 0;
	padding-left:20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.more-info img{
	width: 22px;
	margin: -5px 5px 0 6px;
}
a.more-info:link, a.more-info:hover, a.more-info:visited{
	text-decoration: none;
	color: #999999;
}


/* TEAM */
.team{
	vertical-align: middle;
	background: #fff;
	margin: 30px auto;
	width: 90%;
	max-width:1100px;
}
.core-team{
	margin-top: -30px; /*to correct member img top margin in the first row */
}
.member img {
	max-width: 80%;
	border-radius: 40px;
	margin-top: 30px;
}
.member {
	
}
.member-title{
	font-size: 18px;
	font-weight: 1000;
	color: #9079d8;
	text-align: center;
	margin: 10px auto 0;
}
a.member-title:link, a.member-title:hover, a.member-title:visited{
	text-decoration: none;
	color: #9079d8;
}
.member-title img { /*twitter icon*/
	width: 26px;
	margin: -3px 0 0 3px;
}

.member-subtitle{
	font-size: 12px;
	font-weight: 1000;
	text-align: center;
	margin: -3px auto 10px;
}
.member-description{
	max-width: 85%;
	margin: 0 auto;
	font-size: 14px;
	padding: 0 10px;
}



/* FAQ */
.faq-wrapper{
	width: 93%;
	margin: 0 auto;
	padding:40px 0;
}

.faq-list-item {
	background: #fff;
	border-radius: 5px;
}

.faq-title{
	font-size: 16px;
	color: #8c8c8c;
	font-weight: 600;
}

.faq-desc{
	font-size:16px;
	text-align: justify;
	padding: 25px 20px 15px;
}

.faq-desc a:link, a:hover{
	color:#666666;
	text-decoration: none;
}

/* BOTTOM & FOOTER*/
.move-up {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0px;
}
.move-up img {
	width: 60px;
	height: auto;
	background-color: orange;
	border-radius: 50px;
	padding: 15px;
}

.footer{
	background-color: #fff;
	padding-top:25px;
	height: 50px;
	width: 100%;
	font-size: 10px;
	margin: 0 auto;
}

/*For some reason those need to be here at the bottom*/
a:link{
	text-decoration: none;
	color: #fff;
}

a:visited{ 
	text-decoration: none;
	color: #fff;
}

a:hover{ 
	text-decoration: none;
	color: #fff;
}

@media only screen and (min-width: 1024px ) {
	.section-mobile-only{
		display: none;
	}
	.about-us img {
		margin-top: 0;
		border-radius: 70px;
		padding: 30px;
	}
	.social-section{
		width: 45%;
	}
	.social-image img{
		max-width: 70%;
	}
	.popup{
		max-width: 380px;
		font-size: 70%;
	}
	.big-card {
		padding: 5px 30px;
		width: 66%;
	}

	.team {
		width: 80%;
	}
	.faq-wrapper{
		width: 40%;
	}
	.roadmap-timeline {
		width: 70%;
	}	
	.roadmap-separator{
		text-align: center;
		margin:-30px 0;
		padding-left:0px;
	}
}

@media only screen and (min-width: 600px ) and (max-width: 1024px) {
	.section-mobile-only{
		display: none;
	}
	.cover{
		height: 100%;
		width: 100%;
		margin: auto;
		background: url(../img/title-image-mobile.png) no-repeat 50% bottom, -webkit-linear-gradient(#87b2f1, #b6ebff);
		background: url(../img/title-image-mobile.png) no-repeat 50% bottom, -o-linear-gradient(#87b2f1, #b6ebff);
		background: url(../img/title-image-mobile.png) no-repeat 50% bottom, linear-gradient(#87b2f1, #b6ebff); 
		display: table;
		background-size: cover;
	}
	.cover-logo{
		max-width: 40%;
	}

	.about-us img {
		margin-top: 0;
	}
	.social-section{
		width: 60%;
	}
	.social-image img{
		max-width: 65%;
	}
	.popup{
		max-width: 360px;
		font-size: 14px;
	}

	.big-card {
		padding: 5px 30px;
		width: 66%;
	}
	.team {
		width: 80%;
	}
	.member-description{
		max-width: 95%;
	}
	.faq-wrapper{
		width: 60%;
	}
	.roadmap-timeline {
		width: 70%;
	}
}
	
@media only screen and (max-width: 600px ) {
	.navbar {
		display:none;
	}
	
	.cover{
		height: 100%;
		width: 100%;
		margin: auto;
		background: url(../img/title-image-mobile.png) no-repeat 50% bottom, -webkit-linear-gradient(#87b2f1, #b6ebff);
		background: url(../img/title-image-mobile.png) no-repeat 50% bottom, -o-linear-gradient(#87b2f1, #b6ebff);
		background: url(../img/title-image-mobile.png) no-repeat 50% bottom, linear-gradient(#87b2f1, #b6ebff); 
		display: table;
		background-size: cover;
	}

	.cover-logo{
		max-width: 70%;
	}
	.cover-content h1{
		font-size: 200%;
		margin-bottom:15px;
	}
	.big-card {
		padding: 25px 20px;
	}

	.toonpaper-accordion-title{
		width: 90%;
	}
	.toonpaper-popup{
		padding: 30px 10px;
	}
	.toonpaper-close-btn{
		margin: -52px 0 0 0;
	}

	.roadmap-timeline {
		width: 100%;
	}	
}

/* LANDSCAPE NEEDED FOR FULL SCREEN COVER +  */
@media (orientation: landscape) and (max-height: 1081px) {
	.navbar {
		height:46px;
	}
	.navbar-social img { /* icons */
		width: 34px;
		border-radius: 40px;
		background: #b99bf6;
		padding: 3px;
		margin: 0 10px;
	}
	.opensea-btn {
		height: 32px;
		padding: 3px 20px;
		margin: 0 14px;
		font-size: 15px;
		background: #5b8ed8;
		border-radius: 50px;
		text-decoration: none;
	}
	.cover{
		height: 100%;
		width: 100%;
		margin: auto;
		background: url(../img/title-image-wide.png) no-repeat 50% bottom, -webkit-linear-gradient(#87b2f1, #b6ebff);
		background: url(../img/title-image-wide.png) no-repeat 50% bottom, -o-linear-gradient(#87b2f1, #b6ebff);
		background: url(../img/title-image-wide.png) no-repeat 50% bottom, linear-gradient(#87b2f1, #b6ebff); 
		display: table;
		background-size: cover;
	}
	.cover-content{
		max-width: 100%;
		margin: 0 auto 80px;
		font-size: 110%;
		line-height: 200%;
	}
	.cover-content h1{
		font-size: 230%;
		margin-bottom: 20px;
	}
	.cover-logo{
		max-width: 22%;
		margin: 0 auto;
	}
}