body {
  background: #f5f7f2;
  color: #6c6f5d;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

header {
  background: #5a6d56;
  color: #e6c9be;
  height: 350px;
  margin-bottom: 20px;
  padding-top: 50px;
  position: relative;
}

header h1 {
  margin: 0 auto;
  text-align: center;
}

h1 a, h1 a:visited {
  color: #5a6d56;
}

header nav {
  position: absolute;
  right: 50px;
  top: 50px;
}

header nav a {
  color: #e6c9be;
  text-decoration: none;
}

header nav a:hover {
  text-decoration: underline;
}

header ul {
  list-style: none;
  text-align: right;
  text-transform: uppercase;
}

header li {
  margin-bottom: .5rem;
}

.container {
  font-family: Garamond, ‘Hoefler Text’, Georgia, Cambria, ‘Times New Roman’, Times, serif;
  font-size: 1.31rem;
  line-height: 35px !important;
  font-weight: 400;
  letter-spacing: -0.084px;
  margin: 50px auto 0 auto;
  max-width: 1000px;
}

.container h2 {
  font-size: 1.5rem;
  border-top: 1px solid #CCC;
  padding-top: 1rem;
  margin-top: 5rem;
}

.container h2:first-of-type {
  margin-top: 0;
}

.container h2 strong {
  display: block;
  float: right;
}

.container a, .container a:visited {
  color: #7c806b;
}

.container a:hover {
  color: #6c6f5d;
  text-decoration: none;
}

.notorious {
  text-align: center;
  font-size: 2rem;
}

.back {
  font-size: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  header {
    height: 250px;
  }

  header nav {
    top: 30px;
  }

  .logo {
    height: auto;
    position: relative;
    top: 50px;
    width: 100%;
  }

  .container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .container h2 {
    font-size: 1.2rem;
  }

  .container h2 strong {
    float: none;
  }

  .notorious {
    font-size: 1.5rem;
  }
}
