﻿footer {
    flex-shrink: 0;
    background-color: #193e24 !important;
    color: #fff;
    padding: 3rem 1rem;
}
.footerwrapper {
    padding: 5rem 1rem;
}
footer a,.footercopyright a {
    color: #fff!important;
}
.footerLeft {
    flex: 0 0 47% !important;
}
.footerCenter {
    flex: 0 0 36% !important;
    font-size:18px;
    text-align:left;
}
.footerRight {
    flex: 0 0 17% !important;
    text-align: center;
}
.footerRight a {
    color: #ffffff !important;
    margin: 0 0.6rem 15px;
    text-decoration: none;
}
.freeyourself {
    font-style: italic;
    font-size: 4.5rem;
    line-height: 1.15em;
    font-weight: 300;
    margin-bottom:40px;
    font-family: 'ivypresto-display', Georgia, Serif;
}
.footercontent {
    flex: 0 0 25%;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}
.footercopyright {
    padding-top:30px;
    font-size: 14px;
    line-height: 1.1rem !important;
}
.footercopyrightmobile {
    display: none;
}
.footercopyrightdesktop {
    display: initial;
}
#logowhite {
    width: 250px !important;
}
.footerbuttons {
    display: inline-block;
    background-color: #ffffff;
    color: #0d3a24!important;
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 1.2rem;
    text-decoration: none!important;
    margin: .5rem 0.4rem;
    width:100%;
    font-weight:600;
}
a.footerbuttons {
    color: #0d3a24 !important;
}
.footerbuttons:hover {
    background-color: #dbe78d!important;
}
.footerphone {
    margin-top:1rem;
    margin-bottom:1rem;
    font-size:1.5em!important;
    font-weight:700;
}
@media only screen and (max-width:1280px){
    .freeyourself {
        font-size: 3.5rem;
    }
    .footerLeft {
        flex: 0 0 42% !important;
    }
    .footerCenter {
        flex: 0 0 41% !important;
    }
    .footerRight {
        flex: 0 0 17% !important;
    }
   
}
@media only screen and (max-width: 991px) {
    .footerCenter {
        text-align:center!important;
    }
    footer {
        flex-shrink: 0;
        background-color: #193e24 !important;
        color: #fff;
        padding-bottom: 5rem !important;
    }
    .footerphone {
        font-size: 2em !important;
    }
    footer > div {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 1.2rem;
    }
    footer > div > div {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 1rem;
    }
    footer div[style*="font-style: italic"] {
        font-size: 36px !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }
    footer img {
        margin:40px auto 25px;
        display: block;
    }
    footer div[style*="text-align: left"] {
        text-align: center !important;
    }
    footer a {
        display: inline-block;
        margin: 0.2rem 0.4rem;
    }
    footer a:hover {
        background: none !important;
    }
    .freeyourself {
        font-style: italic;
        font-size:4.5rem;
        margin-bottom: 2rem;
        font-weight:300;
        font-family: 'ivypresto-display', Georgia, Serif;
    }
    #logowhite {
        max-width:100%;
        width:280px !important;
    }
    .footercontent {
        flex: 0 0 25%;
        font-size: 1.25em;
        line-height: 1.75em;
        text-align: center;
    }
    .footercopyright {
        margin-top: .85rem;
        font-size: .8rem;
        text-align:center;
        line-height:16px;
    }
    .footercopyrightmobile {
        display: inline-block;
        line-height:1.2rem;
        font-weight:500;
    }
    .footercopyrightdesktop {
        display: none;
    }
    .footerbuttons {
        width: 80%;
        font-size: 1.2rem;
        margin: 0.5rem 0.4rem;
        max-width: 500px;
    }
}
@media only screen and (max-width:768px) {
    .freeyourself {
        font-size: 3.5rem;
    }
    .footerphone {
        font-size: 1.5em !important;
    }
}
@media only screen and (max-width:600px) {
    .footerbuttons {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width:320px) {
    .freeyourself {
        font-size: 200% !important;
    }
    .footerphone {
        font-size: 100% !Important;
    }
}