html,body {
	background-color: #169fee;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 18px;
}
strong {
	font-weight: 700;
}
p {
	letter-spacing: 0.063em;
	word-spacing: 0.063em;
	line-height: 180%;
	padding-bottom: 30px;
}
a {
	color: #c14d00;
	font-weight: 700;
}
h1 {
	display: none;
}
img {
	height: auto;
	max-width: 100%;
}

.content_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
	width: 100%;
}
.logo_wrapper {
	max-width: 668px;
}
header.content_wrapper,
.contact .content_wrapper {
	padding-top: 20px;
	max-width: 1000px;
}

.thumb_grid a {
	display: inline-block;
	margin: 10px;
	max-width: 340px;
	width: 100%;
}
.thumb_grid img {
	width: 100%;
}
@media( max-width: 600px ) {
	.thumb_grid a {
		display: block;
		margin: 20px 0;
		max-width: 100%;
	}
	.thumb_grid img {
		display: block;
	}
}

footer {
	padding: 30px 0;
	text-align: center;
}
footer p {
	font-size: 0.75em;
	opacity: 0.8;
	text-transform: uppercase;
}

.contact {
	padding-bottom: 20px;
	text-align: center;
}
.contact h2 {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#contact_nav a {
	display: block;
	padding: 10px;
}

.button {
	background-color: #c14d00;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	padding: 16px 30px;
	text-decoration: none;
}