﻿
.navbar {
    box-shadow: none !important;
    min-height: 54px !important;
}
.navbar-nav > li > a {
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
}

.navbar-nav > li:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
}

.navbar-inverse {
    border-color: transparent !important;
}

.custom-dropdown-item {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    color: rgba(143, 0, 26, 1) !important;
    padding: 10px 15px !important;
    background-color: white !important;
    border: none !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.dropdown-menu > li > a {
    padding: 10px 15px !important;  
    color: rgba(143, 0, 26, 1) !important; 
}

.custom-dropdown-item:hover {
    color: black !important;
    background-color: transparent;
    text-decoration: none;
    box-shadow: none ;
}
/* For small screens */
@media (max-width: 768px) {
    .uottawa-logo{
        width:110px !important;
    }
    .indEX-logo {
        width: 80px !important;
    }
}