html,
body {
    height: 100% !important;
    width: 100% !important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    padding-top: 15px;
}

nav {
    background-color: #112a39;
}

#menuBar{
    border-radius: 8px;
}

/* Change the dropdown menu link colors */
.dropdown-menu a {
    color: #000 !important; /* Default color for dropdown items */
}

/* Change the background color and text color when hovered */
.dropdown-menu a:hover,
.dropdown-menu a:focus {
    background-color: #112a39 !important; /* Add your preferred hover color */
    color: #fff !important; /* Ensure text is visible on hover */
}

.badge{
    --bs-bg-opacity: 1;
}