html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family:'Poppins', Times, serif;
	overflow-x:hidden;
	height: 100%;
	background: #eeeeee;
	background-size: 100%;
}
a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}

.comingsoon{
	text-align: center;
	padding: 15px;
}
.comingsoon h1{
	color: #000;
    margin: 55px 0 30px 0;
    font-weight: 500;
    font-size: 50px;
}
.comingsoon p{
	font-size: 25px;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.comingsoon h1{font-size: 30px;}
	.comingsoon p{font-size: 18px;}
}