/* ----- Variables ----- */
:root {
    --feu-white: #ffffff;
    --feu-white-trans: #ffffffe0;
    --feu-blue-1: #004c97;
    --feu-blue-2: #2f6daa;
    --feu-blue-3: #6694C1;
    --feu-black: #000000;
    --feu-darkgray: #454545;
    --feu-gray: #666666;
}

body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ---- Variables ---- */
.bg-feu {
    background-color: var(--feu-blue-1) !important;
}

.nav-link {
    color: var(--feu-white) !important;
}

.list-inline {
    display: none;
}

/* ----- Internal Search Button ----- */
.btn-internal-search {
    background: var(--feu-blue-2);
    color: var(--feu-white) !important;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 3px;
    text-decoration: none;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-internal-search:hover {
    background: var(--feu-blue-3);
    color: var(--feu-white) !important;
    text-decoration: none;
}
