.navbar-nav.navbar-center {
    position: fixed;
}

.navbar {
    position: fixed;
    box-shadow: 0px 0px 30px 8px rgba(35, 125, 243, 0.2);
    width: 100%;
    z-index: 100;
    font-size: 20px;
    width: 90%;
    margin-left: 5%;
    border-radius: 25px;
    margin-top: 40px;
}

.navbar-fixed-top {
    background-color: rgb(182, 55, 55);
}

.nav-link {
    color: #086e72 !important;
    
}

 .nav-item a:hover {
            color: #00d0db !important;
            cursor: pointer;
            font-weight: bold;
            
        }

@media only screen and (max-width: 900) {
   
    .navbar {
        width: 320px;
    }
    .navbar-toggler-icon {
        width: 30px;
    }
    .carousel-item {
        margin-top: 80px;
    }
    .carousel-item img {
        height: 170px;
    }
    .navbar {
        margin-top: 12px !important;
    }
}


