/* IMPORT THE FRAMEWORK */
.booking-hero .hero-image, .booking-hero .hero-text, .booking-hero {
  position: relative;
}

.booking-hero .hero-text a {
  display: inline-block;
  zoom: 1;
}

.booking-hero .hero-text a {
  text-align: center;
}

.booking-hero {
  display: flex;
  flex-wrap: wrap;
}

.booking-hero .hero-image {
  background-repeat: no-repeat;
}

.booking-hero .hero-image {
  background-size: cover;
}

.booking-hero .hero-image {
  background-position: center center;
}

.booking-hero .hero-text h1, .booking-hero .hero-text a {
  font-family: "bodoni_72", sans-serif;
}

.booking-hero .hero-text a {
  transition: background-color 250ms, color 250ms;
  padding: 1em 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.booking-hero .hero-text a {
  color: #000000;
  background-color: #f6f5f5;
  border-bottom: solid 3px #000000;
}
.booking-hero .hero-text a:hover {
  background-color: #52684e;
}
.booking-hero .hero-text a:active {
  background-color: #dedada;
}

.booking-hero {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

.booking-hero .hero-text h1 {
  font-size: 5.25em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .booking-hero .hero-text h1 {
    font-size: 5em;
  }
}
@media screen and (min-width: 761px) and (max-width: 1199px) {
  .booking-hero .hero-text h1 {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 760px) {
  .booking-hero .hero-text h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 450px) {
  .booking-hero .hero-text h1 {
    font-size: 2.5em;
  }
}

.booking-hero .hero-text p {
  font-size: 2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .booking-hero .hero-text p {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .booking-hero .hero-text p {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 450px) {
  .booking-hero .hero-text p {
    font-size: 1.5em;
  }
}

.booking-hero .hero-text h1 {
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.booking-hero .hero-text p {
  font-weight: normal;
  line-height: 2em;
  margin-bottom: 1.2em;
}

.booking-hero {
  margin-bottom: 4.5em;
}
.booking-hero .hero-text {
  width: 50%;
  color: #000000;
  margin-top: 150px;
}
.booking-hero .hero-text p {
  padding-right: 4.5em;
}
.booking-hero .hero-image {
  width: 50%;
}

@media screen and (max-width: 1112px) {
  .hero-text {
    width: 80%;
  }
  .hero-text p {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 760px) {
  .booking-hero .hero-text {
    width: 100%;
  }
  .booking-hero .hero-text p {
    padding-right: 1.5em;
  }
  .booking-hero .hero-image {
    width: 100%;
    height: 400px;
  }
}
.hero-form {
  width: 90%;
  border-top: solid 3px #000000;
}

@media screen and (max-width: 760px) {
  .hero-form {
    width: 100%;
  }
}
