body {
  background: #e0e0de;
  padding: 0;
}

a, a:visited {
  color: #8e0900;
}

a:hover, a:active {
  color: #8e0900;
}

header, nav, main, footer {
  background-color: #1e4067;
  max-width: 800px;
  margin: 0 auto;
  padding: 16px 32px;
}

header {
  background: url("../media/images/header.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 250px;
  padding: 16px 32px;
}

header h1 {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 16px;
  margin-left: -32px;
  margin-right: -32px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav li {
  border-right: 1px solid #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: -4px;
  width: 158px;
}

nav li:last-child {
  border-right: 0;
}

nav a, nav a:visited {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}

nav a:hover {
  background-color: #8e0900;
  color: #fff;
}

main section {
  background-color: #efefef;
  margin-bottom: 1em;
  padding: .5em 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #8e0900;
  font-family: 'Open Sans', sans-serif;
}

section h2 {
  font-size: 24px;
}

section p {
  font-size: 16px;
  line-height: 1.75em;
  margin-left: 1em;
  font-family: 'PT Serif', serif;
}

ul {
  list-style-type: circle;
}

footer {
  color: #e0e0de;
  font-size: 10px;
  padding-bottom: 2em;
  text-align: center;
}
