/* CSS Document */

body {
	background: #FFFFFF url("images/bg.jpg") top center no-repeat;
	background-size: cover;
}
.aligncenter {
	text-align: center;
}
.header h3, .header p.h3 {
	font: 36px/50px Lobster, Arial, Helvetica, sans-serif;
	color: blue;
	text-shadow: #000033 0 -1px 0;
}
.header h1 {
	background: url("images/logo.png") top center no-repeat;
	height: 156px;
	margin: 0;
	padding: 0;
	background-size: contain;
	text-indent: -9999px;
}
.sub-header, .locations {
	margin-bottom: 50px;
}
.sub-header p {
	font: 24px/32px Arial, Helvetica, sans-serif;
	color: blue;
}
.sub-header h3, .sub-header p.h3 {
	font: bold 30px/45px Arial, Helvetica, sans-serif;
	color: black;
}
.locations h2 {
	font: bold 48px/48px Arial, Helvetica, sans-serif;
	color: blue
}
.address a {
	color: black;
	text-decoration: none;
}
.locations img {
	width: 100%;
}
.address p {
	font: 22px/28px Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 0;
}
.address p .location {
	font-size: 28px;
	font-weight: bold;
}
.address p .phone {
	font-weight: bold;
}
.address p .hours {
	text-decoration: underline;
}
iframe {
	box-shadow: 0 0 5px #000000;
}
.address-maps {
	margin-bottom: 50px;
}
.copyright p {
	color: #555555;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.copyright a {
	color: #555555;
	text-decoration: none;
}
@media screen and (min-width: 1281px) and (max-width: 1441px) {
	.locations h2 {
		font-size: 32px;
	}
	.address p {
		font-size: 16px;
	}
	.address p .location {
		font-size: 20px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.locations h2 {
		font-size: 32px;
	}
	.sub-header h3 {
		font-size: 24px;
	}
	.header h3 {
		font-size: 24px;
	}
	.address p {
		font-size: 14px;
	}
	.address p .location {
		font-size: 22px;
	}
	.sub-header, .locations {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.slogan, .location-img {
		display: none;
	}
	.sub-header, .locations {
		margin-bottom: 10px;
	}
	.locations h2 {
		font-size: 24px;
	}
	.sub-header {
		margin-bottom: -20px;
	}
	.sub-header h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.address p {
		font-size: 16px;
		text-align: center;
	}
	.address p .location {
		font-size: 19px;
	}
	.copyright p {
		font-size: 12px;
	}
}