/* Text Elements */

h1.page-heading {
  margin-top: .625rem;
  margin-bottom: .625rem;
  color: #383a3d;
  text-align: center;
  font-weight: 600;
  font-size: 2.81rem;
  font-family: 'Montserrat', sans-serif;
}

h1 span.heading-text-1 {
  font-weight: 800;
  line-height: 1.11;
}

/* Layout Elements */

body > .row {
  max-width: 75rem;
}

div.responsive-picture.hero-image {
  margin-bottom: .437rem;
  max-width: none;
}

@media screen and (min-width: 200px) {
  /* Text Elements */

  h1 span.heading-text-1 {
    background-color: #fff;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1.page-heading {
    color: #380d13;
  }

  h1 span.heading-text-1 {
    color: #000;
    font-weight: 700;
  }

  h2.heading-1 {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  h1.page-heading {
    color: #000;
    font-weight: 700;
  }

  h1 span.heading-text-1 {
    background-color: #fff;
    color: #000;
  }

  div.responsive-picture.hero-image {
    position: static;
    display: table-cell;
    padding-right: 66px;
    padding-left: 66px;
    width: 91.3%;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h1 span.heading-text-1 {
    background-color: #fff;
    color: #000;
    font-size: 72px;
  }

  h1.page-heading {
    margin: 0 0 2.5rem;
    color: #900606;
    font-weight: 800;
    font-size: 0;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 0;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
  }

  h1.page-heading.text-center {
    position: static;
    margin-top: 0;
    margin-bottom: 1.42rem;
    padding-top: 0;
    padding-bottom: 0;
    font-variant: normal;
  }

  h2 span.heading-text-2 {
    font-size: 32px;
  }

  h2.heading-1.text-center {
    margin-top: 16px;
  }

  h3 span.heading-text-3 {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1.09;
  }

  h3.text-center {
    margin-top: 10px;
    margin-bottom: 11px;
  }

  p.paragraph.paragraph-1 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 300;
  }

  p.paragraph.paragraph-1.text-center {
    margin-top: 28px;
    font-variant: normal;
  }

  /* Layout Elements */

  body > .row.row-1 {
    margin-top: 0;
    max-width: 60.65rem;
  }

  body.grid-1 {
    margin-top: -12px;
    height: 100%;
  }

  div.responsive-picture.hero-image {
    overflow: auto;
    margin: 0 555px;
    max-width: 40%;
    width: 40%;
    vertical-align: super;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-property: none;
       -moz-transition-property: none;
         -o-transition-property: none;
            transition-property: none;
  }

  div.responsive-picture.hero-image > picture {
    margin: 0;
  }
}