body {
    background-color: #f8f9fa;
}
h1 {
    color: #343a40;
}

.custom-navbar {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    height: 110px; /* just a bit taller than the 150px logo */
    align-items: center;
}

.navbar-brand img {
    max-height: 150px;
    height: auto;
    width: auto;
    object-fit: contain;
}

/* Make logo smaller on small screens */
@media (max-width: 576px) {
    .navbar-brand img {
        max-height: 80px;  /* smaller logo on phones */
    }

    .custom-navbar {
        height: auto; /* let it size naturally */
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
.carousel-inner img {
    width: 100%;
    height: auto;
}