body, html {
	/* font-family: 'Open Sans', sans-serif; */
	font-family: "Roboto Flex", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
		"slnt" 0,
		"wdth" 100,
		"GRAD" 0,
		"XOPQ" 96,
		"XTRA" 468,
		"YOPQ" 79,
		"YTAS" 750,
		"YTDE" -203,
		"YTFI" 738,
		"YTLC" 514,
		"YTUC" 712;
	color: rgba(255,255,255,0.9);
	background: none;
}
.full {
	background: url(../img/bg0.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a, a:hover {
	color: #fff;
	text-decoration: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #90c6ea;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.logo {
	font-size: 4rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: -1px;
	text-align: center;
}
.logo img {
	height : 200px;
	padding: 1%;
	margin-bottom: 2rem;
	margin-right: 20rem;
	border-radius: 8rem;
	background-color: rgba(255, 255, 255, 0.6);
	backgrou
}
.logo-text {
	font-size: 4rem;
	font-weight: 600;
}
.coming-soon {
	padding-top: 50px;
	margin: 0 auto;
}
.coming-soon h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.4em;
	padding: 80px 0 120px 0;
}
.coming-soon p {
	font-size: 18px;
	color: rgba(255,255,255,0.6);
}
.coming-soon .counter {
	margin: 0 0 60px 0;
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	display: inline-block;
	margin: 0 60px 0 0;
	font-size: 18px;
	text-align: center;
	color: rgba(255,255,255,0.6);
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 120px;
	line-height: 120px;
	color: rgba(255,255,255,0.9);
}
.social {
	margin-top: 80px;
	margin-bottom: 60px;
}
.social a {
	color: #cc3333;
	font-size: 28px;
	display: inline-block;
	margin: 0 40px 0 0;
}
.social a:hover {
	color: #fff;
}
.copyright {
	font-size: 14px;
	margin: 20px 0 10px 0;
	color: rgba(255,255,255,0.6)
}
.copyright a {
	color: rgba(255,255,255,0.7);
}
.copyright a:hover {
	color: #cc3333;
}

@media (max-width: 979px) {
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	width: 140px;
	height: 120px;
	margin: 7px;
	padding-top: 20px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 60px;
	line-height: 70px;
}
}

@media (max-width: 767px) {
	.logo img {
		height : 150px;
		padding: 1%;
		margin-bottom: 2rem;
		margin-right: 0rem;
		border-radius: 8rem;
		background-color: rgba(255, 255, 255, 0.6);
		backgrou
	}
	.logo-text {
		font-size: 4rem;
		font-weight: 600;
	}
}
