body, html {
	font-family: 'Open Sans', sans-serif;
	color: rgba(255,255,255,0.9);
	background: none;
}
.full {
	background: url(../img/bg1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a, a:hover {
	color: #fff;
	text-decoration: none;
}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.logo {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
}
.logo i {
	font-size: 42px;
}
.coming-soon {
	padding-top: 130px;
	margin: 0 auto;
}
.coming-soon h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.4em;
	padding: 80px 0 120px 0;
}
.coming-soon p {
	font-size: 18px;
	color: rgba(255,255,255,0.6);
}