h3 {
	font-size: 1.5rem;
	line-height: 1.3;
}

h4 {
	font-size: 1.3rem;
}

/* Main */

main {
	padding-top: 2rem;
	padding-bottom: 2rem;
	line-height: 1.7;
}

body.home .intro > *,
main.single > *:not(aside):not(hr),
main.single > aside * {
	max-width: 34rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

main.single aside {
	font-size: 0.9rem;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eaecee;
	color: #4a4c4e;
	background-color: #fafcfe;
}

main.single h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #737373;
}

/* Home */

body.home .features {
	display: flex;
	justify-content: center;
}

/* About */

body.about p.avatar {
	text-align: center;
}

body.about img.justin {
	width: 150px;
	height: 150px;
	border-radius: 150px;
}

/* Contact */

/* A WuFoo spam thing. */
body.contact #comment {
	display: none;
}

body.contact main form label {
	font-weight: bold;
}

body.contact main form input,
body.contact main form textarea {
	-webkit-appearance: none;
	width: 100%;
	border: solid 1px;
	font-family: inherit;
	font-size: inherit;
	padding: .25rem .5rem;
}

body.contact main p.submit {
	text-align: center;
}

body.contact main form input[type="submit"] {
	display: inline-block;
	color: white;
	background-color: #232323;
	padding: .5em 1em;
	border-radius: .5em;
	font-weight: bold;
	width: 6em
}

body.contact main form input[type="submit"]:active {
	color: #232323;
	background-color: white;
}