/* Text Elements */

h1.heading-2 {
  margin-bottom: 0;
  padding-left: 1px;
  color: #dc4c05;
  text-align: left;
  font-weight: 300;
  font-size: 40px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 38px;
}

h2.heading-1 {
  padding-right: 1px;
  color: #dc4c05;
  text-align: right;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text {
  font-family: 'Roboto', sans-serif;
}

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 rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .5);
  text-align: center;
}

a.link-text.menu-item:hover {
  color: #dc4c05;
}

/* Layout Elements */

body.body-1 {
  background-color: #000;
}

.container.bg-content-size-container {
  min-height: 100vh;
  width: 100%;
}

.container.menu-holder {
  position: static;
  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;
}

.container.container-1 {
  position: fixed;
  top: 77vh;
  right: 6.8vw;
  bottom: auto;
  left: auto;
  max-width: none;
  width: auto;
}

.container.container-2 {
  padding-right: 0;
  padding-left: 0;
  min-width: 10px;
  width: auto;
}

.container.container-3 {
  padding-right: 0;
  padding-left: 0;
  width: auto;
}

@media screen and (min-width: 28.125rem) {
  /* Text Elements */

  a.link-text.menu-item {
    min-width: 25%;
    width: 25%;
  }

  /* Layout Elements */

  .container.menu-holder {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  a.link-text.menu-item {
    width: 100%;
    text-align: right;
  }

  /* Layout Elements */

  .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;
  }
}