@import url('//fonts.googleapis.com/css2?family=Vollkorn:wght@400;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap');
/*
font-family: 'Vollkorn', serif;
font-family: 'Raleway', sans-serif;
*/
body {
    font-family: 'Vollkorn', serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Vollkorn', serif;
}
.on-cover-content.content-center.animate-content h2 {
    font-weight: 800;
    color: #dedede;
}
.navbar.nav-v7,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}
.on-cover-content img {
    max-width: 300px;
}
.on-cover-content .section-wrapper .section-header {
    margin-bottom: 20px;
    text-shadow: none;
    text-transform: uppercase;
    color: #dedede;
    font-weight: 700;
}
.on-cover-content .container,
.on-cover-content {
    width: 100%;
}
.on-cover-content .cover-text {
    font-size: 1.2em;
}
.on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 45px 8px 30px;
    background-color: #dedede;
    border-color: #dedede;
    color: #000;
    box-shadow: none;
}
.hvr-icon-wobble-horizontal:before {
    margin-top: -1px;
    font-size: 0.9em;
}
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:focus {
    background-color: #000;
    border-color: #000;
    color: #dedede;
}
.on-cover-content .section-wrapper a {
    padding: 0;
    margin: 10px 0;
    color: #dedede;
    background-color: transparent;
    font-size: 1em;
}
.on-cover-content .section-wrapper .section-header {
    font-size: 2.7em;
}
@media (max-width: 1400px) {
    .on-cover-content .section-wrapper .section-header {
        font-size: 1.8em;
    }
    .on-cover-content .cover-text {
        font-size: 1em;
    }
}
@media (max-width: 991px) {
    .on-cover-content .section-wrapper .section-header {
        margin-top: 30px;
        margin-bottom: 4px;
    }
    .on-cover-content .section-wrapper a.custom-temp-btn {
        margin-top: 10px;
    }
    .on-cover-content .section-wrapper a {
        margin-top: initial;
        font-size: initial;
        padding: 0;
        background-color: transparent;
    }
    .on-cover-content .section-wrapper a.custom-temp-btn {
        display: none;
    }
}
@media (max-width: 767px) {
    .on-cover-content img {
        max-width: 160px;
    }
    .on-cover-content .section-wrapper .section-header {
        font-size: 1.7em;
    }
    .on-cover-content .section-wrapper .section-header {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .on-cover-content .section-wrapper h2 {
        font-size: 0.96em;
    }
}
@media (max-width: 320px) {
    .on-cover-content .section-wrapper .section-header {
        font-size: 1.4em;
    }
    .on-cover-content .cover-text {
        font-size: 0.9em;
    }
    .on-cover-content .section-wrapper .section-header {
        margin-top: 10px;
        margin-bottom: 4px;
    }
    .on-cover-content .section-wrapper h2 {
        font-size: 0.9em;
        line-height: 20px;
    }
}