body {
    padding-top: 3.5rem;
}

.jumbotron {
    margin-bottom: 2rem;
}

.jumbotron-hero {
    position: relative;
    background-image: url('/assets/images/banner_shelter3.jpg');
    /* background-position-y: -100px; Adjust value to move the image up/down */
    background-size: cover;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    padding: 6rem 2rem;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.jumbotron-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.jumbotron-hero .container {
    position: relative;
    z-index: 2;
}

.trophy-card {
    margin-bottom: 20px;
}

.schedule-container {
    width: 100%;
    height: 80vh;
    border: 1px solid #ddd;
}

.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.nav-link.active {
    font-weight: bold;
    color: #fff !important;
}

/* Use your club colors for the navbar */
.navbar.bg-dark {
    background-color: #29498f !important;
}

.navbar .navbar-brand,
.navbar .nav-link,
.navbar .navbar-toggler {
    color: #fff !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #000 !important;
    background-color: #b3c7e7 !important;
    border-radius: 4px;
}

.dropdown-menu {
    background-color: #b3c7e7;
}

.dropdown-item {
    color: #29498f !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #5984c8;
    color: #fff !important;
}

footer.container {
    margin-top: 20px;
}

@media (max-width: 576px) {
    .display-3 {
        font-size: 2rem;
    }
}


@media (max-width: 776px) {
    .col-md-4 {
        padding-bottom: 2rem;
    }
}
.navbar-toggler {
    margin-left: 0.25rem !important;
}

.navbar-brand img {
    height: 50px;
    content: url("/assets/images/st_sebastianette_banner_logo.png");
}

@media (max-width: 1021px) {
    .navbar-brand img {
        height: 50px;
        content: url("/assets/images/st_sebastianette_banner_logo_narrow.png");
    }
}