
.navbar.nav-secondary {
    z-index: 20;
    background-color: rgb(0 0 0 / 0%);
    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%;
}

.main-navbar.nav-secondary {
    z-index: 20;
    background-color: #1b2729e8;
    position: absolute;
    width: 100%;
    padding-bottom: 0;
}

#block-body-container {
	padding-top:45px!important;
}