body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#fff;
	background:url(../images/bg.png) top center no-repeat #000;
    background-size: 40%;
    background-position-y: 20vh;
   	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.overlay{
	background:rgba(0,0,0,.3);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}

@media (min-width: 1200px){
	.container {
		width:1170px;
	}
	h1{
		font-size: 44px;
	}
}

#wrap{
	width:100%;
	height:100%;
	display:table;
	position:relative;
	z-index:10000;
}
.image-align{
	margin:0 auto;
	text-align:center;
	display:block;
	padding-top: 100px;
}

h1{
	font-size:44px;
	font-weight:300;
	text-align:center;
	letter-spacing: 0.1em;
}


p{
	font-size:16px;
	line-height:30px;
	text-align:center;
	font-weight:100;
}

form{
	margin:0 auto;
	display:table;
	margin-top:50px;
}

input[type="text"]{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:rgba(255,255,255,.1);
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	border:none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	height:53px;
	color:#fff;
	font-family:'Oswald', Arial;
	font-size:16px;
	padding-left:20px;
	width:265px;
	letter-spacing: 0.1em;
}

input[type="submit"]{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'Oswald', Arial;
	background: #ff9c00;
	color: #000;
	border: none;
	font-size: 24px;
	font-weight: 500;
	padding: 12px 30px;
	position: relative;
	top: 3px;
	left: -10px;
	-webkit-transition: all .3s ease;
	-moz-transition: 	all .3s ease;
	-ms-transition: 	all .3s ease;
	-o-transition: 		all .3s ease;
	transition: 		all .3s ease;
}

input[type="submit"]:hover{
	color: #FFF;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
a{
color:#fff;
text-decoration:underline;
}

p.copyright{
font-size:13px;
margin-top:30px;
}
.bw-bottom-div{
	position: fixed;
	bottom: 7%;
	width: 100%;
}
.bw-bottom-div h6{
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}
/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/

@media (min-width: 561px) and (max-width: 720px) {
	h1{
		font-size: 36px;
	}
	.countdown-section {
		margin:5px;
	}

}

@media (max-width: 600px){
	
	h1{
		font-size: 32px;
	}
	
}

@media (max-width: 420px){
	body{
		background:url(../images/bg.png) top center no-repeat #000;
    	background-size: 40%;
    	background-position-y: 20vh;
	}

	.image-align{
		padding-top: 20px;
		width:30%;
	}
	
	h1{
		20px;
	}
	
	input[type="text"]{
		width:150px;
		font-size:14px;
		padding-left:5px;
	}	
	
	input[type="submit"]{
		left:-3px;
		top:5px;
	}
	
}

@media (max-height: 460px) {
	body {
	    background-size: 18%;
    	background-position-y: 19vh;
	}
	h1{
		font-size: 20px;
	}
}

@media (min-height: 460px) and (max-height:600px){
	body {
	    background-size: 25%;
    	background-position-y: 19vh;
	}
	h1{
		font-size: 20px;
	}
}