html {
    padding-top: 42px;
}

.navbar-light .navbar-brand {
	color: #FEEDB9;
	font-size:130%;
}

#navbarText ul {
	margin: 0;
	list-style: none;
}

#navbarText li {
	display: inline;
}

#navbarText a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	color: #2F4600;
}

#navbarText a:hover {
	color: #FEEDB9;
	background-color: rgb(210, 35, 42);;
}

#navbarText .current_page_item a {
	color: #FEEDB9;
	background-color: rgb(210, 35, 42);;
}

.form-left {
	width: 9rem;
	display: inline-flex;
	vertical-align: top;
}

.formrow {
	padding-bottom: 2px;
}


body {
    font-size: 16px;
    max-width: 58rem;
    margin: 0 auto;
    background: #FEEDB9 url(../images/background.jpg) repeat-x left top;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	color: #2F4600;
}

a {
	color: rgb(210, 35, 42);
}

a:hover {
	color: #4E7301;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-size: 2.2em;
	color: #4E7301;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.7em;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
	border-bottom: #904ff8ad 1px dashed;
}

img {
	border: none;
}

img.left {
	float: left;
	padding-right: 15px;
}

img.right {
	float: right;
	padding-left: 15px;
}

blockquote {
	background: #AABCB3;
	margin: 0;
	padding: 10px 10px;
	font-size: small;
	
	color: #4E7301;
	margin-bottom: 10px;
}


article {
	flex: 1 1 auto;
}

aside {
	padding-top: 30px;
}

footer {
	padding-top: 0.5rem;
	width: 100%;
	border-top: #810b0b 1px dashed;
}

footer ul li {
	display: inline;
}