h1,
h2,
h3,
p.font {
    font-family: 'Berkshire Swash', cursive;

}

h2 {
    font-size: 2.5em;
}

p {
    margin: unset !important;
}
#x3 .wpcf7-spinner{
    display: none;
}
p,
input,
textarea,
.font span {
    font-family: 'Open Sans', sans-serif;
}

html {
    font-size: 20px;
}

:root {
    --xred: #EC293C;
    --xgreen: #48A400;
    --xtan: #FEFBF4;
}

section .maxWidth {
    max-width: 1500px;
}

body {
    background: var(--xtan) !important;
}

section {
    padding: 100px 0;
}

#x1 {
    padding: 100px 0 200px 0;
}

#x1 .maxWidth {
    overflow-x: hidden;
}

#x1 h1 {
    color: var(--xgreen);
    font-size: 5em;
    margin: 0 0 15px 0;
}

#x1 .special {
    color: var(--xred);
    font-weight: 900;
    font-size: 2em;
    padding: 25px;
    border: 6px dashed var(--xred);
    text-align: center;
    transition: 2s ease all;
}

#x1 .left {
    width: 50%;
    min-width: 500px;
    max-width: 650px;

}

#x1 .flex {
    justify-content: flex-start;
    margin-top: 25px;
}

#x1 .flex .btn {
    color: #FFF;
    background-color: var(--xgreen);
    padding: 10px 25px;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-right: 50px;
}

#x1 .flex .font {
    font-size: 1.5em;
    color: var(--xgreen);

}

#x1 .flex .font a {
    display: block;
    color: inherit;
    font-size: 1em;
    font-weight: 900;
}

#x2 {
    background-color: var(--xred);
    color: #FFF;
    padding: 50px 0 20px;
}

#x2 h2 {
    font-size: 2em;
}

#x2 .left {
    width: 50%;
    padding-right: 50px;
}

#x2 .left img {
    width: 100%;
    height: auto;
}

#x2 .right {
    width: 50%;
}

#x2 .item {
    background-color: #FFF;
    color: #000;
    padding: 5px 20px;
    margin: 10px 0;
}

#x2 .font {
    color: #FFF;
    font-size: 1.25em;
    margin: 20px 0 0;
    display: block;
}

#x2 .font a {
    color: inherit;
    font-weight: 900;
}

#x3 h2 {
    color: var(--xgreen);

}

#x3 .left {
    width: 50%;
    max-width: 600px;
    padding-right: 50px;
}


#x1 {

    position: relative;
}

#x1 .imgslider {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 70%;
    max-width: 1000px;
    transform: translateY(-50%);
    z-index: 2;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;

}

#x3 .grid input {
    width: 100%;
    padding: 5px 10px;

}

#x3 input[type='submit'] {
    background-color: var(--xred);
    color: #FFF;
    border: unset;
    display: block;
    padding: 10px;
    cursor: pointer;

}

#x3 input[type='submit']:hover {
    background-color: #b81f2e;
}

#x3 .grid span {
    width: 100%;
}

#x3 {
    position: relative;
    padding: 200px 0 100px;
}

#x4 {
    position: relative;
    padding: unset;
    padding: 0 0 100px 0;
}

#x4 .g3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

#x4 .g3 a {
    display: flex;
    flex-direction: column;
    margin: 25px;
    justify-content: flex-start;
    color: #FFF;
    width: 300px;
}

#x4 .greenback {
    width: 100%;
    height: 35%;
    left: 0;
    bottom: 0;
    background-color: var(--xgreen);
    position: absolute;
}




/* ACCENTS */

#redaccent1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
}

#redaccent2 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: rotate(180deg);
}

#greenaccent {
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
    z-index: 1;
}

#tanaccent {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: rotate(180deg);
}




#leaf1 {
    position: absolute;
    z-index: -1;
    top: -150px;
    right: -450px;
    transform: rotate(200deg) scale(1.5);
}

#leaf2 {
    position: absolute;
    z-index: -1;
    right: -600px;
    bottom: 0;
    transform: scale(1.2);
}

#leaf3 {
    position: absolute;
    z-index: -1;
    right: -600px;
    top: 0;
    transform: rotate(180deg);
}

#leaf4 {
    position: absolute;
    z-index: -1;
    right: -600px;
    bottom: 0;
    transform: scale(1.2);
}

/* END OF ACCENTS */


#foot {
    padding: 15px 0;
    background-color: #333;
    color: #FFF;
}

#foot a {
    color: #FFF;
}

#foot .flex.space {
    justify-content: space-between;
}

@media only screen and (max-width:1350px) {
    #x1 .imgslider {
        width: 60%;
        left: unset;
        right: -20%;
    }

    #x1 .left {
        width: 100%;
    }

    #x2 h2 br {
        display: none;
    }
}

@media only screen and (max-width:1050px) {
    #x1 .imgslider {
        display: none;
    }

    #x1 .left {
        display: inline-block;
        text-align: center;
    }

    #x1 .maxWidth {
        text-align: center;
    }

    #x1 .flex {
        justify-content: center;

    }

    #x2 {
        padding: 50px 0 50px;
    }

    #x2 .flex {
        flex-direction: column;
        align-items: center;
    }

    #x2 .right {
        width: 100%;
        max-width: 720px;
    }

    #x2 .left {
        padding: 0 0 25px 0;
    }

    #leaf1 {
        top: -14%;
        right: -40%;
        transform: rotate(190deg) scale(1.5);
    }

    #leaf2 {
        left: -50%;
    }

    #x3 .left {
        width: 80%;
    }

    #greenaccent {
        bottom: 65%;
    }

    #x4 .greenback {
        height: 65%;
    }

    #x4 {
        padding: 0 0 50px 0;
    }
    #foot .flex.space{
        flex-direction: column;
    }
}

@media (max-width:750px) {
    #x1 .left {
        font-size: 15px;
    }

    #x3 .flex {
        flex-direction: column-reverse;
        align-items: center;
    }

    #x3 .left {
        width: 100%;
        padding: unset;
    }

    #x3 .right {
        width: 70%;
    }

    #x3 {
        padding: 100px 0 100px;
    }

    #x3 h2 {
        font-size: 2em;
    }

    #x4 .g3 {
        flex-wrap: wrap;
    }

    #x4 {
        padding: 50px 0 50px;
        background-color: var(--xgreen);
    }

    #leaf4,
    #greenaccent {
        display: none;
    }
    #x2 h2{
        font-size: 1.5em;
    }
    #x1 h1{
        line-height: 1em;
        margin: 10px 0 25px 0;
    }
    #x1 .left{
        min-width: unset;
    }
    #x1 .special{
        font-size: 1.5em;

    }
    .special p{
        font-size: inherit;
    }
}
@media (max-width:500px) {
    #x1 .imgslider{
        display: block;
    }

    #x1 .maxWidth{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #x1 .imgslider{
        display: block;
        position: relative;
        left: unset;
        right: unset;
        transform: unset;
        width: 100%;
    }

    #x1 .flex .btn{
        margin: 0 0 25px;
    }
    #x1 .flex{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #x1{
        padding: 0 0 100px 0;
    }
    .special p br{
        display: none;
    }
    #x2 .left{
        width: 100%;
    }
    #x2 h2{
        text-align: center;
    }
    #x2 .font{
        text-align: center;
    }
    #x2 .font a{
        display: block;
    }
}