#aeropress-head {
	height: 150px;
	padding: 0 0.5em;
}

#aeropress-head h2, #aeropress-head h3 {
	margin-top: 1em;
	width: 500px;
	text-align: center;
}

#aeropress-head h2 {
	font-size: 300%;
}

#aeropress-head h3 {
	margin-top: 0;
	font-size: 197%;
	font-weight: normal;
	line-height: 1em;
}

#aeropress-head h2 em {
	font-weight: bold;
}

.half-left, .half-right {
	width: 50%;
}

.half-right {
	width: 50%;
	float: right;
}


.half-left {
	width: 45%;
}