@charset "UTF-8";

/** START HOMEPAGE CSS **/


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {}

#hero-homepage img {
  width: 100% !important;
  height: 80vh !important;
  max-height: 830px !important;
  min-height: 600px !important;
  overflow: hidden;
}

#hero-homepage .homepage-hero-title {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -1px;
}

@media (min-width: 992px) {
  #hero-homepage .homepage-hero-title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  #hero-homepage .homepage-hero-title {
    font-size: 5rem;
  }
}

#homepage .cta-button-outline>a {
  font-weight: 400;
  padding: 10px 20px;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#hero-homepage .cta-button-outline-white>a {
  font-weight: 400;
  padding: 10px 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#homepage .cta-button-outline-white>a:visited {
  color: #fff;
  background-color: transparent;
}

#homepage .cta-button-outline-white>a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

#homepage .cta-button-outline>a:visited {
  color: #000;
  background-color: transparent;
}

#homepage .cta-button-outline>a:hover {
  color: #fff;
  background-color: #000;
}

.img-responsive {
  object-fit: cover;
  object-position: center;
}

/** END HOMEPAGE CSS **/
