@font-face {
	font-family: 'comfortaa_regular';
	src: url('../font/comfortaa_bold.ttf') format('truetype');
}

html{
    font-family: comfortaa_regular;
    font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	
	/* background: #011f2c;
	background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;  */
}

/* ************************* Workspace  ************************* */

body #particle-canvas {
	position: absolute;
    z-index: 1;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body #workspace {
	position: absolute;
    z-index: 2;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
}


/* ************************* Header ************************* */
.push_header{
	/* .push must be the same height as .header */
	height: 100px;
	padding: 0;
	border: 0;
	/* Multicolumn Layout With Sticky Header */
	/*clear: both;*/
}

.header {
	/* .push must be the same height as .header */
    width: 100%;
	height: 100px;
	padding: 0;
	border: 0;
	align-content: center;
	/* background-color: rgba(0, 0, 0, 0.2);  */
}
.header_content {
	width: 980px;
	padding: 16px ;
	margin: 0 auto;
	border: 0;
}
.header_content_logo_icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding-right: 4px;
}
.header_content_logo_name {
	width: auto;
	display: inline-block;
	text-align: left;
	color: #ff8800;
	font-size: 28px;
}


/* ************************* Wrapper ************************* */
.wrapper {
	min-height: 100%;
	height: auto !important;
	/* The top and bottom margin is the negative value of the header's and footer's height */
	margin: -100px 0 -80px 0;
	padding: 0;
	border: 0;
	overflow: visible !important;
}


/* ************************* Content ************************* */

.content {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}	
.content_title {
	max-width: 980px;
	font-size: 34px;
	text-align: center;
	padding-top:72px;
	margin: 0 auto;
	border: 0;
}

.content_crushtime_discover{
	max-width: 980px;
	font-size: 26px;
	text-align: center;
	color: #fff;
    padding-top:72px;
	margin: 0 auto;
	border: 0;
}

.content_crushtime {
	padding:32px 0 0 0;
	text-align: center;
}
.content_crushtime_description{
	max-width: 980px;
	font-size: 16px;
	text-align: center;
	color: #90a4b8;
    padding-top:8px;
	margin: 0 auto;
	border: 0;
}
.content_crushtime_logo {
	display: inline-block;
	height: 48px;
	padding-right: 16px;
}
.content__crushtime_name {
	display: inline-block;
	height: 48px;
}



.content_comming_soon {
	max-width: 980px;
	font-size: 26px;
	text-align: center;
	color: #ffa600;
	padding-top:144px;
	margin: 0 auto;
	border: 0;
}	

/* ************************* Footer ************************* */
.push_footer{
	/* .push must be the same height as .footer */
	height: 80px;
	padding: 0;
	border: 0;
	/* Multicolumn Layout With Sticky Footer */
	clear: both; 
}

.footer {
	/* .push must be the same height as .footer */
	height: 80px;
	padding: 0;
	border: 0;
	/* Multicolumn Layout With Sticky Footer */
	clear: both;
	align-content: center;
	/* background-color: rgba(0, 0, 0, 0.2);  */
}

.footer_content_contact{
	text-align: center;
	color: #90a4b8;
	padding: 0;
	margin: 0 auto;
	border: 0;
}
.footer_content_contact a{
	/* text-decoration: none; */
	color: #90a4b8;
}
.footer_content_rights{
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 12px 0 8px 0;
	margin: 0 auto;
	border: 0;
}
.footer_content_made_by{
	text-align: center;
	color: #90a4b8;
	padding: 0;
	margin: 0 auto;
	border: 0;
}
.footer_content_made_by a{
	/* text-decoration: none; */
	color: #90a4b8;
}