#header {
	color: #fff;
}

.jumbotron.background-image h1 {
	text-align: center;
}

#content .row {
	padding-top: 2em;
	padding-bottom: 2em;
}

@media only screen and (max-width: 767px) {
	#header.jumbotron.background-image {
		height: auto;
		padding-top: 4em;
		padding-bottom: 4em;
	}
}