




:root {
    --theme-color: #981e32;
    --theme-danger: #df7801;
}


.bg-theme {
    background: #981e32;
}


body {
    background-image: url(/uploads/hub/theme_background/294/bg-ok24.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.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: #981e32;
    --bs-btn-border-color: #981e32;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #d62d49;
    --bs-btn-hover-border-color: #c32640;
    --bs-btn-focus-shadow-rgb: 190.0, 68.0, 88.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #da425b;
    --bs-btn-active-border-color: #de586e;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #981e32;
    --bs-btn-disabled-border-color: #981e32;
}

.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: #d62d49;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 175.5349498, 6.933050200000032, 34.57270587213087;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #831a2b;
    --bs-btn-active-border-color: #ad2239;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #d62d49;
    --bs-btn-disabled-border-color: #d62d49;
}
.alert-danger {
    --bs-alert-color: black;
    --bs-alert-bg: #df7801;
    --bs-alert-border-color: #df7801;
}

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