/* blankslate-main.css
 * Global theme overrides — loads after Divi (priority 11).
 */

/* Contact us override */

#contact-reduced-font-size {
    font-size: 1.5em !important;
    font-weight: 900;
}

/* For higher resolution - quick fixes that work cross-page */
@media only screen and (min-width: 2560px) and (max-width: 3800px) {
    h2.subHeading {
        font-size: 3rem !important;
    }
    h2 {
        font-weight: 900 !important;
    }
    .et_pb_section_0.et_pb_section {
        margin-top: 0px !important;
    }

    /* Contact us override */

    #contact-reduced-font-size {
        font-size: 2.75em !important;
        font-weight: 900;
    }

    /* Advertising-and-marketing-services */
    #advertising-decades-h2 {
        font-weight: 400 !important;
    }
}

