




:root {
    --theme-color: #083a6f;
    --theme-danger: #df0101;
}


.bg-theme {
    background: #083a6f;
}


body {
    background: var(--bs-secondary);

}

.election-banner {
    background: #dcd9d7 no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 0px -2px 2px -2px rgba(0, 0, 0, 0.2) inset;
    min-height:220px;
    background: var(--bs-secondary);
}

.election-card {
    margin-top:-50px;
}


.text-contrast {
    color: white
}

.link-contrast {
    color: white;
}

.link-contrast:hover, .link-contrast:active {
    color: #d9d9d9;
}

.btn-theme {
    --bs-btn-color: white;
    --bs-btn-bg: #083a6f;
    --bs-btn-border-color: #083a6f;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #0d5fb6;
    --bs-btn-hover-border-color: #0b539f;
    --bs-btn-focus-shadow-rgb: 46.0, 96.0, 149.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #0f6cce;
    --bs-btn-active-border-color: #1178e6;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #083a6f;
    --bs-btn-disabled-border-color: #083a6f;
}

.btn-theme-shifted {
    --bs-btn-color: white;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: white;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #0d5fb6;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 0, 57.27756014805817, 144.33676824999998;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #062e57;
    --bs-btn-active-border-color: #0a4687;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #0d5fb6;
    --bs-btn-disabled-border-color: #0d5fb6;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

.bg-theme .text-muted {
    color: #ffffff !important;
}