body {
	font-family: 'Lato',sans-serif;
	display:flex;
	justify-content:center;
	align-items:top;
	font-weight:300;
}
h1 {
	font-size:3rem;
	font-weight:300;
	
}
#contentbox {
	margin-top:3rem;
	
}
.text-mediumgray {
	color:#999;
}

section > header {
	font-weight: 700;
	
	font-size:1.25rem;
	color:#454545;
}

dt {
	margin-bottom:0.5rem;
	margin-top:1rem;
	font-weight:bold;
	color:#999;
}
h1.withbyline {
	margin-bottom:0;
}
.byline {
	font-size:1.25rem;
	font-weight:500;	
	color:#999;
	margin-top:0;
}