/* Text Elements */

h1.heading-1 {
  margin-top: 0;
  color: #af720e;
  font-size: 51px;
  font-family: 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
}

p.paragraph.paragraph-1 {
  color: #af720e;
}

/* Layout Elements */

body.body-1 {
  margin-top: 10px;
  background-color: #160c0c;
}

.container.container-2 {
  display: block;
  visibility: visible;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  clear: none;
  margin-left: 10%;
  min-height: 80vh;
  max-width: none;
  max-height: none;
  width: 80%;
  height: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-3 {
  margin-top: 13px;
  padding-right: .75rem;
  padding-left: 0;
}

@media screen and (max-width: 57.5rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 41px;
  }
}

@media screen and (max-width: 35.625rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 23.75rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 29px;
  }

  /* Layout Elements */

  body.body-1 {
    margin-top: 0;
  }

  .container.container-2 {
    width: 80%;
  }
}