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: #1E9BAB
}

	.button:hover,
	.top-bar-section ul li > a.button:hover {
		background-color: #136c77
	}

#main-content h5, a {color: #1E9BAB}
a:hover {color: #136c77}

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 {
	padding-top: 80px;
}

header h3 {
	color: #999;
	font-size: 13px;
	font-weight: 200;
}

header .cta {
	border: 3px solid #DDD;
	border-radius: 2px;
	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.05);
}

#main-content {
	color: #666;
	padding: 40px 0 0;
}

#main-content h4 {
	color: #444;
	font-style: italic;
}

.inner-body {
	padding: 0 20px;
}

footer {
	padding: 40px 0;
}

footer p,
footer a {
	color: #666;
	font-size: 0.75rem;
	margin: 6px 0 0;
	text-align: center
}