.logo {
    min-width: 32px;
    min-height: 32px;
    max-width: 80px;
    max-height: 80px;
}

.navbar-toggler {
    background-image: url("images/hamburger_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: white;
    min-width: 32px;
    min-height: 32px;
    max-width: 80px;
    max-height: 80px;
}

.navbar
{
    background-color: #111;
}

.list-group-item {
    background-color: #fff;
  }
  

#mainCarousel {
    max-width: 100%; /* Or remove max-width entirely */
    margin: 0 auto;
  }
  

  .carousel-inner img {
    width: 100%;
    height: auto;
  }

  .carousel-image {
    width: 100%;
    max-height: auto;
    object-fit: cover;
    object-position: center;
  }


  .carousel-item {
    overflow: hidden;
  }
  
  .carousel-item img {
    width: 100%;
    height: auto;
    max-height: 750px; /* Adjust as needed */
    object-fit: cover;
    object-position: center;
  }
  

  .bg-shadow
  {
    text-shadow: #000 0px 0px 20px, #000 0px 0px 10px, #000 0px 0px 5px;
  }

  h4{
    margin: 20px 0px 10px 0;
  }

  .carousel-caption {
    bottom: auto;
    top: 30%;
    transform: translateY(50%);
  }

  @media (max-width: 767.98px) {
    .carousel-caption {
        display: block !important;
        transform: translateY(0%);
    }

        .carousel-image {
            width: 100%;
            max-height: 300px !important;
            object-fit: cover !important;
            object-position: center !important;
          }
        
        
          .carousel-item {
            overflow: hidden;
          }
          
          
        
          .carousel-inner img {
            width: 100%;
            height: auto;
          }
    }

  
  