@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
/* font-family: 'Quicksand', sans-serif; */

@font-face {
    font-family: 'Gelion';
    src: url('fonts/Gelion-Bold.woff2') format('woff2'),
    url('fonts/Gelion-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
    url('fonts/fBrandonGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/BrandonGrotesque-Black.woff2') format('woff2'),
    url('fonts/BrandonGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/futurapt-bold.woff2') format('woff2'),
    url('fonts/futurapt-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('fonts/futurapt-book.woff2') format('woff2'),
    url('fonts/futurapt-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/futurapt-medium.woff2') format('woff2'),
    url('fonts/futurapt-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Demi';
    src: url('fonts/futurapt-demi.woff2') format('woff2'),
    url('fonts/futurapt-demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paris Script';
    src: url('fonts/ParisScript-Regular.woff2') format('woff2'),
    url('fonts/ParisScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Christopherhand';
    src: url('fonts/christopherhand.woff2') format('woff2'),
    url('fonts/christopherhand.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('fonts/AvenirLT-Roman.woff2') format('woff2'),
    url('fonts/AvenirLT-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lack';
    src: url('fonts/Lack-Regular.woff2') format('woff2'),
    url('fonts/Lack-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY Outline';
    src: url('fonts/MADETOMMYOutline-Medium.woff2') format('woff2'),
    url('fonts/MADETOMMYOutline-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'moonhouse';
    src: url('fonts/moonhouse.woff2') format('woff2'),
    url('fonts/moonhouse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADETOMMY-Medium.woff2') format('woff2'),
    url('fonts/MADETOMMY-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* fadeInLeft */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* fadeInRight */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
*/
body {
    font-family: 'Brandon Grotesque';
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.8px;
    color: #000000;
    font-weight: normal !important;
}


#page {
    overflow: hidden;
    position: relative;
}


.section-inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

/*
  Globals --> Accessibility
-----------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.widget {
    margin: 0px 0 30px;
}


.widget select {
    max-width: 100%;
}

#comments {
    position: relative;
    margin-bottom: 0;
    margin-top: 30px;
}

form {
    button,
    input[type="button"],
    input[type="submit"] {
        border: 0;
        padding: 11.5px 35px;
        text-transform: uppercase;
        border-radius: 0.5px;
        background-color: #daa64f;
        font-size: 13.9px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.4px;
        color: #ffffff;
    }

    button:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover {
        background-color: #000;
    }

    button:focus,
    input[type="button"]:focus,
    input[type="submit"]:focus,
    button:active,
    input[type="button"]:active,
    input[type="submit"]:active {
        border-color: #aaa #bbb #bbb;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="number"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="color"],
    textarea {
        color: #666;
        border: 1px solid #c5c5c5;
        padding: 9px 10px;
        max-width: 100%;
        width: 100%;
        font-size: 17px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    select {
        border: 1px solid #ccc;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="color"]:focus,
    textarea:focus {
        color: #111;
    }

    textarea {
        width: 100%;
    }

}

.wpcf7 p {
    margin-bottom: 0;
}
