/* Text Elements */

h1.heading-1 {
  padding-top: 44vmin;
  color: #fff;
  text-align: center;
  font-size: 50px;

  -webkit-text-stroke-color: #fff;
}

span.text-element {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

span.text-element.contact-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9b9b9b;
  font-size: .93em;
}

span.text-element.contact-text.light {
  margin-bottom: 1.176em;
  color: #fff;
}

span.text-element span.text-text-1 {
  font-weight: 700;
  font-size: 1.125rem;
}

/* Layout Elements */

body {
  background-color: #000;
}

.container.header {
  min-height: 0;
  max-height: none;
  height: 100%;
  background-color: #000;
  background-image: url('../header-bg.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;

  background-blend-mode: normal;
}

.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.gallery-column {
  background-color: rgba(0, 0, 0, .75);
}

div.responsive-picture.logo {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  float: none;
  overflow: hidden;
  margin: .437em auto;
  max-width: 15.62em;
  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;
  vertical-align: sub;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-1 {
  position: static;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 33px;
}

a.responsive-picture.picture-link-2 {
  padding-bottom: 33px;
}

a.responsive-picture.picture-link-3 {
  padding-bottom: 33px;
}

a.responsive-picture.picture-link-4 {
  padding-bottom: 33px;
}

a.responsive-picture.picture-link-5 {
  padding-bottom: 33px;
}

a.responsive-picture.picture-link-6 {
  padding-bottom: 33px;
}

a.responsive-picture.picture-link-7 {
  padding-bottom: 33px;
}

a.responsive-picture.picture-link-8 {
  padding-bottom: 33px;
}

@media screen and (min-width: 28.125rem) {
  /* Text Elements */

  h1.heading-1 {
    position: -webkit-sticky;
    position:         sticky;
    margin-top: 0;
    padding-top: 25vmin;
    padding-right: 0;
    padding-bottom: 0;
    color: #fff;
  }

  /* Layout Elements */

  .container.header {
    display: block;
    clear: none;
    -webkit-filter: hue-rotate(0deg) brightness(1) contrast(1) saturate(1) grayscale(0);
            filter: hue-rotate(0deg) brightness(1) contrast(1) saturate(1) grayscale(0);
  }

  .container.gallery-column {
    background-color: rgba(0, 0, 0, .75);
  }

  .container.container-1 {
    min-height: 30vmin;
  }

  div.responsive-picture.logo {
    display: inline-block;
  }
}

@media screen and (min-width: 50rem) {
  /* Layout Elements */

  .container.contact-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;
    max-width: none;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  div.responsive-picture.logo {
    max-width: 25em;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.contact-container {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
}