html {
	position: relative;
    line-height: 150%;
    background: #fff;
    height: 100%;
	font-family: 'Nunito Sans', sans-serif;
}
body {
	margin: 25px auto;
	width: 70vw;
	min-width: 500px;
	max-width: 1000px;
	font-size: 10pt;
	padding-bottom: 50px;
}
header {
	padding-right: 1vw;
	position: relative;
}
header * {
	display: block;
	position: relative;
}
#john-browns {
	text-align: right;
	font-size: calc(10px + 6vh);
	margin-right: 3vw;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	z-index: 10;
}
#recent-projects {
	text-align: right;
	font-size: calc(10px + 18vh);
	margin-top: -13vh;
	margin-right: 1vw;
	line-height: 30vh;
	text-transform: lowercase;
	font-family: 'Ephesis', serif;
	color: #aaa;
	z-index: 5;

}
main {
	position: relative;
}
h2 {
	font-size: 150%;
}
li {
	position: relative;
	list-style: none;
	padding: 14pt;
	border-bottom: 2px dotted #ddd;
	display: flex;
	flex-direction: row;
	align-items: center;
}
li img {
	width: 150px;
	margin-right: 20px;
}
li p {
	margin-bottom: 0;
}