body > form {
	margin: 0 !important;
}

header { margin-bottom: 2em }

header h1 {
	font-size: 48px;
	margin-top: 1.5em;
}

.navbar a {
	text-transform: uppercase;
}

/* Other pages use a "jumbotron" derivative */
.jumbotron {
	position: relative;
	padding: 20px 0;
	color: white;
	background-color: rgb(131, 110, 138);
}

.recent-entries .author {
	font-size: 90%;
	color: #aaa;
}

@media (max-width: 979px) {
	body.hero { padding-top: 0 }
}