
.navbar.nav-secondary {
    z-index: 20;
    background-color: rgb(0 0 0 / 0%)!important;
    position: absolute;
    width: 100%;
    /* background-image: linear-gradient(#00000069, transparent); */
    padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link{
    color:#fff!important;
    text-shadow: 0 1px 4px rgb(43, 43, 43)
}

.fixed-top-overly{
    top: 25%;
}