body {
	background: #FFF;
}

.top-bar {
	background: #222;
}

.top-bar .name h2 {
	font-size: 0.94444rem;
	line-height: 42px;
	margin: 0;
}

.top-bar .name h2 a {
	color: #FFF;
	display: block;
	font-weight: normal;
	padding: 0 15px;
}

.button,
.top-bar-section ul li > a.button {
	background-color: #0e5c2f
}

	.button:hover,
	.top-bar-section ul li > a.button:hover {
		background-color: #0e5c2f
	}

#main-content h5, a {color: #106935}
a:hover {color: #119649}

html, body, h1, h2, h3, h4, h5, h6 {
	font-family: Lato,"Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif
}

p {
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizelegibility;
}

/* Header */

header {
	background: url(bg.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	height: 510px;
	position: relative;
	width: 100%;
}

.shade {
	background: repeating-linear-gradient(45deg, transparent, rgba(0,0,0,0.9) 1px, transparent 3px);
	background-size: 9px 17px;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 2s ease;
}

.shade:hover {
	opacity: 1;
}

.header-text {
	left: 0;
	position: absolute;
	right: 0;
	text-shadow: 1px 1px 2px #000;
	top: 37%;
}

.header-text h1, .header-text h4 {
	color: #FFF;
}

.header-text h1 {
	font-family: "Roboto Condensed",Lato,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}

header .cta {
	border: 3px solid #FFF;
	border: 3px solid rgba(255,255,255,0.8);
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	margin: 20px auto 0;
	padding: 12px 40px;
	text-transform: uppercase;
	transition: background 0.5s ease;
}

header .cta:hover {
	background: rgba(0,0,0,0.2);
}

#main-content {
	color: #666;
	padding: 40px 0 0;
}

footer {
	padding: 40px 0;
}

footer p,
footer a {
	color: #666;
	font-size: 0.75rem;
	margin: 6px 0 0;
	text-align: center
}