body {
  margin: 0px;
  background-color: #000000;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #f7f7f2;
  overflow: hidden;
}

.nav {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.contentcontainer {
  z-index: 10;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.contentcontainer a {
  text-decoration: none;
  color: #f7f7f2;
}

.contentcontainer a:visited {
  color: #f7f7f2;
}

.contentcontainer a:hover {
  color: #000000;
  background-color: #F0BC4D;
}

.contentcolumn {
  margin-left: 10vw;
  margin-right: 40vw;
}

.header {
  background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  margin-top: 10vh;
}

.header .content {
  padding: 1.75vw 3vw 2vw 2vw;
  font-weight: 300;
  font-size: 3vw;
}

.navitem {
  padding: 1.75vw 3vw 2vw 2vw;
  font-weight: 300;
  font-size: 3vw;
}

.divider {
  background-color: #f7f7f2;
  height: 2px;
}

.footer {
  /* color: #666666; */
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  z-index: 90;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  /* background-color: rgba(255,255,255,0.9); */
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}

.footer a {
  color: #D15145;
}

.backBtn {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  position: absolute;
  top: 5vh;
  left: 0px;
  width: 32px;
  height: 32px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .contentcolumn {
    margin-left: 10vw;
    margin-right: 40vw;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .contentcolumn {
    margin-left: 10vw;
    margin-right: 50vw;
  }
  .header .content {
    font-size: 2vw;
  }
  .navitem {
    font-size: 2vw;
    padding: 1vw 3vw 1vw 2vw;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .contentcolumn {
    margin-left: 10vw;
    margin-right: 60vw;
  }
  .header .content {
    font-size: 1.5vw;
  }
  .navitem {
    font-size: 1.5vw;
    padding: 0.5vw 3vw 0.5vw 2vw;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
