
section {
  background: #2D2D47;
  color: #E7D594;
}

section h2, section h3 {
  border-color: #E7D594;
}

nav.ninenav, nav.ninenav button, nav.ninenav a {
  background: #3D3D47;
  color: #E7D594;
  border-color: #E7D594;
}


nav.ninenav a.current {
  background: #606196;
}

nav.ninenav a:hover {
  background: #606196;
}

section p img {
  box-shadow: 2px 2px 20px #3D3D47;
}

section a {
  color: #E7D594;
}

section a:visited {
  color: #cc8150;
}

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