/****************** colors *************

Shaws red : #ea3e3c

*************************************/
#wrapper {
	height: 100%;
}
.logo {
	width:100%;
	text-align:center;
	margin-bottom: 10px;
}

.logo img {
	width: 30%;
	height: auto;
	border: #fff solid 1px;
}

h1 {
	font-family: 'Cinzel', serif;
	color: #ea3e3c;
	font-size:48px;
	letter-spacing:3px;
	padding-top:20px;
	margin: 0 0 20px 0;
}
p.lead {
	font-size:16px;
	letter-spacing: 1px;
}
.address {
	width: 100%;
	position:relative;
}
.coming-soon {
	position:absolute;
	top: -50px;
	right:10px;
}
.coming-soon img {
	width: 40%;
	height: auto;
}

@media only screen and (max-width: 1004px) {
.coming-soon {
	position:relative;
	top: 0px;
	right:0px;
	width: 100%;
}
.coming-soon img {
	width: 25%;
	height: auto;
	margin-left: auto;
	margin-right: auoto;
}
.logo img {
	width: 60%;
}
h1 {
	font-size:28px;
	letter-spacing:2px;
}
p.lead {
	font-size:12px;
}
.address p {
	font-size: 10px;
}
	}

