body {
	font-size: 14px;
	color: #666;
	font-family: 'Ubuntu', sans-serif;line-height: 21px
}
h1 {
	font-size: 24px;
	color: #EF5820;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #F60;
	text-decoration: none;
}

#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;max-width: 890px
}
#logo {
text-align: center;
	margin-bottom: 32px;
}
.address {
	float: left;
	width: 33%;margin-bottom: 55px;text-align: center
}
#socialmedia {
	clear: right;
	float: right;
	width: 340px;
}
#comingsoon {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EF5820;
	border-bottom-color: #EF5820;padding: 35px;	color: #EF5820;font-size: 24px;font-weight: 600;letter-spacing: 2px
}
@media only screen and (max-width: 860px) { 
	
	.address {
	float: none;
	width: 100%;margin-bottom: 55px;text-align: center
}
}