




:root {
    --theme-color: #df5d56;
    --theme-danger: #df0101;
}


.bg-theme {
    background: #df5d56;
}


body {
    background-image: url(/uploads/hub/theme_background/100/Artboard_13_.png);
    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: black
}

.link-contrast {
    color: black;
}

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

.btn-theme {
    --bs-btn-color: black;
    --bs-btn-bg: #df5d56;
    --bs-btn-border-color: #df5d56;
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #c32d25;
    --bs-btn-hover-border-color: #ae2821;
    --bs-btn-focus-shadow-rgb: 185.0, 55.0, 48.0;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: #ae2821;
    --bs-btn-active-border-color: #d7342b;
    --bs-btn-disabled-color: black;
    --bs-btn-disabled-bg: #df5d56;
    --bs-btn-disabled-border-color: #df5d56;
}

.btn-theme-shifted {
    --bs-btn-color: black;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: black;
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #eb9b96;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 255, 192.62801139051098, 188.29131350000003;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: #fbedec;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-disabled-color: black;
    --bs-btn-disabled-bg: #eb9b96;
    --bs-btn-disabled-border-color: #eb9b96;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

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