
  h1 {
    font-family: 'Merriweather', serif;
  }
  body {
    font-family: 'Merriweather', serif;
  }
  header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999; 
    }
  

  .content-wrapper {
    padding-top: 10px;
    background-color: Fffdd0;
    padding-bottom: 10px;
  }
  
.navbar, .footer {
     background-color: #d0d1ab;
  }
  

  .navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
  }
  .nav-link {
    color: black;
    text-shadow: none;
    transition: text-shadow 0.3s ease-in-out;
  }
  
  .nav-link:hover {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  }
  
  .carousel {
    width: 90%;
    margin: 0 auto;
    height: 500px; 
  }
  
  .carousel-inner {
    height: 100%; 
  }
  
  .carousel-item img {
    max-height: 500px;
    max-width: 500px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  /* Social icons */
.icon-circle {
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 10px;
    color: #1e1e1e;
    margin: 5px;
    font-size: 24px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s ease;
  }
  
  .icon-circle:hover {
    transform: translateY(-3px);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15), 0px 2px 4px rgba(0,0,0,0.12);
  }
  
  
  .footer {
    height: 100%;
  }
  
  
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 60%; 
  height: auto; 
   /* display: block;
    margin: 0 auto;
    max-width: 75%; /* Adjust the width as needed */
   /* height: auto; /* Preserve the aspect ratio */
   /* width: 85%; 
    height: 75%;
    justify-content: center;*/
}

.navbar-toggler {
  position: absolute;
  right: 30%;
  transform: translateX(50%);
}


  
  
 
  