:root {
  --black: #333;
  --color: #001e45;
  --dark-red: #8a1e05;
  --white: white;
  --light-sea-green: #00aca2;
  --dark-slate-blue: #3c3b6e;
  --brown: #b22234;
  --gold: #f6dd4f;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10em;
  font-weight: 700;
  line-height: 1.1em;
}

.body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.75em;
}

.hero {

/*   background-image: url('../images/StahlFallHeroMock_082124.jpg');*/
      background-image: url('../images/hero-img-winter-24.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 95vh;
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.hero-wrapper-div {
  z-index: 1;
/*  background-color: var(--color);*/
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  padding: 4%;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
margin-top:65px;
    margin-left: 0;
}
h3.sub-head {
    color: #fff;
    text-shadow: 2px 4px #8a1e04;
}

.par-2-white {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.disclaimer-cont{
        width: 36%;
    height: auto;
    position: absolute;
    bottom: 70px;
    right: 10px;
}
.hero-h2 {
  background-color: var(--dark-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  min-width: 1000px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 10px 30px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-h2.left {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(98deg, transparent, var(--dark-red) 37%, var(--dark-red) 58%, transparent);
  text-align: center;
  width: 100%;
  min-width: 0;
}

.h2-script-hero {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  top: auto;
}

.hero-buttons {
  justify-content: center;
  display: flex;
}

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

.button {
  background-color: var(--light-sea-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
}

.button:hover {
  background-color: var(--dark-red);
}

.button.white {
  background-color: var(--white);
  color: var(--light-sea-green);
}

.button.white:hover {
  background-color: var(--dark-red);
  color: var(--white);
}

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

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

.button-teal-50 {
  background-color: var(--light-sea-green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 15px 30px;
  line-height: 1em;
  display: flex;
}

.button-teal-50:hover {
  background-color: var(--dark-red);
}

/*
.hero-text {
  border-bottom: 2px solid var(--light-sea-green);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 28px;
  font-style: italic;
}
*/

.hero-text {
    font-size: 4em;
    /* border-bottom: 2px solid var(--light-sea-green); */
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-style: normal;
    font-style: normal;
    text-shadow: 2px 4px #8a1e04;
}

.circle-lasik{
    width: 40%;
    height: auto;
}

.h2-white {
  color: rgba(255, 255, 255, 0);
  letter-spacing: 10px;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1em;
}

.hero-image {
  object-fit: contain;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  height: 90%;
  display: flex;
}

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

.girl-jumping {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.big-text {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1em;
}

.white-text {
  color: var(--white);
  letter-spacing: 5px;
  font-size: 22px;
}

.white-text.no-space {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .hero {
    background-color: var(--black);
    justify-content: space-between;
    align-items: center;
    height: 800px;
    padding-top: 5%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-wrapper-div {
    width: 60%;
    max-width: none;
    padding: 25px 25px 25px 35px;
  }

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

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

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

  .hero-buttons {
    flex-direction: column;
  }

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

  .fixed-hero-buttons {
    flex-direction: row;
  }

  .h2-white {
    letter-spacing: 8px;
    -webkit-text-stroke-width: 4px;
    font-size: 8em;
  }

  .hero-image {
    width: 35%;
  }

  .big-text {
    font-size: 35px;
  }

  .white-text.no-space {
    letter-spacing: 4px;
    font-size: 18px;
  }
}

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

  .hero-wrapper-div {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

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

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

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

  .hero-buttons {
    display: none;
  }

  .hero-buttons.mobile {
    z-index: 10;
    flex-direction: column;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button {
    text-align: center;
  }

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

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

  .hero-text {
    letter-spacing: 4px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .h2-white {
    letter-spacing: 5px;
    -webkit-text-stroke-width: 2px;
    font-size: 4em;
    line-height: .9em;
  }

  .hero-image {
    width: 40%;
  }

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

  .big-text {
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 28px;
  }

  .white-text.no-space {
    letter-spacing: 1px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
/*    background-image: url('../images/pool-with-splash.jpg');*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    height: 600px;
    padding: 10% 0 0;
  }

  .hero-wrapper-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 20px 15px;
    margin-top: 20%;
  }
    
    .disclaimer-cont {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 300px;
    right: 0px;
    display: block;
}
    .par-2-white {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

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

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

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

  .hero-text {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 1.4em;
  }
    
    .circle-lasik {
    width: 30%;
    height: auto;
}

  .h2-white {
    font-size: 3.5em;
  }

  .hero-image {
    display: none;
  }

  .hero-image.mobile {
    width: 60%;
    height: 70%;
    display: block;
  }

  .big-text {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .white-text.no-space {
    font-size: 15px;
    line-height: 1em;
  }
}


