
@font-face{
	src: url(src/fonts/RobotoCondensed-Bold.ttf);
	font-family: Roboto Condensed;
	font-weight: 700;
}
@font-face{
	src: url(src/fonts/RobotoCondensed-Light.ttf);
	font-family: Roboto Condensed;
	font-weight: 300;
}

/*
#F2F2F2
#8C8C8C
#595959
#262626
#0D0D0D
*/


html, body {
	margin: 0;
	overflow: hidden;
	background-color:#282828;
	cursor: auto;
	
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
::-webkit-scrollbar { 
    width: 0;
    height: 0;
}

#main_canvas{
	position:absolute;
	display:block;
	height:100%;
	width:70%;
	left:0px;
}

.side_menu{
	position:absolute;
	display:block;
	height:100%;
	width:30%;
	right:0px;
	background-color:#282828;
	z-index:2;
}


.title_container{
	display:block;
	position:absolute;
	z-index:2;
	left:15px;
	top:10px;
}
.main_title{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	margin:0;
	color:#282828;
	z-index:2;
	line-height: 80%;
	
}
.moto{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin:0;
	color:#282828;
	z-index:2;

}

.side_big_cont{
	width:100%;

	text-align:center;
	margin-top:20px;
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.menu_icons{
	width:30px;
	height:30px;
	cursor:pointer;
}
.exit_but_cont{
	margin:auto;
	width:80%;
	text-align:right;
	margin-bottom:10px;
	display:none;
}

.side_in_cont{
	width:80%;
	text-align:center;
	margin:auto;
	margin-bottom:10px;
	border: 1px solid #8C8C8C;
	border-radius: 5px;
	padding-top:10px;
	padding-bottom:10px;
}

.all_buts{
	
	margin:auto;
	margin-bottom:10px;
	cursor:pointer;
	text-decoration: none;
	background-color:#323232;
	border: 1px solid #8C8C8C;
	border-radius: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color:#F2F2F2;
	font-size: 18px;
	z-index:12;
	display:block;

}

#load_local_label{
	width: 60%;
}
#mint_load_label{
	width: 60%;
}


.cont_title_text{
	width:90%;
	margin:auto;
	margin-bottom:20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color:#F5F5F5;
	font-size: 20px;
	z-index:12;
	display:block;
}

.input_inline_cont{
	margin:auto;
	margin-bottom:10px;
	width:100%;
}

.text_inputs{
	padding:0px;
	margin:auto;

	width:80%;
	border-radius: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color:#282828;
	font-size: 20px;
	display:block;
	background-color:#DCDCDC;
	outline: none;
}

.input_inline_tag{
	padding:0px;
	margin:auto;

	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color:#F5F5F5;
	font-size: 18px;
	display:block;
}
.error_status{
	padding:0px;
	margin:auto;
	margin-bottom:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color:#FF4500;
	font-size: 18px;
	display:none;
}

.stats_text{
	padding:0px;
	margin:auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color:#F5F5F5;
	font-size: 18px;
	display:block;
}

.stats_verdict{
	width:90%;
	margin:auto;
	margin-top:20px;
	margin-bottom:5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color:#F5F5F5;
	font-size: 20px;
	z-index:12;
	display:block;
}

#mint_buffer{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:30px;
	display:none;
}

.mint_link{
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 20px;	
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	color:#add8e6;
	text-decoration:none;
}

.comment_cont{
	margin-top:20px;
}

#rmp_link{
	margin:auto;
}

#mint_screenshot_img{
	width:80%;
	margin:auto;
	margin-bottom:20px;
	margin-top:10px;
}