




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


.bg-theme {
    background: #364133;
}


body {
    background-image: url(/uploads/hub/theme_background/55/nyborg_marina_100.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: #364133;
    --bs-btn-border-color: #364133;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #5a6c55;
    --bs-btn-hover-border-color: #4e5e49;
    --bs-btn-focus-shadow-rgb: 92.0, 103.0, 89.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #657a60;
    --bs-btn-active-border-color: #71886b;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #364133;
    --bs-btn-disabled-border-color: #364133;
}

.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: #5a6c55;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 51.604895885714285, 69.8431822, 46.6308178;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #2a3328;
    --bs-btn-active-border-color: #424f3e;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #5a6c55;
    --bs-btn-disabled-border-color: #5a6c55;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

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