
section {
  background-color: #E8E1CF;
  background: url('bg.png');
  background-repeat: repeat-y;
  background-size: 100%;
  color: #000000;
}

section p {
  font-size: 18px;
  font-family: Gara Scenario Descent, Garamond, serif;
}

section h2, section h3 {
  border: none;
  font-family: Windlass, serif;
  color: #661900;
}

@media screen and (max-width: 640px) {
  header h1 {
    font: 16px sans-serif;
  }
}
