
#consoleOutput{
	background-color: #f0f0f0;
	max-width: 600px;
	border: 1px #ccc solid;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
}

body{
	color:  #202020;
	background-color: #161616;
	font-size: 20px;
  	font-family: "Sriracha", cursive;
	text-align: center;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-size:  60px 60px;
}

h1{
	font-family: 'luckiest_guyregular';
	font-size: 160px;
	margin-bottom: 0px;
	font-weight: normal;
	-webkit-text-stroke: 3px black;
	filter: drop-shadow(8px 8px black);
}

h2{
	font-family: 'luckiest_guyregular';
	font-size: 100px;
	line-height: 100px;
	margin-bottom: 20px;
	font-weight: normal;
}
h3{
	font-family: 'luckiest_guyregular';
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: normal;
}
h4{
	font-family: 'luckiest_guyregular';
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: normal;
}
h5{
	font-family: 'luckiest_guyregular';
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
}
p{
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.15;
	padding-bottom: 20px;
	line-height: 1.3em;
}
a{
	color: #2dbbfa;
	text-decoration: none;
}
a:hover{
	color: #2dbbfa;
	text-decoration: underline;
}
a:link { color: #2dbbfa; }
a:visited { color: #2dbbfa; }
a:hover { color: #2dbbfa; }
a:active { color: #2dbbfa; }


input{
	margin-top: 0px;
	background-color: #ffffff;
}

.only_desktop{
	
}
.only_mobile{
	display: none;
}
.form-slider{
	width: 50%;
}

.col2{
	text-align: left;
	width: 48%;
	margin-right: 1%;
	display: inline-block;
    vertical-align:middle;
}
.col3{
	text-align: left;
	width: 31%;
	margin-right: 1%;
	margin-bottom: 2%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	font-size: 0;
}
.col4{
	text-align: left;
	width: 24%;
	margin-right: .2%;
	margin-bottom: .8%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	font-size: 0;
}
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* BUTTONS																				*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.btn{
	cursor: pointer;
	color: #fff;
	cursor: pointer;
	background-color: #2990df;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 100px;
	font-size: 20px;
	display: inline-block;
	border-style: solid;
  	border-color: black;
  	border-width: 2px;
  	filter: drop-shadow(5px 5px 0px #000000);
  	z-index: 9;
  	
}
.btn:hover{
  	background-color: #c73526;
}
.btnGrey{
	background-color: #666;
}
.btn img{
	margin-right:0px;
	width: 32px !important;
	height: 32px !important;
  	filter: none !important;
}
.btnIcon{
	line-height: 0 !important;
	font-size: 0 !important;
}
.btn span{
	display: inline-block;
    vertical-align:middle;
}
.btn_sq{
	border-radius: 50px;
	cursor: pointer;
  	border-width: 2px;
  	filter: drop-shadow(5px 5px 0px #000000);
	padding: 12px;
	line-height: 0;
	border: 2px #161616 solid;
	background-color: #2990df;
	display: inline-block;
}
#btn_close{
	padding: 12px;
}
.btn_sq:hover{
  	background-color: #c73526;
}
.btn_sq:hover img {	
	/* filter: invert(100%) brightness(1000%);*/
	/* sepia(93%) saturate(0%) hue-rotate(0deg) brightness(119%) contrast(119%);*/
}
.btn_sq img{
	width: 20px; 
}
.btnSocial {
    vertical-align:middle;
	padding: 0px;
	margin-right: 10px;
}
.btnSocial img{
	width: 70px; 

}


/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* MENU																		*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
.menu_desktop{
	text-transform: uppercase;
	border-top: 3px black solid;
	background-color: #000;
	font-size: 0;
	line-height: 0;
}
.menu_desktop_footer{
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu_desktop ul{
	padding-top: 5px;
}
.menu_desktop li{
	display: inline-block;
	cursor: pointer;
	color: #999;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #222;
	border-radius: 10px;
}
.menu_desktop li:hover{
	color: #000000;
	background-color: #2990df;
}


/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* PFP CREATOR																			*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.loadingGif{
	width: 100%;
	max-width: 300px;
}

#canvas{
	width:100%;
	max-width: 512px;
	background-image: url('../images/bg2/bg_transparent.gif');
}

/* meme creator */
#memecreator{
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
#memecreator_container{
	background-color: #ffffff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#mcCanvasHolder{
	border: 2px solid #161616;
}
#canvas{
	clear:both;
	background-color: #f0f0f0;
}
/* controls */
#mcControls{
	background-color: #f0f0f0;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}
#mcControls .tooltip{
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	width: 16.4%;
	margin-top: 3%;
	margin-bottom: 3%;
	border-left: 1px solid #ccc;
	opacity: 1;
}
#mcControls .tooltip:hover{
	opacity: 1;
}
#mcControls .tooltip img{
	width: 40%;
}

/* tabs */
#mcTabs{
	color: #161616;
	clear: both;
	padding-bottom: 15px;
	padding-top: 15px;
}
.mcTab{
	xfont-family: 'poppinsbold';
	font-size: 20px;
	background-color: #f0f0f0;
	padding: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	xwidth: 25%;
	cursor: pointer;
	display: inline-block;
	border-style: solid;
  	border-color: black;
  	border-width: 2px;
}
.mcTab:hover{
	background-color: #fff;
}

/* tabs */
#mcText_controls{
	background-color: #f0f0f0;
	margin-bottom: 20px;
}
#mcText_controls2{
	xopacity: 0;
}
#mcText_controls input{
	display: inline-block;
}

#mcEnd_controls{
	padding-top: 30px;
}
/* download */
.mcEnd_controls{
	display: flex;
	
}
.mcEnd_btn{
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 0;
	width: 32%;
}
.mcEnd_btn .btn{
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}

/* graphics */
#mcCanvasHolder{
	line-height: 0;
	position: relative;
	color: #fff;
}
#mcGraphics{
	background-color: #666;
	position: absolute;
	top: 0;
	left: 0;
}
#mcGraphics_scroll{
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: scroll;
}

#btn_close{
	position: absolute;
	top: 5px;
	right: 5px;
	filter: drop-shadow(4px 4px rgba(0,0,0,1));
}

.graphicsGrid{
	xbackground-color: #00dd00;
	margin-left: auto;
	margin-right: auto;
	width: 80%;	
	padding-top: 40px;
	padding-bottom: 80px;
}

.graphicsGrid img{
	width: 28%;
	margin-right: 2%;
	border: 2px #161616 dotted;
	vertical-align: middle;
	vertical-align: top;
	horizontal-align: center;
	margin-bottom: 10px;
}

.divider{
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	background-color: #555;
	min-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.divider-label{
	line-height: 20px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	background-color: #666;
}


/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* HEADER 																				*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

#header{	
	color: #f8d949;
	width: 100%;
	text-align: center;
	font-size: 0;
	padding-top: 0%;
	padding-bottom: 0%;
	background-image: url('../images/header_img_bg.png');
	background-size: cover;
	background-position: center;
	background-position: bottom;
	border-bottom: 0px solid #161616;

}
#header_logo{
	position: absolute;
	top: 4%;
	left: 3%;
	width:240px;
}
#btn_header{
	position: fixed;
	top: 5%;
	right: 5%;
}
#header div{
	display: inline-block;
}
#header img{

}
#header_img{
	width: 60%;
	max-width: 580px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 2%;
	margin-bottom: 2%;
}

#header #logo{
	width: 25%;
	min-width: 250px;
}

#header #title{
	clear: both;
	padding: 1%;
	
}



#header_bar{
	border: 3px black solid;
	border-left:0;
	border-right:0;
	background-color: #ccc;
	min-height: 20px;
	line-height: 0;
	text-align: left;

	background-image: url('../images/bannerAni.gif');

}
#header_bar img{
	width: 347px;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* CONTENT 																				*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.content{
	width: 90%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-top: 5%;
	padding-bottom: 8%;

}
.socials{
	padding-top: 50px;
}

/* INTRO */
#contentIntro{
	border-top: 3px black solid;
	color: #ffffff;
	position: relative;
	background-color: #202020;
}
.infoData{
	z-index: 9;
	display: inline-block;
	display: table;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	margin-top: 20px;
	padding:20px;
	padding-top:12px;
	padding-bottom:12px;
	color: #fff;
	border-radius: 100px;
	font-size: 0;
	clear: both;
	border-style: dotted;
	border-width: 3px;
	border-color: #666;
}
.infoData span{
	font-size: 18px;
	display: inline-block;
    vertical-align:middle;
    padding:0;
    margin:0;
}
#introImgBg{
	position: absolute;
	bottom:0;
	left:0;
	pointer-events: none;

}
.adverts{
	width: 100%;
	max-width: 720px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
.ad{
	display: inline-block;
	width: 48%;
	cursor: pointer;
}
.ad img{
	width: 95%;
}



/* STORY */
#contentStory{
	padding-top: 60px;
	position: relative;
	background-image: url('../images/fwens_img_bg.png');
	background-size: cover;
	background-position: center;
	background-position: bottom;
	
}	
#contentStory .content{

	position: relative;
	z-index: 2;
}
#story_leaf1{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	z-index: 1;
}

#story_leaf2{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	z-index: 1;
}



/* HOW TO BUY */
#contentHowToBuy{
	background-color: #202020;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url('../images/buyCoins.png');
}
#contentHowToBuy h2{
	color: #2bbafa;
}
#contentHowToBuy .col2{
	margin-top: 5%;
}
#contentHowToBuy img{
	width: 80%;
}
#contentHowToBuy .howTo{
	background-color: #303030;
	margin-bottom: 10px;
	padding: 20px;
	color: #ffffff;
	line-height: 1.2em;
	border-radius: 10px;
}
#contentHowToBuy .number{
	color: #2bbafa;
}
.ca_howTo{
	font-size: 0;
	clear: both;
	border-top-style: dotted;
	border-top-width: 3px;
	border-color: #666;
	padding-top: 25px;
	padding-bottom: 10px;
}
.ca_howTo span{
	font-size: 15px;
	display: inline-block;
    vertical-align:middle;
    padding:0;
    margin:0;
}



/* WHALE */
#contentWhale{
	background-color: #202020;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url('../images/whales.png');
	padding-bottom: 6%;
}
#contentWhale h2{
	color: #fff;
}
#contentWhale .col2{
	margin-top: 5%;
	color: #fff;
}
#contentWhale img{
	width: 80%;
}
#whaleInfo{
	color: #fff;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#whaleInfoItems{
	margin-top: 10px;
	margin-bottom: 30px;
}
.whaleItem{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 5px dotted #FFFFFF33;
	font-size: 0;
	line-height: 0;
}
.whaleItem_first{
	border-top: 5px dotted #FFFFFF33;
}

.whaleItem_img{
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	width: 30%;
}
.whaleItem_text{
	vertical-align: middle;
	font-size: 20px;
	line-height: 24px;
	width: 70%;
	text-align: left;
	display: inline-block;
}



/* ROADMAP */
#contentRoadmap{
	background-color: #ffffff;
}
#contentRoadmap .content{
	max-width: 540px;
}
#roadmapList{
	text-align: left;

}
.roadmapItem{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 5px dotted #ccc;
}
.roadmapNumber{
	width: 10%;
	display: inline-block;
	vertical-align: text-top;
	font-family: 'luckiest_guyregular';
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #33a311;
}
.roadmapText{
	width: 88%;
	display: inline-block;
	vertical-align: text-top;	
	line-height: 1.2em;
}



/* SOLANA */
#contentSolana{
	background-color: #61c6c6;
	background-size: cover;
	background-position: center;
	background-image: url('../images/bg2/bg_solana.png');
}
#contentSolana_img{
	cursor: pointer;
	width: 90%;
	filter: drop-shadow(12px 12px rgba(0,0,0,.2));
}





/* GALLERY */
#contentGallery{
	background-color: #ffffff;
}
#contentGallery .gallery{
	margin-top: 50px;
}
#contentGallery .content{
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-top: 5%;
	padding-bottom:  10%;
}
#contentGallery .gallery div{
	text-align: left;
	width: 24%;
	margin-right: .2%;
	margin-bottom: .8%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	font-size: 0;
}





/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* FOOTER																				*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

#footer{
	font-size: 18px;
	line-height: 0px;
	color: #202020;
	padding-bottom: 0px;
	background-color: #2990df;

	background-image: url('../images/bg2/bg_blue.png');
}
#footer .content{
	width: 50%;
	padding-top: 50px;
	padding-bottom: 0px;
	line-height: 24px;

}
#footer img{
	clear: both;
	max-width: 380px;
}



/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* MOBILE																				*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
	h1{
		font-size: 80px;	 
		-webkit-text-stroke: 2px black;
	}
	h2{
		font-size: 55px;
		line-height: 55px;
	}
	h3{
		font-size: 35px;
		line-height: 35px;
	}
	h4{
		font-size: 35px;
		line-height: 35px;
	}
	p{
		max-width: 600px;
		font-size: 20px;
	}
	#btn_header{	
		position: absolute;
		top: 10px;
		right: 10px;
		padding-top: 10px;
		padding-bottom: 8px;
		padding-left: 14px;
		padding-right: 14px;
	}
	#txt_outline{
		padding-top: 20px;
		-webkit-text-stroke: 1px black;
	}
	.only_desktop{
		display: none;
		
	}
	.only_mobile{
		display: block;
	}
	.col2{
		text-align: center;
		width: 100%;
		margin-right: 0;
		display: block;
	    vertical-align:middle;
	}

	/* MENU  */
	.menu_desktop ul{
		padding-top: 3px;
	}
	.menu_desktop li{
		font-size: 15px;
		line-height: 15px;

		margin: 0;
		padding: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;

		background-color: #222;
		border-radius: 8px;

		width: 48.4%;
		margin-right: .4%;
		margin-left: .4%;
		margin-bottom: 3px;
	}

	/* GALLERY */
	#contentGallery{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#contentGallery .gallery{
		margin-top: 0px;
	}
	#contentGallery .content{
		width: 100%;
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 100px;
		padding-bottom: 100px;
		padding-top: 0%;
		padding-bottom:0%;
		line-height: 0;
		font-size: 0;
	}
	#contentGallery .gallery div{
		text-align: left;
		width: 33.33%;
		margin-right: 0%;
		margin-bottom: 0%;
		display: inline-block;
		line-height: 0;
		font-size: 0;
	}
	#contentGallery h2{
		display: none;
	}
	#contentGallery p{
		display: none;
	}
	#contentGallery .socials{
		margin-top: 0;
		padding-top: 0;
		padding: 60px;
		padding-bottom: 72px;
	}



	/* CONTENT */
	#contentStory{
		padding-top: 60px;
		padding-bottom: 140px;
	}
	#contentSolana {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	#contentSolana_img{
		width: 60%;
		margin-bottom: 40px;
	}
	#contentHowToBuy {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	#contentHowToBuy img{
		width: 70%;
		margin-top: 40px;
	}
	#ca_howTo_title{
		display: none;
	}
	#contentWhale {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	#contentRoadmap {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.btn_sq{
		padding: 0px;
	}
	.btnSocial img{
		width: 50px;
	}
	#footer .content{
		width: 90%;
	}	
	#footer img{
		width: 60%;
	}

	#header{	
		padding-top: 0%;
	}
	#header_img{
		width: 90%;
		max-width: 800px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
	}
	#infoData_iconSol{
		display: none;
	}
	.socials{
		padding-top: 20px;
	}
	#contentGallery .gallery .col3{
		width: 47%;
	}
	#story_leaf1{
		width: 50%;
	}
	#story_leaf2{
		width: 50%;
	}
	.mcEnd_btn{
		width: 45%;
	}

	#mcTabs{
		color: #161616;
		clear: both;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.mcTab{
		font-size: 15px;
		padding: 10px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#header_logo{
		display: none;
	}

};