html, body {
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
}

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

#header {
	height: 120px;
	background-color: #fff;
	border-bottom: 2px solid #888;
	z-index: 1000;
}

#header #top {
	margin-top: 20px;
	z-index: 1500;
}

#content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding-top: 10em;
	z-index: 50;
}

h1 {
	text-transform: uppercase;
	letter-spacing: 0.125em;
	font-size: 1.625em;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	margin-top: 50px;

	color: #00afdb;
}

::selection {
	background: #fff;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 0.125em;
	font-size: 1.312em;
	color: #008fbb;
	text-align: center;
}

p {
	font-weight: 300;
}

p::selection {
	background: #00afdb;
}

