/*
 * Absolent customer theme - Dark Blue.
 *
 * Swap this file's content into theme.css (or retarget the <link> in
 * index.html) at deploy time to brand the shell for Absolent.
 */

:root {
    --bt-nav-background: #121c33;
    --bt-nav-text: #ffffff;
    --bt-nav-border: #1f2a4a;
    --bt-nav-hover-background: #1a2844;
    --bt-nav-hover-text: #ffffff;
    --bt-nav-active-background: #243255;
    --bt-nav-active-text: #ffffff;
}

/* Customer-requested logo adjustments */
.brand-img {
    padding: 0.75rem 0 0 !important;
    margin: 0.15rem 0 1.5rem !important;
}
