.active-nav{
    color:#000099 !important;
    text-shadow: 1px 1px gold;
}
.inactive-nav{
    color:black !important;
}
.inactive-nav:hover{
    color:#000099 !important;
}
.team-link{
    color: black;
    text-decoration: none;
}
.bg-navy{
    background-color:#000044 !important;
}
.bg-lightgold{
    background-color: #FFEC8A !important;
}
.bg-darkgold{
    background-color: #ffde3a !important;
}
.blue-gold-btn{
    background-color: #000044 !important;
    border-color: #FFD700 !important;
}
.gold-blue-btn{
    background-color: #FFEC8A !important;
    border-color: #000044 !important;
    color: #000044 !important;
}
.text-navy{
    color:#000044 !important;
}
.text-lightgold{
    color:#FFEC8A !important;
}
.sticky{
    position: fixed;
    width: 100%;
    transition: opacity 0.5s ease;
    border-bottom-color: #000044;
}
.stickyText{
    color: inherit !important;
    text-decoration: none;
}
.display-7{
    font-size: 1.7rem;
}
.card{
    z-index: -1 !important;
}
.study{
    background-color: #01012b;
    padding: 3%;
}
.study a{
    color: white;
}
.study a:hover{
    color: cyan !important;
}
.ciro-list li{
    padding-bottom: 1%;
}

.navbar-custom {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    z-index: 1000;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, padding 0.3s ease;
    padding: 1rem 0;
}

.navbar-custom.navbar-contracted {
    padding: 0.5rem 0;
}

.navbar-brand img {
    width: 9.375em; 
    height: auto;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 6.25em; 
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        width: 5em;
    }
}

.transition {
    transition: padding 0.3s ease-in-out;
}

.dropdown-menu {
    background-color: white; 
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px); 
}

.dropdown-item {
    color: black;
    padding-top: .5em;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color:#000099
}