@font-face {
    font-family: 'Druk Text Wide';
    src: url('../fonts/DrukTextWide-Bold.eot');
    src: url('../fonts/DrukTextWide-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DrukTextWide-Bold.woff2') format('woff2'),
        url('../fonts/DrukTextWide-Bold.woff') format('woff'),
        url('../fonts/DrukTextWide-Bold.ttf') format('truetype'),
        url('../fonts/DrukTextWide-Bold.svg#DrukTextWide-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Druk Text Wide Super';
    src: url('../fonts/DrukTextWide-Super.eot');
    src: url('../fonts/DrukTextWide-Super.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DrukTextWide-Super.woff2') format('woff2'),
        url('../fonts/DrukTextWide-Super.woff') format('woff'),
        url('../fonts/DrukTextWide-Super.ttf') format('truetype'),
        url('../fonts/DrukTextWide-Super.svg#DrukTextWide-Super') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JD Sans Pro';
    src: url('../fonts/JDSansPro-Medium.eot');
    src: url('../fonts/JDSansPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JDSansPro-Medium.woff2') format('woff2'),
        url('../fonts/JDSansPro-Medium.woff') format('woff'),
        url('../fonts/JDSansPro-Medium.ttf') format('truetype'),
        url('../fonts/JDSansPro-Medium.svg#JDSansPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*, html, body {
    font-family: 'JD Sans Pro', serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'JD Sans Pro', serif;
    font-weight: bold;
}

.jdsans {
    font-family: 'JD Sans Pro', serif !important;
}

#Content {
    padding-top: 3%;
    padding-bottom: 3%;
}

#Footer {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: white !important;
    color: black !important;
}

.btn-default {
    background-color: #54585a !important;
    color: white !important;
    font-weight: bold;
}

.btn-default:hover {
    background-color: #54585a !important;
    color: white !important;
}

#Footer a {
    color: black !important;
}

.btn-file {
    background: white !important;
    border: 1px solid #ced4da;
}

.has-error .btn-file {
    color: #a94442 !important;
}

.div-vote {
    border: 1px solid #ced4da;
    border-radius: 10px;
    margin: 1%;
    padding: 2%;
    max-width: 30%;
}

.selected {
    border: 3px solid yellow;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.has-error .div-vote {
    border: 1px solid #b30022;
}

@media (max-width: 768px) {
    .div-vote {
        margin: 2%;
        max-width: 100%;
    }
}

.media-img {
    margin-top: 2%;
}

.selected .btn {
    background-color: #ffff00 !important;
    color: black !important;
}

.mb-3 {
    margin-bottom: 8px !important;
}

.form-label {
    margin-bottom: 0px !important;
}

@media (max-width:768px) {
    .media-img {
        margin-top: 5%;
        margin-bottom: 5%;
    }
}