.body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.75em;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0px;
  padding-bottom: 0%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0)), color-stop(35%, transparent), to(transparent)), -webkit-gradient(linear, left bottom, left top, from(rgba(138, 30, 5, 0.9)), color-stop(45%, transparent), to(transparent)), url('../images/Hero_Stahl_022624_bgimg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0), transparent 35%, transparent), linear-gradient(0deg, rgba(138, 30, 5, 0.9), transparent 45%, transparent), url('../images/Hero_Stahl_022624_bgimg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 15%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero-wrapper-div {
  /* position: absolute; */
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0px 3em 0px 3em;
  margin: 0 auto;
  align-items: center;
}

.hero-h2 {
  width: 100%;
  min-width: unset;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  text-align: center;
}

.hero-h2.sml {
  width: 100%;
  min-width: unset;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  text-align: center;
}

.hero-h2.left {
  width: auto;
  min-width: 0px;
  background-color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 2em;
  font-weight: 400;
  color: #8a201b;
  margin-bottom: 10px;
}

.h2-script-hero {
  position: relative;
  top: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: yellow;
  font-size: 4em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0px;
}

.hero .h2-script-hero:nth-child(2){
  margin-bottom: 10px;
}

.h2-script-hero .whiter{
    /* font-size: 1.4em; */
    line-height: 1em;
    color: #fff;
    font-weight: 700;
}

.h2-script-hero .massive {
    font-size: 1.4em;
    letter-spacing: 5px;
}

.hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-buttons.mobile {
  display: none;
}

.button {
  padding: 15px 30px;
  background-color: #00aca2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #8a1e05;
}

.button.white {
  background-color: #fff;
  color: #00aca2;
}

.button.white:hover {
  background-color: #8a1e05;
  color: #fff;
}

.button.white._50 {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1em;
  text-align: center;
}

.fixed-hero-buttons {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-teal-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00aca2;
  line-height: 1em;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-teal-50:hover {
  background-color: #8a1e05;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 800px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #333;
  }

  .hero-wrapper-div {
    padding: 0px;
  }

  .hero-h2 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.5em;
  }
  .hero-h2.sml {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: .8em;
  }

  .hero-h2.left {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .h2-script-hero {
    font-size: 3em;
  }

  .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button.white {
    text-align: center;
  }

  .fixed-hero-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
  }

  .hero-wrapper-div {
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .hero-h2 {
    font-size: 1em;
    text-align: center;
  }

  .hero-h2.left {
    margin-bottom: 0px;
    font-size: 1em;
    text-align: center;
  }

  .h2-script-hero {
    font-size: 3em;
  }

  .hero-buttons {
    display: none;
  }

  .hero-buttons.mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    text-align: center;
  }

  .fixed-hero-buttons {
    display: none;
  }

  .button-teal-50 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#8a1e05), color-stop(48%, rgba(138, 30, 5, 0.32)), color-stop(75%, rgba(138, 30, 5, 0.15)), to(rgba(138, 30, 5, 0))), url('../images/Hero_Stahl_022624_bgimg.jpg');
    background-image: linear-gradient(0deg, #8a1e05, rgba(138, 30, 5, 0.32) 48%, rgba(138, 30, 5, 0.15) 75%, rgba(138, 30, 5, 0)), url('../images/Hero_Stahl_022624_bgimg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-wrapper-div {
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-h2.left {
    text-align: center;
  }

  .h2-script-hero {
    font-size: 2em;
    text-align: center;
  }

  .button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-teal-50 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

