/* Text Elements */

h1.heading-2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  font-variant: small-caps;
  font-size: 1.12em;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 24px;
}

h1.heading-3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 24px;
}

p.paragraph {
  margin-top: .411em;
  padding-left: 1.764em;
  max-width: 29.41em;
  color: #9b9b9b;
  font-size: .93em;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

p.paragraph.paragraph-2 {
  color: #afafaf;
  font-size: 1.06em;
}

p.paragraph.paragraph-1 {
  color: #afafaf;
  font-size: 1.06em;
}

span.text-element {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

span.text-element.contact-text-1 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9b9b9b;
  font-size: .93em;
}

span.text-element.contact-text-1.light {
  margin-bottom: 1.176em;
  color: #fff;
}

a.link-text {
  font-family: 'Roboto', sans-serif;
}

a.link-text.menu-item {
  position: static;
  display: block;
  float: none;
  clear: none;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  min-width: 50%;
  width: 50%;
  height: 100%;
  border-bottom: .0625rem solid rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .5);
  text-align: center;
  white-space: nowrap;
}

/* Interaction Elements */

a.link-button.button {
  width: 8em;

  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

form.form-container.form-container-1 {
  padding: 0 1em;
}

input[type=email].email-field {
  margin-bottom: 1.176em;
  padding-bottom: .294em;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-size: .93em;
  font-family: 'Roboto', sans-serif;
  -webkit-transition-timing-function: ease, ease;
     -moz-transition-timing-function: ease, ease;
       -o-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
  -webkit-transition-duration: .2s, .2s;
     -moz-transition-duration: .2s, .2s;
       -o-transition-duration: .2s, .2s;
          transition-duration: .2s, .2s;
  -webkit-transition-property: box-shadow, border;
     -moz-transition-property: box-shadow, border;
       -o-transition-property: box-shadow, border;
          transition-property: box-shadow, border;
}

input[type=email].email-field:focus {
  box-shadow: none;
  -webkit-transition-duration: .2s, .2s;
     -moz-transition-duration: .2s, .2s;
       -o-transition-duration: .2s, .2s;
          transition-duration: .2s, .2s;
}

textarea.textarea {
  margin-bottom: 1.176em;
  height: 8em;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-left-style: none;
  border-radius: 1px;
  background-color: transparent;
  color: #fff;
  font-size: .93em;
  font-family: 'Roboto', sans-serif;
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: ease, ease;
     -moz-transition-timing-function: ease, ease;
       -o-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
  -webkit-transition-duration: .2s, .2s;
     -moz-transition-duration: .2s, .2s;
       -o-transition-duration: .2s, .2s;
          transition-duration: .2s, .2s;
  -webkit-transition-property: box-shadow, border;
     -moz-transition-property: box-shadow, border;
       -o-transition-property: box-shadow, border;
          transition-property: box-shadow, border;
}

textarea.textarea:focus {
  box-shadow: none;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

/* Layout Elements */

body {
  background-color: #000;
}

.container.header {
  min-height: 0;
  max-height: none;
  height: 100%;
  background-color: #000;
  background-image: url('../images/header-bg.jpg');
  background-position: center center;
  background-size: cover;

  background-blend-mode: normal;
}

.container.text-col {
  border: .9375rem solid #000;
}

.container.contact {
  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;
  width: 100%;
  background-color: #1f1f1f;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.contact.text-col {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vmin;
  padding-left: 0vmin;
  max-width: 400px;
  border-color: #1f1f1f;
}

.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;
}

.container.about {
  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: center;

  -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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.contact-container {
  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;
  width: 100%;
  background-color: #1f1f1f;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-1 {
  max-height: none;
  vertical-align: middle;
}

.container.logo-container {
  position: static;
  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-align: start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25%;
  padding-right: 0;
  padding-left: 10px;
  min-height: 1000px;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 10%;
}

.container.container-5 {
  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: end;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 5%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 5%;
}

.container.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

div.responsive-picture.picture-1 {
  position: relative;
  display: none;
  float: none;
  clear: none;
  margin-right: 2%;
  margin-left: 2%;
  padding-right: 0;
  max-width: none;
  width: 20%;
  height: 20%;
}

div.responsive-picture.picture-1 > picture {
  height: 20%;
}

div.responsive-picture.picture-2 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  max-width: none;
  max-height: 10%;
  height: auto;
}

div.responsive-picture.picture-2 > picture {
  height: auto;
}

div.responsive-picture.picture-3 {
  max-width: none;
}

@media screen and (min-width: 28.125rem) {
  /* Text Elements */

  h1.heading-2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-variant: small-caps;
    font-size: 1.12em;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h1.heading-3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 1.12em;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph.paragraph-1 {
    margin-top: auto;
    max-width: 30em;
    color: #afafaf;
  }

  p.paragraph.paragraph-2 {
    font-size: 1.06em;
  }

  a.link-text.menu-item {
    min-width: 20%;
    width: 20%;
    height: 100%;
    white-space: nowrap;
  }

  /* Interaction Elements */

  a.link-button.button {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  form.form-container.form-container-1 {
    padding: 0 2em;
  }

  /* Layout Elements */

  .container.menu-holder {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.about {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.bio-1 {
    max-width: 400px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.container-1 {
    display: none;
    visibility: visible;
  }

  .container.container-2 {
    margin-top: 5%;
  }

  .container.container-5 {
    justify-self: flex-start;
  }

  .container.logo-container {
    padding-top: 20%;
  }

  div.responsive-picture.picture-1 {
    position: relative;
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    padding-right: 0;
    min-width: 0;
    min-height: 0;
    max-height: none;
    height: 20%;
  }

  div.responsive-picture.picture-1 > picture {
    height: 20%;
  }

  div.responsive-picture.picture-3 {
    max-width: none;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-2 {
    font-variant: small-caps;
  }

  p.paragraph.paragraph-1 {
    margin-top: auto;
    max-width: 30em;
  }

  p.paragraph.paragraph-2 {
    color: #afafaf;
    font-size: 1.06em;
  }

  a.link-text.menu-item {
    min-width: 20%;
    width: 20%;
    text-align: center;
  }

  /* Interaction Elements */

  a.link-button.button {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  form.form-container.form-container-1 {
    padding: 0 2em;
  }

  /* Layout Elements */

  .container.menu-holder {
    position: fixed;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    min-height: 0;
    width: 100%;
    height: auto;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.bio-1 {
    max-width: 600px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.about {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -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;
  }

  .container.logo-container {
    padding-top: 15%;
  }

  div.responsive-picture.picture-1 {
    position: relative;
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    padding-right: 0;
    min-width: 0;
    max-height: none;
    width: 15%;
    height: 15%;
  }

  div.responsive-picture.picture-1 > picture {
    height: 15%;
  }

  div.responsive-picture.picture-3 {
    max-width: none;
  }

  a.responsive-picture.picture-link-1 {
    max-width: none;
    width: 40%;
  }

  a.responsive-picture.picture-link-2 {
    max-width: none;
    width: 40%;
  }
}

@media screen and (min-width: 50rem) {
  /* Text Elements */

  h1.heading-2 {
    font-variant: small-caps;
  }

  p.paragraph {
    font-size: 1.06em;
  }

  p.paragraph.paragraph-1 {
    margin-top: auto;
    max-width: 60em;
    color: #afafaf;
  }

  p.paragraph.paragraph-2 {
    color: #afafaf;
  }

  a.link-text.menu-item {
    min-width: 20%;
    max-height: 1%;
    width: 20%;
    height: 100%;
    white-space: nowrap;
  }

  /* Interaction Elements */

  a.link-button.button {
    width: 8em;
  }

  form.form-container.form-container-1 {
    padding: 2em 2em 1em;
    max-width: 50%;
    width: 50%;
  }

  /* Layout Elements */

  .container.text-col {
    border-width: 3.75rem;
  }

  .container.about {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: start;

    -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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.bio-1 {
    margin-top: 10px;
    padding-top: 10px;
    max-width: 600px;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container.contact-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    max-width: none;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.contact.text-col {
    margin-right: 0;
    margin-left: 0;
    max-width: 400px;

    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  .container.menu-holder {
    position: fixed;
    right: 1vmax;
    -ms-flex-pack: start;
    width: 100%;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.container-4 {
    margin-right: 0;
  }

  .container.logo-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    padding-top: 15%;

    -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-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  div.responsive-picture.picture-1 {
    position: relative;
    display: block;
    float: none;
    margin-right: 2%;
    margin-left: 2%;
    min-width: 0;
    width: 15%;
    height: 15%;
  }

  div.responsive-picture.picture-1 > picture {
    height: 15%;
  }

  div.responsive-picture.picture-3 {
    display: inline-block;
    max-width: none;
  }

  a.social-image.social-icon-1 {
    margin-right: 4px;
  }

  a.social-image.social-icon-2 {
    margin-right: 4px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-2 {
    text-align: left;
    font-variant: small-caps;
  }

  h1.heading-3 {
    text-align: right;
  }

  p.paragraph.paragraph-1 {
    margin-top: auto;
    padding-left: 1.75em;
    max-width: 60em;
  }

  p.paragraph.paragraph-2 {
    color: #afafaf;
  }

  a.link-text.menu-item {
    min-width: 20%;
    width: 20%;
  }

  /* Interaction Elements */

  a.link-button.button {
    max-width: none;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  form.form-container.form-container-1 {
    padding: 3em 3em 2em;
    max-width: 500px;
    width: 100%;
  }

  /* Layout Elements */

  .container.bio-1 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 10px;
    max-width: 800px;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
    justify-self: auto;
  }

  .container.contact-container {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.about {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    padding-top: 5em;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.contact.text-col {
    margin-left: 0;
    max-width: 500px;
  }

  .container.menu-holder {
    position: fixed;
    right: 1vmax;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    width: 100%;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  .container.container-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    min-height: auto;
    height: auto;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.container-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    margin-right: 0;
    padding-left: 0;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    justify-self: auto;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.logo-container {
    padding-top: 12%;
  }

  div.responsive-picture.picture-1 {
    position: relative;
    z-index: auto;
    float: none;
    overflow: hidden;
    margin-right: 2%;
    margin-left: 2%;
    max-width: 200px;
    max-height: 200px;
    width: 15%;
    height: 15%;
    vertical-align: baseline;
    -webkit-filter: opacity(.98);
            filter: opacity(.98);
  }

  div.responsive-picture.picture-1 > picture {
    height: 15%;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 400px;
    width: 40%;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 400px;
  }

  div.responsive-picture.picture-3 {
    display: inline-block;
    max-width: none;
  }

  a.social-image.social-icon-1 {
    margin-right: 4px;
    padding-right: 0;
    max-width: 32px;
  }

  a.social-image.social-icon-2 {
    margin-right: 4px;
  }
}

@media screen and (min-width: 84.375rem) {
  /* Text Elements */

  h1 {
    font-family: 'Roboto', sans-serif;
  }

  h1.heading-2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-variant: small-caps;
    font-size: 1.25em;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h1.heading-3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-variant: small-caps;
    font-size: 1.25em;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph.paragraph-2 {
    color: #afafaf;
  }

  p.paragraph.paragraph-4 {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }

  /* Interaction Elements */

  a.link-button.button {
    white-space: nowrap;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
  }

  form.form-container.form-container-1 {
    padding: 3em 3em 2em;
    max-width: 500px;
    width: 100%;
  }

  /* Layout Elements */

  .container.logo-container {
    padding-top: 2%;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-5 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.contact.text-col {
    position: static;
    margin-left: 0;

    justify-self: auto;
  }

  .container.contact-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    border: 0 solid #1f1f1f;
    background-color: #1f1f1f;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
}