.biHeader.biDarkMode {
    background-color: #1a1a1a;
}

.biHeader.biLightMode {
    background-color: #dfe1e7;
}

#siteLogo.biDarkMode {
    filter: invert(1);
}

/*Not really sure why bootstrap has the color backwards, but we can just flip them...*/
.carousel-control-prev {
    filter: invert(1) !important;
}

/*Not really sure why bootstrap has the color backwards, but we can just flip them...*/
.carousel-control-next {
    filter: invert(1) !important;
}