/* ================================================== */
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* init */
* {
    --body-font: "Plus Jakarta Sans";
    --title-font: "Marcellus", Helvetica, Arial, sans-serif;
    --deco-font-1: "Sacramento";
    --body-font-color: #707070;
    --body-font-color-dark: #bbbbbb;
    --body-font-size: 15px;
    --body-font-weight: 400;    
    --title-font-color: #000000;
    --title-font-color-dark: #ffffff;
    --title-font-weight: bold;    
    --bg-dark-1: #151c22;
    --bg-dark-1-rgb: 21, 28, 34;
    --bg-dark-2: #18212a;
    --bg-light-1: #ffffff;
    --bg-light-2: #f8f8f8;
    --page-border-size:0;
    --page-border-color:#ffffff;
}

h2{
    font-size: 48px;
    letter-spacing: -.015em;
    margin-bottom: 20px;
}


.form-control,
#contact_form input[type=text],
#contact_form textarea,
#contact_form input[type=email],
#contact_form textarea,
#search{
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
}

@media only screen and (min-width: 992px) {
    #subheader{
        padding-top: 200px;
        padding-bottom: 60px;
    }
}

footer .logo {
    height: 100px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

@media only screen and (min-width: 993px) {
    header.header_center .logo_pos img,
    header #logo img {
        height: 115px !important;
        width: auto;
        max-width: 220px;
        object-fit: contain;
    }

    header.smaller.header_center .logo_pos img,
    header.smaller.header_center img,
    header.smaller #logo img {
        height: 65px !important;
        max-width: 140px;
    }
}

/* Mobile header logo */
@media only screen and (max-width: 992px) {
    header.header_center img {
        height: auto !important;
        margin: 0 !important;
    }

    header.header_center #logo {
        display: block !important;
        float: none;
        position: absolute;
        left: 15px;
        top: 35px;
        transform: translateY(-50%);
        margin: 0 !important;
        line-height: 1;
        z-index: 3;
        width: auto;
    }

    header.header_center #logo a {
        display: inline-block;
    }

    header.header_center #logo img,
    header.smaller.header_center #logo img {
        height: 52px !important;
        max-width: 140px;
        width: auto;
    }

    /* Hide logo when mobile menu is open */
    header.bg-dark #logo,
    header.transparent.bg-dark #logo {
        display: none !important;
    }

    /* Never show injected center-menu logo on mobile */
    #mainmenu .logo_pos {
        display: none !important;
    }

    header.transparent:not(.bg-dark) {
        height: 70px !important;
        overflow: hidden !important;
    }

    header .container {
        position: relative;
    }

    #menu-btn {
        position: relative;
        z-index: 5;
        margin-top: 8px;
    }

    nav {
        position: relative;
        z-index: 4;
    }

    header.bg-dark #mainmenu {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    header.header_center #logo {
        top: 32px;
        left: 12px;
    }

    header.header_center #logo img,
    header.smaller.header_center #logo img {
        height: 46px !important;
        max-width: 120px;
    }
}