body{
  font-family: 'Cormorant Garamond', sans-serif;
  color: #444444;
  background-color: #ffffff;
}


.title h1{ 
  color: #ffffff;
  position: absolute;
  z-index: 10;
  padding: 5px;
  background-color: #c9c2ae;
  border-bottom: solid 1px white;
  width: 100%;
  text-align: center;

}
.title .main-image {
  width: 100%;
}

.secondary {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.tertiary{
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 1em;
  font-size: 0.8em;
}

p {
    font-size: 2.5em; /* 2.5em when wider */
}

/* Media query for screens less than 375px */
@media (max-width: 527px) {
    p {
        font-size: 1em; /* 1em when less than 375px */
    }
}

.divider {
  width: 50%; /* Set the width of the div to 50% of the page */
  margin: 0 auto; /* Center the div horizontally */
  text-align: center; /* Center align content */
}

.divider-img {
  max-width: 100%; /* Ensure the image doesn't exceed the width of its container */
  height: auto; /* Maintain the aspect ratio of the image */
  display: block;
  max-width: 100%;
  height: auto;
  filter: invert(50%) sepia(100%) saturate(100%) hue-rotate(3deg);
}


.divider-small {
    width: 5%; /* Set width to 10% of the page width */
    margin: 0 auto; /* Center the container horizontally */
    overflow: hidden;
    text-align: center; /* Center the image horizontally */
}

.divider-img-small {
    width: 100%; /* Ensure the image fills its container */
    filter: invert(50%) sepia(100%) saturate(100%) hue-rotate(3deg);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height:width) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.booking{
  text-align: center
<!--

Image by <a href="https://www.freepik.com/free-vector/calligraphic-ornamental-divider-collection_12261828.htm#query=line%20divider&position=0&from_view=keyword&track=ais&uuid=1cd66ceb-d17b-4008-96ac-f8a13d9f32fb">Freepik</a> -->
