/* Text Elements */

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #f3f3f3;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 64px;
  font-family: 'Corben', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  line-height: 1;
}

h2.big-title-heading {
  margin: 0 0 16px;
  max-width: 1680px;
  color: #aa7560;
  text-align: left;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 64px;
  font-family: 'Corben', cursive;
  line-height: 1;
}

h2.cover-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #42281e;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 48px;
  font-family: 'Corben', cursive;
  line-height: 1;
}

h4.title-footer-newsletter {
  margin-top: 0;
  margin-bottom: 0;
  color: #f3f3f3;
  text-align: left;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Corben', cursive;
  line-height: 1;
}

h4.product-name {
  margin-top: 24px;
  margin-bottom: 0;
  color: #aa7560;
  text-align: left;
  text-transform: none;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Corben', cursive;
  line-height: 1.4;
}

p.paragraph.hero-paragraph {
  margin-top: 0;
  max-width: 600px;
  color: #f3f3f3;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.44;
}

p.paragraph.cover-paragraph {
  margin-top: 16px;
  max-width: 800px;
  color: #42281e;
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  line-height: 27px;
}

a.link-text.footer-link {
  margin-top: 0;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  color: #f3f3f3;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
}

/* Interaction Elements */

a.link-button.button {
  margin-top: 16px;
  padding: 16px 32px;
  background-color: #42281e;
  color: #fffaf7;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Corben', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button.button.outofview {
  -webkit-transform: scaleX(.9) scaleY(.9);
     -moz-transform: scaleX(.9) scaleY(.9);
       -o-transform: scaleX(.9) scaleY(.9);
          transform: scaleX(.9) scaleY(.9);
}

/* Layout Elements */

body.body-1 {
  background-color: #42281e;
}

.container.panel {
  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;
  -ms-flex-align: center;
  padding: 24px;
  min-height: 100vh;
  background-color: #fffaf7;
  box-shadow: none;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -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;
}

.container.container-picture-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  max-height: none;
  border-radius: 16px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: start;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  min-height: 100px;
  max-width: 1480px;
  background-color: transparent;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.footer-3-columns {
  display: grid;
  max-width: none;
  width: 100%;

  grid-template-columns: repeat(3 , 33.3%);
  grid-template-rows: auto;
}

.container.container-content-footer {
  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;
  padding: 32px 16px;
  width: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container {
  padding-left: 0;
}

.container.product-wrapper {
  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: start;
  -ms-flex-align: start;
  -webkit-transition-delay: .24s;
     -moz-transition-delay: .24s;
       -o-transition-delay: .24s;
          transition-delay: .24s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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;
}

.container.hero-content {
  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;
  -ms-flex-align: center;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  max-width: 960px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.cover-content-text {
  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;
  -ms-flex-align: start;
  margin-right: 0;
  margin-left: 0;
  padding: 48px 24px;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.choose-us-grid {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1480px;

  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: auto;
  grid-row-gap: 48px;
  grid-column-gap: 24px;
}

.container.title-content-wrapp {
  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;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  max-width: 1480px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.bog-cover-section {
  padding-right: 0;
  padding-bottom: 24px;
  padding-left: 0;
  min-height: 80vh;
  max-width: none;
  width: 100%;

  grid-column-gap: 0;
  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: auto;
}

.container.container-photo {
  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-photo.one {
  border-radius: 16px;
  background-color: rgba(170, 117, 96, .25);
  background-image: url('../images/Sara%20Scheetz.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: soft-light;
}

.container.container-photo.two {
  border-radius: 16px;
  background-color: rgba(170, 117, 96, .25);
  background-image: url('../images/pexels-alexander-wendt-2451595.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: soft-light;
}

.container.parallax-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  min-height: 100vh;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.parallax {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 200%;
  background-image: url('../images/pexels-ahmad-qime-2849133.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.product-wrapper.outofview {
  opacity: 0;
  -webkit-transform: translateY(64px);
     -moz-transform: translateY(64px);
       -o-transform: translateY(64px);
          transform: translateY(64px);
}

.rule.footer-rule {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 1680px;
}

.rule.footer-rule hr {
  border-top-width: 1px;
  border-top-color: #aa7560;
}

div.responsive-picture.picture {
  margin-bottom: 0;
  background-color: transparent;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

div.responsive-picture.picture:hover {
  -webkit-transform: scaleX(1.14) scaleY(1.14);
     -moz-transform: scaleX(1.14) scaleY(1.14);
       -o-transform: scaleX(1.14) scaleY(1.14);
          transform: scaleX(1.14) scaleY(1.14);
}

@media screen and (max-width: 79.9375rem) {
  /* Text Elements */

  h2.big-title-heading {
    font-size: 5.52vw;
  }

  /* Layout Elements */

  .container.container-footer-section {
    background-color: transparent;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 72px;
  }

  /* Layout Elements */

  .container.hero-content {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 0;
  }

  .container.cover-content-text {
    margin-top: 0;
    margin-left: 0;
    padding-top: 48px;
  }

  .container.choose-us-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(3 , auto);
  }
}

@media screen and (max-width: 48.6875rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 52px;
  }

  h2.big-title-heading {
    font-size: 6.36vw;
  }

  /* Layout Elements */

  .container.choose-us-grid {
    grid-template-columns: repeat(2 , auto);
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h2.big-title-heading {
    font-size: 36px;
  }

  h2.cover-heading {
    font-size: 6.52vw;
  }

  /* Layout Elements */

  .container.container-footer-section {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 28.75rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 42px;
  }

  /* Layout Elements */

  .container.footer-3-columns {
    grid-template-rows: repeat(3 , auto);
    grid-template-columns: 100%;
  }

  .container.choose-us-grid {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 32px;
    line-height: 1.1;
  }

  h2.cover-heading {
    font-size: 20px;
  }

  h4.product-name {
    text-align: left;
  }
}