@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Bree+Serif');

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-image:URL("images/buffalo-plaid-bg.jpg");
	margin:0;
	padding:0;
}

p {
	font-size: 0.8125rem;
	line-height: 20px;
}

h1 {
	font-family: 'Bree Serif', serif;
	font-size: 2.25rem;
	color: #bf0003;
}

.wrapper {
	width:960px;
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
}

header {
	width:100%;
	background-color:#ffffff;
	height: 141px;
	margin-bottom: 0;
	text-align: center;
	overflow: hidden;
}

header img {
	margin: 0;
	padding: 0;
	width: 500px;
}

nav {
	width: 100%;
	background-color: #363636;
	color: #ffffff;
	height: 36px;
	font-weight: bold;
	text-align: center;
	font-size: 1rem;
	margin-bottom: 0;
}

nav a {
	color: #ffffff;
	text-decoration: none;
}

nav ul {
	display: block;
}

nav li {
	display: inline-block;
	padding: 10px 20px;
	margin-left: 10px;
	margin-right: 10px;
}

main {
	width: 100%;
	padding: 10px 26px;
}

section {
	float: left;
	margin: 10px 12px 10px 0;
}

section h1 {
	background-color: #bf0003;
	font-size: 2em;
	color: #ffffff;
	margin: 0 0 10px;
	padding: 4px 10px;
	font-family: 'Bree Serif', serif;
}

section image {
	float: left;
	margin-right: 12px;
}

section p {
	float: right;
	width: 360px;
	margin-left: 12px;
}
aside p {
	line-height: 1.125rem;
	margin-bottom: 8px;
}

aside p {
	margin-top: 12px;
}

aside {
	width: 264px;
	background-color: #e0f3fb;
	padding: 4px 16px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 3px #005F60;
}

aside h1 {
	font-size: 2em;
	margin-top: 0;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
	color: #0c82b6;
	font-family: 'Bree Serif', serif;
}

.flex-container {
    display: flex;
}

#footer {
	clear: both;
	background-color: #363636;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

