.navbar-custom {
    background-color: black;
}

.navbar-brand img {
    height: 50px;
}

.nav-link {
    color: #bdbdbd;
}

.nav-link:hover {
    color: white;
}

.nav-link:focus {
    color: white !important;
}

.active {
    color: white !important;
}

.dropdown-menu-custom {
    border-radius: 25px;
    background-color: #252525;
    box-shadow: 0px 0px 20px black;
}

.dropdown-menu-custom a {
    color: #bdbdbd;
}

.dropdown-menu-custom a:hover {
    color: white;
    background: none;
}