:root {
    --main-color: #f39200;
}

/* @font-face {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('font/Vollkorn-Regular.woff') format('woff');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('font/Vollkorn-Medium.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

body, html {
    color: var(--mdb-black);
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}


.btn.btn-custom, .bg-primary {
    background-color: var(--main-color) !important;
}

.z-index {
    z-index: 9;
}

.link:hover:not(footer .link) {
    color: var(--main-color) !important;
    text-decoration: underline;
}

footer .link:hover {
    text-decoration: underline;
}

.text-primary {
    color: var(--main-color) !important;
}

.bg-dark {
    color: var(--mdb-dark);
}

.bg-image {
    min-height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-light {
    background-color: #F8F7F3 !important;
}

section.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.z-index-9 {
    z-index: 9;
}

.help-block {
    color: var(--mdb-red);
}

.form-select {
    font-size: 0.9rem !important;
}

.invalid-feedback {
    position: inherit !important;
}

.btn {
    text-transform: capitalize !important;
}

.table thead a{
    color: var(--mdb-black);
    font-weight: bold;
}

.table thead a:hover{
    color: var(--mdb-link-color);
    text-decoration: underline;
}
