body{
	font-family:'Oswald', Arial;
	color:#fff;
	background:url(../images/bg.jpg) top center no-repeat #000;
}
.overlay{
	background:rgba(0,0,0,.8);
	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;
	}
}
#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:56px;
	font-weight:300;
	text-align:center;
}
h1 span{
	font-size:32px;
}
.yellow{
	color:#ff9c00;
	font-size:56px;
}
p{
	font-size:16px;
	line-height:30px;
	text-align:center;
	font-weight:100;
}
a{
color:#fff;
text-decoration:underline;
}
/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/
@media (min-width: 561px) and (max-width: 720px) 
{
	.countdown-section {
		margin:5px;
	}
}
@media (max-width: 420px)
{
	.image-align{
		padding-top: 20px;
		width:30%;
	}
	h1,.yellow{
		font-size:32px;
	}	
	h1 span{
	font-size:18px;
	}
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}