body {
  background: #b6a893;
}

#content {
  font-family: 'Trebuchet MS', sans-serif;
  color: black;
  box-sizing: border-box;
}

main {
  overflow:auto;
  width: 100%;
  max-height: 800px;
  scrollbar-color: #241800 #b6a893;
  margin: 0px;
  padding: 2%;
  font-family: 'Trebuchet MS', sans-serif;
  color: black;
  word-spacing: 5px;
  font-size: 1.1em;
  line-height: 1.2;
  box-sizing: border-box;
}

h1 {
  font-size: 1.3em;
}

main p {
  margin: 0;
}

main a {
  text-decoration: none;
  color: #394279;
  font-weight: bold;
  text-shadow: -1px 1px 3px rgba(196,196,196, 0.5),
  				  1px 1px 3px rgba(196,196,196, 0.5),
  				  1px -1px 3px rgba(196,196,196, 0.5),
  				  -1px -1px 3px rgba(196,196,196, 0.5);
}

main img {
  max-width: 100%;
}

@media only screen and (min-width: 1050px) {
  #content {
    width: 90%;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  main {
    width: 75%;
    max-height: 900px;
    max-width: 800px;
    margin-top: -20px;
    padding: 2%;
  }

  header {
    margin-top: 10px;
    width: 62%;
  }

  header h1 {
    text-align: left;
    color: #b6a893;
    font-size: 7vmin;
    margin-bottom: -80px;
  }

  header h2 {
    text-align: right;
    font-size: 10vmin;
    margin-top: 60px;
    color: #394279;
    text-shadow: -1px 1px 2px #000000,
  				  1px 1px 2px #000000,
  				  1px -1px 0 #000000,
  				  -1px -1px 0 #000000;
  }

@media only screen and (max-width: 1050px) {
  #content {
    width: 95%;
    padding-bottom: 20px;
  }

  main {
    width: 73%;
    max-height: 800px;
    float: right;
    margin-top: -20px;
    padding: 2.5%;
  }

  header {
    margin-top: 10px;
    width: 62%;
  }

  header h1 {
    text-align: left;
    color: #b6a893;
    font-size: 5vmin;
    margin-bottom: -80px;
  }

  header h2 {
    text-align: right;
    font-size: 8vmin;
    margin-top: 65px;
    color: #394279;
    text-shadow: -1px 1px 2px #000000,
  				  1px 1px 2px #000000,
  				  1px -1px 0 #000000,
  				  -1px -1px 0 #000000;
  }

@media only screen and (max-width: 750px) {
  #content {
    width: 100%;
    padding-bottom: 20px;
  }

  main {
    width: 100%;
    max-height: 700px;
    margin-top: -20px;
    padding: 5%;
    float: none;
  }

  header {
    margin-top: 10px;
    width: 100%;
  }

  header h1 {
    text-align: left;
    color: #b6a893;
    font-size: 5vmin;
    margin-bottom: -80px;
  }

  header h2 {
    text-align: right;
    font-size: 8vmin;
    margin-top: 70px;
    color: #394279;
    text-shadow: -1px 1px 2px #000000,
  				  1px 1px 2px #000000,
  				  1px -1px 0 #000000,
  				  -1px -1px 0 #000000;
  }
