



.navbar-custom {
    background-color: #003459; 
    padding: 1rem 1.5rem; 
}

.navbar-custom .navbar-brand {
    font-weight: bold;
    color: #ffffff; 
}

.navbar-custom .navbar-nav .nav-link {
    color: #ffffff; 
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: #cccccc; 
}

.navbar-custom .dropdown-menu {
    background-color: #444; 
}

.navbar-custom .dropdown-item {
    color: #ffffff; 
}

.navbar-custom .dropdown-item:hover {
    background-color: #555; 
    color: #ffffff; 
}






/*Footer*/
footer {
    background-color: #003459;
    color: #fff;
    padding: 20px;
    text-align: center;
}

footer p {
    margin: 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
