body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

main {

    padding-top: 60px;

}

/* Responsive carousel */

#myCarousel {
    height: 70vh;
    min-height: 400px;
    max-height: 700px;

}

#myCarousel .carousel-item {
    height: 70vh;
    min-height: 400px;
    max-height: 700px;
}


#myCarousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.team-intro {
    max-width: 850px;
    margin: 0 auto 60px;
    padding: 60px 40px;
    border-radius: 20px;
    }
    
.team-member {
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 18px;
    background-color: #f8f9fa;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }
    
.team-member h2 {
    margin-bottom: 5px;
    font-weight: 600;
    }
    
.team-member h5 {
    margin-bottom: 15px;
    }
    
.team-member p {
    line-height: 1.7;
    margin-bottom: 0;
    }
    
.team-pfp {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    }
    
.team-large-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    }
    
@media (max-width: 767px) {
    .team-intro {
    padding: 40px 25px;
    margin-bottom: 40px;
    }
    
    .team-member {
        padding: 20px;
        margin-bottom: 35px;
    }
    .team-pfp {
        width: 110px;
        height: 110px;
    }
    .team-large-image {
        height: 220px;
    }
    .team-member .ms-4 {
        margin-left: 20px !important;
    }
    
    }

.contact-intro {
        max-width: 850px;
        margin: 0 auto 60px;
        padding: 60px 40px;
        border-radius: 20px;
        }
        
.contact-form {
        max-width: 800px;
        margin: 0 auto;
        padding: 35px;
        background-color: #f8f9fa;
        border-radius: 18px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }
        
.contact-form .form-floating {
        margin-bottom: 20px;
        }
        
.contact-form .form-control {
        border-radius: 10px;
        }
        
.contact-form textarea {
        resize: vertical;
        }
        
.contact-form .btn {
        padding: 10px 25px;
        border-radius: 8px;
        }
        
@media (max-width: 767px) {
    .contact-intro {
        padding: 40px 25px;
        margin-bottom: 40px;
        }
        
    .contact-form {
            padding: 20px;
        }
        
        }

        #trackerTable th,

#trackerTable td {
    white-space: nowrap;
}

#trackerTable th:nth-child(1),
#trackerTable td:nth-child(1) {
    width: 20%;
}

#trackerTable th:nth-child(2),
#trackerTable td:nth-child(2) {
    width: 25%;
}

#trackerTable th:nth-child(3),
#trackerTable td:nth-child(3) {
    width: 25%;
}

#trackerTable th:nth-child(4),
#trackerTable td:nth-child(4) {
    width: 30%;
}