/* Add your own styles here */
body {
    font-family: Arial,Helvetica,sans-serif;
}
.navbar {
    background-color: white;
    transition: ease-in 0.5s;
    padding: 0;
    height: 6.5%;
}
.nav-link.show{
    border-bottom: 3px solid red;
}
.navbar:hover {
    background-color: #ffffff; /* Change this to your desired background color on hover */
}

.baic-nav .nav-item {
    padding-left: 7%;
    padding-right: 7%;
}

.baic-nav {
    padding-right: 25%;
    padding-top: 1%;
}

.nav-link {
    color: black;
    text-decoration: none;
    position: relative;
    padding: 10px;
}


p {
    margin-top: 10px;
    margin-bottom: 5px;
}






/*.baic-nav .nav-link::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background-color: red; !* Change this to your desired underline color *!*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    transform: scaleX(0);*/
/*}*/

/*.baic-nav .nav-link:hover::after {*/
/*    transform: scaleX(1);*/
/*}*/

.nav-link {
    color: black;
}

.custom-bg-color {
    background-color: rgba(255, 255, 255, 0.91);
}

.baic-dropdown {
    list-style: none;
    text-decoration-line: none;
}

.baic-dropdown-units {
    list-style: none;
    text-decoration-line: none;
}

.list-inline-item {
    padding: 1%;
}

.dropdown-links {
    text-decoration: none;
    color: inherit;
}

.dropdown-links:hover {
    color: red;
}

.baic-dropdown a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.baic-dropdown a:hover {
    color: red;
}

.disclaimer-text {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 1.2em;
    color: #3a3a3a;
}
