body {
  padding: 23px;
  font-family: 'Bellefair', serif;
  font-size: 14pt;
  color: #123;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Acme', serif;
}

header {
  position: relative;
  min-height: 90px;
  border-bottom: 1px solid black;
  margin-bottom: 23px;
}
header img {
  display: block;
  margin: auto;
}
header h1 {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 1.0em;
  text-align: center;
}
header p {
  font-size: 1.1em;
  text-align: center;
}

footer {
  border-top: 1px solid black;
  margin-top: 13px;
  text-align: right;
}
footer li {
  padding: 13px 0;
}
footer li a {
  text-decoration: none;
  color: #123;
}
footer li a.active {
  font-weight: bold;
}
footer li a:visited {
  color: #123;
}

h1 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 13px 0;
}
h2 {
  font-size: 1.2em;
  font-weight: 400;
  margin: 13px 0;
}

p {
  margin-bottom: 7px;
}

em {
  font-style: italic;
}

@media screen and (min-width: 800px) {
  body {
    max-width: 800px;
    margin: auto;
  }

  header img {
    height: 90px;
    float: right;
  }
  header p {
    position: absolute;
    bottom: 3px;
  }

  footer li {
    display: inline-block;
    margin-left: 23px;
  }
}
