main {
	font-size: 1.2em;
}

nav a {
	font-size: 1.1em;
}

footer {
	font-size: small;
	text-align: center;
	padding-bottom: 2em;
}

footer hr { padding-top: 1em; }

ul { list-style: none; }

label { display:inline-block; width:7em; }

h3 a {
	font-size: .8em;
}

section {
	padding-left: 3em;
	margin-bottom: 0;
	line-height: 2em;
}
section h4 {
	font-size: 1.5em;
	display: inline-block;
	padding-right: 1.5em;
}
section h5 {
	font-size: 1.25em;
	display: inline-block;
	padding-right: 1.5em;
}

.strike-through { text-decoration: line-through; }

.indent { padding-left: 5em; }
.indent-inline { display: inline-block; padding-left: 5em; }

.res-hr { height: 1px; color: black; background-color: black; border: none; }
.res-by { border-bottom: 1px solid black; box-shadow: 0 1px 0 gray; }

.navbar-header a {
	text-transform: uppercase;
	font-size: 2em;
}

.jumbotron { text-align: center; }

/*.jumbotron h1 { font-size: 2.5em; }*/