body {
	font-family: 'Roboto', sans-serif;
}


h1 {
	font-size: 42px;
	color: #53524c;
	font-weight: 300;
	line-height: 52px;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 28px;
	color: #53524c;
	font-weight: 300;
	line-height: 38px;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-size: 22px;
	color: #53524c;
	font-weight: 300;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 17px;
	line-height: 22px;
	color: #53524c;
	font-weight: 300;
	margin: 0px 0px 10px 0px;
	width: 90%;
	text-transform: uppercase;
}

.year {
	font-size: 14px;
	color: #ac9a67;
}

table tr td:first-child {
	color: #ac9a67;
	padding: 10px 10px 10px 0px;
	border-right: 1px solid #c1b592;
}

table tr td:last-child {
	padding: 10px 10px 10px 10px;
}

p {
	font-size: 17px;
	color: #53524c;
	font-weight: 300;
	line-height: 26px;
	margin: 0px 0px 10px 0px;
}

.quote-container h2, .quote-container p {
	color: #ffffff;
}

.quote-container h2 {
	font-size: 20px;
	line-height: 28px;
}

footer h2 {
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}

.services h3, .services p {
	color: #ffffff;
}

.services .third:nth-child(even) h3, .services .third:nth-child(even) p {
	color: #53524c;
}

.center-text {
	text-align: center;
}

header p {
	font-size: 17px;
}

em {
	font-style: italic;
}

.reference p {
	font-size: 15px;
	line-height: 24px;
	margin: 0px 10px 10px 0px;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #53524c;
	text-decoration: none;
	outline: 0;
}
