body {
  font-family: 'Lato', sans-serif;
}

h2, h1, h3 {
  font-family: 'Playfair Display', serif;
}



    /* ==== Section Styles ==== */
    section {
      position: relative;
      padding: 100px 0;
      color: #fff;
      overflow: hidden;
    }

    section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      background-attachment: fixed; 

      filter: blur(5px);
      z-index: 1;
    }

    section::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2;
    }

    .section-1::before {
      background-image: url('images/DSC05904-HDR.jpg');
    }

    .section-2::before {
      background-image: url('images/Firefly20250607220914.png');
    }

    .section-3::before {
      background-image: url('images/DSC05904-HDR.jpg');
    }

    section .container {
      position: relative;
      z-index: 3;
    }

    /* ==== Heading Styles ==== */
    section h2 {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing:2px;
    margin-bottom: 40px;
    color: #fff;
    }

    /* ==== Image Styles ==== */
    .menu-image {
      display: block;
      margin: 0 auto 30px;
      max-width: 800px;
      width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease;
    }
    
    .custom-bg-color {
    opacity: 1;
    background-color: rgb(250 236 222) !important;
}

.custom-text-color li a{
    color:#634a32 !important;
    font-weight:600;

}

.navbar-toggler {
  border-color: #634a32; /* Border red (optional) */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='brown' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-brand-color{
    color:#634a32 !important;
    font-weight:700;
}


    /*.menu-image:hover {*/
    /*  transform: scale(1.02);*/
    /*}*/

    @media (max-width: 768px) {
      section h2 {
        font-size: 2rem;
      }
    }