@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700";
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-family: Montserrat;
}
.coming_soon{
	position:relative;
	width: 100%;
	height: 100%;
	min-height: 650px;
	background: url('images/back.png') no-repeat top left;
	background-size: cover;
	background-color: #89C4F4;
	background-color: #424242;
	background-color: #a7c5bc;
	background-color: #fff;
}
@media screen and (max-width: 700px){
	.coming_soon{
		background-position: left 100px;
	}
}

.coming_soon h1{
	width:80%;
	max-width: 500px;
	font-family: Montserrat;
	font-weight:700;
	position:relative;
	top:270px;
	margin:auto auto;
	text-align: center;
	font-size: 35px;
	//color: white;
	text-align: center;
}
.coming_soon h1 span{
	font-size: 35px;
	font-weight: 400;
}
.coming_soon p{
	width: 80%;
	height: 1px;
	background-color:#6C7A89;
	margin: 20px auto auto;
}
.coming_soon h1 .btn{
	max-width: 300px;
	display: block;
	text-decoration: none;
	color: #424242;
	border:1px solid #424242;
	margin:auto auto;
	font-size: 12px;
	padding:10px 20px;
	text-align: center;
	margin-top:20px;
	font-weight: normal;
}
.coming_soon h1 i{
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 20px;
	color: #6C7A89;
}
@media screen and (max-width: 900px){
	.coming_soon h1{
		background-color: rgba(0,0,0,0.3);
		background-color: rgba(255,255,255,0.8);
		padding:5%;
		color: #424242;
		font-size: 30px;
	}
	.coming_soon h1 span{
		font-size: 26px;
	}
	.coming_soon h1 .btn{
		font-weight: bold;
	}
}
@media screen and (max-width: 500px){
	.coming_soon h1{
		font-size: 25px;
	}
	
}
.coming_soon .logo_container{
	position:absolute;
	top:20px;
	left:0;
	right:0;
	width:200px;
	height:200px;
	border-radius: 50%;
	margin:auto auto;
	background:url('images/logo.png') no-repeat center;
	background-size: 190px;
	//background-color: #fafafa;
	//background-color: rgba(255,255,255,0.8);
}

@media screen and (max-width: 700px){
	.coming_soon .logo_container{
		top:0px;
		background-size: 170px;
	}
}
.overlay{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
}
.overlay form{
	width: 300px;
	padding: 40px;
	margin:auto auto;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.label{
	display: block;
	margin-top: 10px;
}
.label span{
	display: block;
	padding-bottom: 2px;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 400;
}
.label input[type="text"], .label textarea{
	display: block;
	width: 100%;
	padding:10px;
	resize: none;
	border:1px solid #ccc;
}
