/* ==========================================================================
   TABLE OF CONTENTS: MOBILE CSS (max-width: 549px)
   
   1. GLOBAL LAYOUT 
   2. HEADER & NAVIGATION
   3. TYPOGRAPHY ADJUSTMENTS
   4. FOOTER
   ========================================================================== */

/* ==========================================================================
   1. GLOBAL LAYOUT
   ========================================================================== */
.interests {
    background: linear-gradient(90deg, #FBE2E9 65%, #FBE2E9 65%) !important;
}

/* ==========================================================================
   2. HEADER & NAVIGATION
   ========================================================================== */
.sidebar-menu .nav > li > a, 
.sidebar-menu .menu-item a {
    font-family: "sweet-sans-pro", sans-serif !important;
    text-transform: uppercase; 
    font-weight: 700 !important; 
    letter-spacing: .25em !important;
    font-size: 12px; 
}

.slidenote h3 a {
    font-family: "ManquisCP";
    font-size: 35px !important;
    color: #fff;
    text-transform: lowercase;
    line-height: 1.0 !important;
}

/* ==========================================================================
   3. TYPOGRAPHY ADJUSTMENTS
   ========================================================================== */
.servicetitle {
    margin-top: 0px;
}

/* ==========================================================================
   4. FOOTER
   ========================================================================== */
.emvfooter .iglink {
    width: 80%;
}