body {
    background-color: #f8f9fa;
}

.navbar-brand img {
    height: 40px;
}

.club-card {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    opacity: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.feature-card {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #e9ecef;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nek-title-logo {
    height: fit-content;
    max-height: 120px;
    max-width: 120px; */
}

.nek-background {
    background-image: url("/images/nekrc-wide-flat.png");
    background-size: 100% ; 
    background-position: top;
    background-repeat: no-repeat;
    
}
#home {
    background-image: url("/images/nekrc-wide-flat.png");
    background-size: cover;
    /* Ensures the image covers the entire area */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents tiling */
}

#links {
    padding: 20px;
    background-color: lightblue;
}

.nek-time {
    color: blue;
    font-size: larger;
}

div .title {
    font-weight: bold;
    font-size: larger;
    text-align: left;
}

div .label {
    font-weight: bold;
    font-size: larger;
    text-align: center;
}

.tall-col {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}


.row .nek-head {
    background-color: #ffffff60;
}

.row .nek-day:nth-child(odd) {
    background-color: #e9ecef40;

}