/*
	Template Name 	: Launch - Under Maintenance HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

body {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
}

img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

.comming-soon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: url(../images/bg_plastic.png) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;

}

.comming-soon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.coming-soon-box {
	width: 100%;
	text-align: center;
	color: #aeaeae;
}

.logo {
	position: fixed;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.logo h1 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.logo h1:first-letter {
	color: #e3c600;
}

.logo p {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.08em;
}

.coming-text {}

.coming-text p {
	color: #fff;
	font-size: 20px;
}

.coming-text h2 {
	color: #e3c600;
	font-size: 54px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0;
}

.typing-title {
	display: none;
}





.social-link {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
}

.social-link a {
	display: inline-block;
	margin: 0 6px;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s;
}

.social-link a:hover {
	color: #e3c600;
}

@media only screen and (max-width:768px) {
	.logo {
		position: relative;
		top: auto;
		left: auto;
	}

	.social-link {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin-top: 30px;
	}

	.coming-soon-box {
		padding: 30px 0;
	}
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:480px) {
	.coming-text h2 {
		font-size: 30px;
	}

	.coming-text p {
		font-size: 18px;
		margin-bottom: 0;
	}
}