/* Ensure the body takes up the full height of the page */
.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 335;
  font-style: normal;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  width:100%;
  font-family: "Montserrat", serif;
  background-repeat: no-repeat;
}

h2{ font-size: 16px;
}

p {
  padding: 0px;
  font-family: "Montserrat", serif;
  font-size: 14px;
}

.justifiedText {
  display: flex;
  letter-spacing: normal;
  align-items: center;
  text-align: justify;
  justify-content: center;
}
    @media (max-width: 868) {
     .justifiedTextHeader {
      display: flex;
      letter-spacing: normal;
      align-items: center;
      text-align: center;
  }
}

.thankyou {
  min-height: 500px;
  display: flex;
  letter-spacing: normal;
  text-align: center;
  justify-content: center;
}

@media (max-width: 868) {
  .thankyou {
    min-height: 600px;
  }
}

img { 
  border: none; /* or border: 0; */
}

.homepage-text{
  padding:120px 20px 0px 10px;
  align-self: flex-end;
  position: absolute;
  z-index: 5;
  margin: 2px 2px;
  color: #ffffff;
  font-size: 3rem;
  font-family: "Montserrat", serif;
}

.testimonials{
  aspect-ratio: 1/1;
}

.hero-banner {
  background-image: url("images/sunrise.png");
  background-size: cover;
  background-color: f2d1ae;
  background-position: center;
  background-repeat: no-repeat;
}

.background {
  background-color: #f2d1ae;
}

.background-white {
  background-color: #ffffff;
}

.dnone{
  display: none;
}


.kate{ 
  background-image: url("images/kate_newman.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  z-index: 20;
  min-height: 650px;
}

.about {
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}


.herotitle{
  position: absolute;
  z-index: 6;
  padding: 660px 30px 20px 20px;
  margin: 2px 2px;
  color: #ffffff;
  font-size: 2.5rem;
}

.title {
  letter-spacing: normal;
  text-align: justify;
  justify-content: center;
}

.location .fees {
  display: flex;
  letter-spacing: normal;
  text-align: justify;
  justify-content: left
}

li a .bi {
  fill: #000 !important;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  padding-top:10px
}

.nav-links li {
  margin-left: 2rem;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin-top: 10px;
}

.hamburger .bar {
  height: 3px;
  width: 25px;
  background-color: #000;
  margin: 4px 0;
}


.hamburger.toggle .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-10px, 6px);
}

.hamburger.toggle .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.toggle .bar:nth-child(3) {
  transform: rotate(45deg) translate(-8px, -6px);
}

/* Media query for tablets and mobile devices */
@media (max-width: 768px) {
  .nav-links {
      display: none;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      background-color: #fff;
      flex-direction: column;
      align-items: center;
      z-index: 200;
      padding-left: 0px;
  }

  .nav-links li {
      margin: 1.5rem 0;
  }

  .hamburger {
      display: flex;
  }
}

/* Toggle active class for the hamburger menu */
.nav-active {
  display: flex !important;
}


/* Custom styling for headers */
h1, h2, h3 {
 font-family: "Montserrat", serif;
}

.h2Logo {
font-family: "Montserrat", serif;
  color: black!important;
}

.topOfpage {
  padding-top: 100px;
  padding-bottom: 100px;
}

#about{
  background-color: #e0a565;
  font-family: "Montserrat", serif;
  font-size: 1.3rem;

}
.contact-text {
text-align: center;
padding-top: 10px;
font-family: "Montserrat", serif;
font-size: 1.3rem;
}


.container {
  width: 100%!important;
  padding:0px;
}


/* Custom styling for the "Coming Soon" text */
.coming-soon-text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;

}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 3rem!important;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook, .fa-instagram {
  margin: 10px;
  color: black;
}
.fullheight {
  height: 400px;
}


.section1 {background-color: green;
            min-height:4px;}
.section0 {background-color: white;
              min-height:4px;}
.section2 {background-color: brown;
  min-height:4px;}
  .section3 {background-color: black;
    min-height:4px;}



.menus {
  position: absolute;
}



.menutext {
 text-decoration: none;
 background-color: white;
 font-family: 'Sukar', sans-serif;
   /* filter: grayscale(100%);   */
  /* border-radius: 10px; */
}

.menuimg {
  margin: 1px!important;
}

height {
  min-height: 400px;;
}

@media (max-width: 868px) {
  .hero-image {
    background-position: 60% 67%;
    min-height: 600px;
    max-height: 700px;
  }
}


.contact-page-form {
  margin-top: 2rem;
}

/* Custom height for specific elements */
.hero {
  margin-top: 10px;
  height: 1100px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.image-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #ffffff;

}

#footer {
  background-size: cover;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 30px 0;
  position: relative;

}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
#footer .container {
  position: relative;
}
#footer h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
/*font-family: "Satisfy", serif;&*/
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 12;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
  justify-content: center;
}
#footer .copyright {
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: 'Sukar', sans-serif;
  margin-bottom: 40px!important;
}

.fcf-body {
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #0000ff;
  text-align: left;
}

a{
  color: #ffffff!important;
  text-decoration: none!important;
}
#footer .copyright {
  margin: 20px 0 0px 0;
  justify-content: center;
}

.bi {
  width: 2rem!important;
  height: 2rem!important;
  fill: currentcolor;
  margin-top: 25px;
}


 /*---------------
 IMAGES
 -----------------*/
 /* Modal Styles */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  padding-top: 60px;
}

.modal-content {
  margin: 5% auto; 
  display: block;
  width: 80%; 
  max-width: 700px;
  position: relative;
}

.close {
  top: 100px;
  right: 35px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  position: absolute;
}

@media only screen and (min-width: 768) {
  .close {
    right:200px;
    top: 100px;
  }
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

