/* Custom styles */
/* .container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
} */
.navbar-nav .nav-item {
    margin-right: 25px;
    font-size: 18px;
}
body {
    padding-top: 80px;
}
.section {
    padding-top: 80px; /* Add extra padding to account for fixed navbar */
    margin-top: -80px; /* Negative margin to offset the padding */
}
.carousel-item img {
    height: 400px;
}
#home {
    background-color: #f8f9fa;
}
#about {
    background-color: #e9ecef;
}
#services {
    background-color: #dee2e6;
}
#contact {
    background-color: #ced4da;
}