
body {
	font: 100 16px 'Helvetica', 'Helvetica-Neue', 'Helvetica Neue', Sans-serif;
	margin: 0 auto;
	padding: 0 5vw;
	background: #f2f2f2;
	color: #999;
}
h1 {
	font-weight: 100;
	margin: 30px 0;
	position: relative;
}
h1 .sub-title {
	position: absolute;
	color: inherit;
	right: 0;
}

nav .items {
	position: relative;
	text-align: left;
}

nav a {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
	display: block;
	color: black;
}

nav a:hover {
	background: #ccc;
}
