/* ---------- Layout ---------- */
body {
  max-width: 480px;
  margin: 0 auto;
  font-family: 'Alegreya', serif;
}

header h1 {
  text-align: center;
  font-size: 4em;
  margin: 0.4em 0 0.2em 0;
}

nav {
  border-top: 2px solid;
  border-bottom: 1px solid;
  margin-bottom: 3em;
}

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

nav ul li {
  display: inline;
}

nav ul li + li {
  padding-left: 12px;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  margin: 0;
}

h1, h2 {
  font-family: 'Allura', serif;
  font-weight: normal;
}

header a {
  text-decoration: none;
}

h3 {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

h4 {
  font-size: 1em;
  font-weight: 700;
}

nav ul li a {
  font-family: 'Allura', serif;
  font-size: 1.5em;
  white-space: nowrap;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: underline;
}

#content p {
  text-align: justify;
}

#content a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

/* ---------- Color ---------- */
body {
  background-color: #FAF5E0;
}

header h1 a {
  color: #7C0700;
}

nav {
  border-color: #E5A600;
}

nav a {
  color: #657000;
}

h1, h2, h3, h4 {
  color: #657000;
}

#content a:link {
  color: #152665;
}

#content a:visited {
  color: #5E0A5D;
}

#content a:active {
  color: #7C0700;
}
