body {
	background: #000;
	color: #fff; 
	margin: 0;
	padding: 0;
	font-family: 'Jura', sans-serif;
}

h1 {
	font-size: 4.2em;
}
h2 {
	font-size: 1.5em;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #6BAFFF;
}
a.blue {
	color: #6BAFFF;
}
a.blue:hover {
	color: #fff;
}

.content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
}
.content span.meta {
	color: #777;
	padding-left: 8px;
}

header#title {
	text-align: left;
	max-width: 600px;
	margin-left: 80px;
	margin-right: auto;
}
header#title h1 {
	margin: 0;
	font-weight: 400;
	color: #6BAFFF;
}
header#title h2 {
	margin: 0;
	font-weight: 500;
	
}

section#about {
	max-width: 600px;
	text-align: left;
	font-size: 1.05em;
	font-weight: 500;
	margin: 10px auto 10px 80px;
}
section#about h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: #6BAFFF;
}
section#about section {
	margin-top: 50px;
	margin-bottom: 50px;
}
section#about section p {
	line-height: 0.6em;
}

footer {
	text-align: left;
	max-width: 600px;
	margin-left: 80px;
	margin-right: auto;
	color: #777;
}
footer p {
	line-height: 0.8em;
	font-size: 0.7em;
	font-weight: 600;
}