.services-image {
  height: 80px;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

#empty-section {
  height: 30px;
}

.column-container {
  margin-bottom: 40px;
  text-align: left;
  margin-top: 10px;
}

.contact-email {
  background-color: #FFF2D8;
border-radius: 2%;
padding: 20px;
color: #393E46;
margin-right: 20px;
}

.contact-inner-container {
display: flex;
justify-content: start;
align-items: center;
padding: 10px;
color: #393E46;
}

.contact-text {
  padding: 0 10px;
}

.social-media-container {
  display: flex;
}

.social-media-images {
  padding: 20px;
}

body {
  margin: auto;
  padding: inherit;
  font-family: Montserrat, sans-serif;
  background-color: #FFF2D8;
}

.section {
    margin-top: 6%;
    height: fit-content;
    }

.container {
      padding: inherit;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      }

h1 {
  font-size: 2.3vw;
  font-weight: 750;
}

h2 {
  font-size: 2.3vw;
  font-weight: 700;
  color: #113946;
}

h6 {
  margin: 0;
}

.navbar {
  position: fixed;
  z-index: 1;
  top: 0;
  background-color: #113946;
  padding: 0;
} 

 .navbar-brand {
   display: flex;
   width: 65%;
  justify-content: center;
  align-items: center;
 }

 .navbar-nav {
 margin-top: 5%;
 margin-left: 0;
 align-items: center;
 gap: 10px;
 }

 .nav-items {
  justify-content: center;
  align-items: center;
  padding: 0;
 }

.logo {
  width: 15%;
}

.website-title {
  margin-left: 3%;
  color: #FFF2D8;
}

.booking-button {
  background-color: #FFF2D8;
  padding: 7px;
  }
  
  .booking-text {
  color: orangered;
  font-weight: 800;
  }

  .horizontal-rule {
    width: 80%;
    display: block;
    margin: auto;
    border: 1px solid red;
    margin-top: 1%;
    margin-bottom: 3%;
  }  
  
  .services-text {
    text-align: center;
    padding: 15px;
  }
   
  .carousel-image {
    height: 500px;
    max-width: auto;
  }

  .button {
    display: flex;
    background-color: #113946;
    color: #FFF2D8;
    margin: 0;
    justify-content: center;
    align-items: center;
  }

  .btn:hover {
    background-color: #BCA37F;
  }

  .page-title {
    font-size: 2.4vw;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 7px;
  }

  #footer-section {
    height: fit-content;
    background-color: #113946;
   }

   .copyright-container {
    height: 50px;
  color: #FFF2D8;
  font-size: 13px;
  font-weight: 500;
 justify-content: center;
 text-align: center;
  }
  
  .footer-section-container {
padding-top: 20px;
color: gold;
justify-content: center;
  }

.official-partners-text {
  color: #FFF2D8;
  text-decoration: none;
  font-size: 14px;
}

.official-partners-container > a:hover {
  color: gold;
}

.office-address-text {
  color: #FFF2D8;
  font-size: 14px;
}

.footer-text-container {
  padding: 20px;
}

.footer-horizontal-rule {
  color: gold;
border: solid 2px;
}

.package-heading {
  text-align: center;
  margin-top: 10px;
}