.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-custom {
    background-color: #b50000;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 60;
}

.navbar-custom .nav-link {
    color: white;
}