/* Logo configuration as requested */
.navbar-brand {
    /* Adjust padding to maximize logo height within the standard navbar height */
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-brand img {
    /* Remove width restrictions and set height to match the menu bar available space */
    max-width: none !important;
    width: auto !important;
    height: 100% !important;
    max-height: 100% !important;
}

/* Homepage Carousel Collage Override */
.home-carousel {
    background: url('../img/banner_collage.jpg') center center;
    background-size: cover;
}
