/*coming soon page styles*/


html { 
	background: url(../images/background-image.jpg) no-repeat center center fixed; 
	background-size: cover;
}

div.container {
	text-align: center;
	margin-top: 10%;
}

h1.logo {
	display: block;
}

h1.logo img {
	width: 100%;
	max-width: 600px;
}

h2 {
	font-family: 'Open Sans',Arial,Helvetica;
	font-weight: 700;
	color: #ffffff;
	font-size: 3em;
	word-break: keep-all;
}

h3 {
	font-family: 'Open Sans',Arial,Helvetica;
	font-weight: 300;
	color: #ffffff;
	font-size: 3em;
	word-break: keep-all;
	max-width: 750px;
	margin: 0 auto; 
}


