




:root {
    --theme-color: #8b1f42;
    --theme-danger: #df0101;
}


.bg-theme {
    background: #8b1f42;
}


body {
    background-image: url(/uploads/hub/theme_background/112/Storm%C3%B8de_2023_1273.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: #8b1f42;
    --bs-btn-border-color: #8b1f42;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #ca2d60;
    --bs-btn-hover-border-color: #b52856;
    --bs-btn-focus-shadow-rgb: 177.0, 69.0, 104.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #d43c6d;
    --bs-btn-active-border-color: #d8517d;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #8b1f42;
    --bs-btn-disabled-border-color: #8b1f42;
}

.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: #ca2d60;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 163.5245008, 6.9584991999999986, 57.69748120000001;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #761a38;
    --bs-btn-active-border-color: #a0244c;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #ca2d60;
    --bs-btn-disabled-border-color: #ca2d60;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

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