
:root {
    --color-blue: #003f7e;
    /* --color-darkblue: #003476; */
    --color-white: #ffffff;
    --color-light-orange: #f59f0078;
}


.logo-jabes,
#sidebar > a {
    background-image: url(/custom/Jabes-logo-RGB.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 150px;
    height: 80px;
}
.logo-jabes {
    width: 300px;
    height: 160px;
}
#sidebar {
    background-color: var(--color-light-orange) !important;
    color: var(--color-blue) !important;
}

.navbar ,
.nav,
.nav-item > a
{
    color: var(--color-blue) !important;
}
