.splash { padding-top: 40px; }

.splash .img {
	width: calc(100% + 160px);
	height: 400px;
	
	margin-left: -80px;
	
	background: no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

#recent_posts {
	padding-top: 80px;
	padding-bottom: 80px;
	
	background-color: #e9e9e9;
}

#recent_posts h1 { margin-bottom: 80px; }

.controls { text-align: center; }
.controls a {
	border: 2px solid #000;
	text-transform: none;
	padding-left: 40px;
	padding-right: 40px;
}
	
@media only screen and (max-width: 768px) {
	.splash { padding-top: 20px; }

	.splash .img {
		width: auto;
		margin-left: 0;
		height: 300px;
	}
}