/* Text Elements */

h1 span.heading-text-2 {
  color: #b4b4b4;
  font-size: 1.75rem;
}

h1.heading-1 {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

h3 span.heading-text-1 {
  color: #b4b4b4;
}

h3 span.heading-text-3 {
  color: #b4b4b4;
  font-size: 1.125rem;
}

h3.heading-2 {
  margin-top: 7px;
  line-height: 20px;
}

h3 span.heading-text-5 {
  font-size: 1.0625rem;
}

h3 span.heading-text-6 {
  font-size: 1.0625rem;
}

h3 span.heading-text-4 {
  font-size: 1.0625rem;
}

p.paragraph.paragraph-1 {
  margin: 20px 60px;
  color: #eaeaea;
  font-size: 18px;
}

/* Layout Elements */

body.dark-body {
  background-color: #151515;
}

.container.hidden-column {
  display: none;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 10px;
  background-color: #fff;
}

.container.header-region {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  min-height: 40vh;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/ales-nesetril-Im7lZjxeLhg-unsplash_1.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/ales-nesetril-Im7lZjxeLhg-unsplash_1.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/ales-nesetril-Im7lZjxeLhg-unsplash_1.jpg');
  background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/ales-nesetril-Im7lZjxeLhg-unsplash_1.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.highlighted-heading {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto 10px;
  padding: 1rem;
  min-height: 500px;
  max-width: 1000px;
  background-color: transparent;

  -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-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.container-2 {
  margin: 0 auto 100px;
  min-height: 300px;
  max-width: 90%;
  width: 90%;
  border: .1875rem solid #b4b4b4;
  border-radius: 20px;
}

.container.container-3 {
  background-color: transparent;
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-left: auto;
  min-height: 40px;
  width: 500px;

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

.container.container-5 {
  min-height: 10px;
}

.container.container-1 {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: none;
  background-color: #000;
}

.container.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  width: 500px;
}

.container.container-0 {
  margin: 0 auto 100px;
  min-height: 450px;
  max-width: 90%;
  width: 90%;
  border: .1875rem solid #b4b4b4;
  border-radius: 20px;
}

.container.highlighted-heading-A {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto 10px;
  padding: 1rem;
  min-height: 570px;
  max-width: 1000px;
  background-color: transparent;

  -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-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.link-container.link-container-1 {
  margin-left: 50px;
  min-width: 60%;
  max-width: 70%;
  width: 70%;
  background-color: rgba(21, 21, 21, .1);
}

.link-container.link-container-2 {
  margin-top: 3px;
  margin-left: 10px;
  max-height: 32px;
  width: 10%;
  background-color: transparent;
}

.link-container.link-container-3 {
  max-width: 240px;
  max-height: 84px;
  background-color: #fff;
}

div.responsive-picture.picture-1 {
  max-width: 26px;
  max-height: 32px;
}

div.responsive-picture.picture-2 {
  margin-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  max-height: none;
  height: auto;
}

div.responsive-picture.picture-2 > picture {
  height: auto;
}

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

  h1.heading-1 {
    margin-bottom: 5px;
  }

  h3.heading-2 {
    margin-top: 5px;
    margin-bottom: 6px;
  }

  p.paragraph.paragraph-1 {
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  /* Layout Elements */

  .container.header-region {
    background-color: #000;
  }

  .container.container-2 {
    max-width: 75%;
    width: 75%;
  }

  .container.container-4 {
    margin-right: auto;
    margin-left: auto;
    max-width: 550px;
  }

  .container.container-5 {
    min-height: 5px;
  }

  .container.container-7 {
    margin-bottom: 50px;
  }

  .container.container-0 {
    max-width: 75%;
    width: 75%;
  }

  .link-container.link-container-1 {
    margin-left: 50px;
    max-width: 75%;
    width: 75%;
  }

  .link-container.link-container-2 {
    margin-top: 12px;
    margin-bottom: 0;
  }
}

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

  h1.heading-1 {
    padding-top: 0;
    border-bottom: .1875rem solid #b4b4b4;
  }

  h3 span.heading-text-4 {
    color: #b4b4b4;
  }

  h3.heading-2 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  p.paragraph.paragraph-1 {
    margin: 20px 60px;
    color: #eaeaea;
    text-indent: 0;
    font-size: 18px;
  }

  /* Layout Elements */

  .container.header-region {
    background-position: center center;
  }

  .container.container-2 {
    min-height: 300px;
    max-width: 55%;
    width: 55%;
  }

  .container.container-4 {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 0;
    min-height: 40px;
  }

  .container.highlighted-heading {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 480px;
    max-width: 640px;
  }

  .container.container-5 {
    min-height: 5px;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    min-height: 40px;
    max-width: 550px;
    width: 500px;

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

  .container.container-0 {
    min-height: 350px;
    max-width: 55%;
    width: 55%;
  }

  .container.highlighted-heading-A {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 480px;
    max-width: 640px;
  }

  .link-container.link-container-2 {
    margin-top: 13px;
  }
}