/* Text Elements */

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

h2.title-message {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: auto;
  max-width: 800px;
  text-align: center;
  font-size: 36px;
  font-family: 'Happy Monkey', cursive;
}

h3.heading-1 {
  background-color: transparent;
  color: #010101;
  text-align: center;
  font-size: 22px;
  font-family: 'Happy Monkey', cursive;
}

p.paragraph.hero-action-message {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(280deg, rgba(255, 255, 255, .5) 0%, rgba(255, 185, 0, 1) 33%, rgba(255, 95, 40, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(280deg, rgba(255, 255, 255, .5) 0%, rgba(255, 185, 0, 1) 33%, rgba(255, 95, 40, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(280deg, rgba(255, 255, 255, .5) 0%, rgba(255, 185, 0, 1) 33%, rgba(255, 95, 40, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(170deg, rgba(255, 255, 255, .5) 0%, rgba(255, 185, 0, 1) 33%, rgba(255, 95, 40, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  color: #1e130d;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Happy Monkey', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  line-height: 35px;

  background-blend-mode: normal;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Layout Elements */

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 80vh;
  background-color: transparent;
  background-image: url('../images/habaneros.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.highlight-section {
  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: 48px 24px;
  min-height: 40vh;
  background-color: #ececec;

  -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.hero-content-region {
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;
}

.container.container-1 {
  margin-top: 50px;
  margin-bottom: 150px;
  padding-right: .75rem;
}

a.responsive-picture.picture-link-1 {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: scaleX(.75) scaleY(.75);
     -moz-transform: scaleX(.75) scaleY(.75);
       -o-transform: scaleX(.75) scaleY(.75);
          transform: scaleX(.75) scaleY(.75);
}

a.responsive-picture.picture-link-2 {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: scaleX(.75) scaleY(.75);
     -moz-transform: scaleX(.75) scaleY(.75);
       -o-transform: scaleX(.75) scaleY(.75);
          transform: scaleX(.75) scaleY(.75);
}

div.responsive-picture.picture-1 {
  border: 0 dotted transparent;
  border-radius: 0;
  opacity: .79;
  -webkit-transform: scaleX(2) scaleY(2);
     -moz-transform: scaleX(2) scaleY(2);
       -o-transform: scaleX(2) scaleY(2);
          transform: scaleX(2) scaleY(2);
}

a.responsive-picture.picture-link-1:hover {
  -webkit-transform: scaleX(1.1) scaleY(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1);
       -o-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}

a.responsive-picture.picture-link-2:hover {
  -webkit-transform: scaleX(1.1) scaleY(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1);
       -o-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}

@media screen and (max-width: 48.5625rem) {
  div.responsive-picture.picture-1 {
    -webkit-transform: scaleX(3) scaleY(3);
       -moz-transform: scaleX(3) scaleY(3);
         -o-transform: scaleX(3) scaleY(3);
            transform: scaleX(3) scaleY(3);
  }
}

@media screen and (max-width: 34.0625rem) {
  div.responsive-picture.picture-1 {
    -webkit-transform: scaleX(4) scaleY(4);
       -moz-transform: scaleX(4) scaleY(4);
         -o-transform: scaleX(4) scaleY(4);
            transform: scaleX(4) scaleY(4);
  }
}

@media screen and (max-width: 23.75rem) {
  div.responsive-picture.picture-1 {
    -webkit-transform: scaleX(4) scaleY(4);
       -moz-transform: scaleX(4) scaleY(4);
         -o-transform: scaleX(4) scaleY(4);
            transform: scaleX(4) scaleY(4);
  }
}