.menuContainer {
    display: none;
    z-index: 100
}

.hiddenOffMobile {
    display: none !important
}

@media screen and (max-width:540px) {
    .contactPageEmailButton {
        display: block !important;
        margin: 0 auto !important;
    }

    .scroll {
        margin-top: 2rem !important;
    }

    .epigramContainer {
        width: 90vw !important;
        margin: 0 auto 60px !important
    }

    .epigram {
        margin: 0 auto
    }

    .epigram,
    .yellowGreenFlipped {
        width: 90vw !important
    }

    h1 {
        font-size: 36px
    }

    h4 {
        font-size: 20px !important
    }

    .titleContainer {
        margin-bottom: 30px
    }

    .hero {
        height: 380px;
        padding: 20px 0 0 !important
    }

    .epigram .content {
        font-size: 1rem !important
    }

    .readMore {
        padding: .6rem .3rem .6rem .6rem !important;
        border: 1px solid #000 !important
    }

    .epigram .readMoreWrapper {
        text-align: center !important;
        padding: 1.2rem 0 !important
    }

    .readMore:nth-child(2) {
        margin-left: 8px !important
    }

    .content,
    .servicesList {
        font-size: 1rem !important
    }

    .content {
        padding: .2rem !important
    }

    .servicesList {
        text-align: left !important
    }

    .servicesList div {
        padding: 0 !important
    }

    .testimonialsContainer div {
        padding: 1rem !important;
        max-width: 90vw !important;
        height: auto !important
    }

    .testimonialsContainer img {
        width: 100px !important;
        border-radius: 40% !important
    }

    .testimonialProfile {
        position: static;
        padding-bottom: 1rem !important
    }

    .testimonialsContainer div:nth-of-type(2) {}

    .testimonialsContainer div .content {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    .testimonialsContainer h2 {
        text-align: center
    }

    .mobileMargins {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .logoStrip img {
        width: 120px !important;
        margin: 10px !important
    }

    .thanks {
        width: 20vw !important;
        height: 20vw !important;
        margin: 10px !important
    }

    .moveDown {
        transform: translate3d(0, 11em, 0)
    }

    #letsChat,
    #ourServices {
        width: 58vw;
        height: 17vw;
        font-size: 6vw;
        margin: 5rem auto;
        padding-right: 0;
        padding-left: .5em
    }

    .ctaContainer {
        margin-bottom: 0;
        height: 80vh
    }

    .ctaInner {}

    #fontOfLogo {
        display: none
    }

    #navLogoWithText {
        position: absolute;
        left: 0;
        top: 20px
    }

    #thinLogoText {
        display: none
    }

    #logoRightText {
        height: 40px !important;
        padding-left: 18px
    }

    .header .nav {
        padding-top: 47px
    }

    .header a {
        display: inline-block;
        width: 80px
    }

    .hideMobile {
        display: none !important
    }

    .hiddenOffMobile {
        display: block
    }

    .hiddenOnMobile {
        display: none
    }

    .thin {
        padding: 0 !important
    }

    .contactContainer {
        text-align: left !important
    }

    .contactForm,
    .contactLeft form {
        width: auto !important
    }

    #formBody {
        margin: none !important;
        max-height: 700px !important
    }

    .contactRight,
    .rightInner {
        text-align: left !important
    }

    .rightInner {
        font-size: 4vw;
        width: auto !important
    }

    #mce-EMAIL {
        width: 100% !important
    }

    .innerLeft,
    .innerRight {
        padding: 0 !important;
        text-align: left !important;
        margin: 30px 0 0
    }

    .innerRight {
        margin: 30px 0
    }

    .buttonsContainer {
        text-align: center !important
    }

    .buttonsContainer a {
        display: block !important
    }
}

@media screen and (max-width:1000px) {
    .innerRight {
        padding-left: 0 !important;
        padding-top: 60px
    }
}