




:root {
    --theme-color: #540a26;
    --theme-danger: #df0101;
}


.bg-theme {
    background: #540a26;
}


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: #540a26;
    --bs-btn-border-color: #540a26;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #981245;
    --bs-btn-hover-border-color: #820f3b;
    --bs-btn-focus-shadow-rgb: 122.0, 48.0, 76.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #af154f;
    --bs-btn-active-border-color: #c6185a;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #540a26;
    --bs-btn-disabled-border-color: #540a26;
}

.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: #981245;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 114.35254479999998, 0, 30.923408021621555;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #3d071c;
    --bs-btn-active-border-color: #6b0d30;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #981245;
    --bs-btn-disabled-border-color: #981245;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

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