/* Text Elements */

h1.heading-1 {
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 120px;
  color: #fff;
  font-size: 28px;
}

p.paragraph.paragraph-1 {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  color: #fff;
}

a.link-text.menu-item {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  min-width: 50%;
  width: 50%;
  border-bottom: .0625rem solid #fff;
  color: #fff;
  text-align: center;
}

/* Layout Elements */

body.body-1 {
  min-height: 100vh;
  background-color: #17200d;
}

.container.main {
  padding-right: 10px;
  padding-left: 10px;
  min-height: 1000px;
  height: 100%;
  background-color: transparent;
}

.container.menu-holder {
  position: absolute;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 10px;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  border: .0625rem solid #bbb;
}

@media screen and (min-width: 28.125rem) {
  /* Text Elements */

  h1.heading-1 {
    padding-top: 80px;
  }

  a.link-text.menu-item {
    min-width: 25%;
    width: 25%;
  }

  /* Layout Elements */

  .container.menu-holder {
    position: absolute;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

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

  p.paragraph.paragraph-1 {
    padding-right: 0;
    padding-left: 0;
    max-width: 600px;
  }

  a.link-text.menu-item {
    width: 100%;
    text-align: right;
  }

  /* Layout Elements */

  .container.main {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.menu-holder {
    position: fixed;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    min-height: 100px;
    width: 150px;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.picture-1 {
    max-width: 600px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

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

  p.paragraph.paragraph-1 {
    max-width: 700px;
  }

  /* Layout Elements */

  .container.main {
    padding-bottom: 30px;
  }

  .container.menu-holder {
    position: absolute;
  }

  div.responsive-picture.picture-1 {
    margin-bottom: 20px;
    max-width: 700px;
  }
}