.dropdown-togglefocus, .dropdown-toggle:hover {
  color: var(--bs-nav-link-hover-color);
}

.dropdown:focus .dropdown:hover {
  color: var(--bs-nav-link-hover-color);
}

#footer-link {
    text-decoration: none;
    color: rgb(65,65,65);
}
#footer-link:hover {
    text-decoration: none;
    color: #25beff;
    font-weight: bold;
}
#footer-nav-link {
    text-decoration: none;
    color: rgb(65,65,65);
}
#footer-nav-link:hover {
    text-decoration: none;
    color: #25beff;
}
.dropdown-item:hover, .nav-link:hover, .dropdown-toggle:hover {
    text-decoration: none;
    color: #25beff;
    font-weight: bold;
}
.dropdown-item:focus, .nav-link:focus, .dropdown-toggle:focus {
    text-decoration: none;
    color: #25beff;
    font-weight: bold;
    background: #fff;
}
.dropdown-toggle, .nav-item {
    text-decoration: none;
    color: rgb(65,65,65);
}