.cust-navbar {
    min-height: 70px;
    background: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.3));
    z-index: 99;
}

.cust-nav-link {
    color: silver;
}

.cust-nav-link:hover {
    color: #ef3f3f;
}

.cust-nav-link:active {
    color: #ef3f3f;
}

.nav-active {
    border: 1px solid silver;
    border-radius: 30px;
}

.offcanvas {
    background-color: #1c1919 !important;
}