body {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #004563;
  font-size: 18px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  max-width: 700px;
  padding: 20px;
  margin: 0 auto 20px;
  clear: both;
}
.content {
  letter-spacing: 0.01rem;
}
.content img {
  float: left;
  padding: 0 20px 10px 0;
}
h1,
h2,
h3,
h4,
h5 {
  color: #1f72ab;
  font-family: 'Vollkorn', serif;
  font-weight: normal;
}
h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.masthead {
  background: #278fd6 url('/lantern.jpg') no-repeat 50% 50% scroll;
  background-size: cover;
  padding-bottom: 20px;
}
.masthead,
.masthead a,
.masthead a:hover {
  color: #fff;
  text-decoration: none;
  border: 0;
}
a {
  color: #004563;
  border-bottom: 1px solid #278fd6;
  text-decoration: none;
}
a:hover {
  color: #1f72ab;
}
hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 50px 0;
}
.nav {
  font-weight: 700;
}
.nav ul {
  padding: 0;
  margin: 10px 0;
}
.nav li {
  display: inline-block;
  letter-spacing: 0;
  padding: 0 20px 0 0;
}
.nav a:hover {
  color: #fff;
  border-bottom: 3px solid #004563;
}
.nav .active a {
  border-bottom: 3px solid #fff;
}
