/* ==========================================================================
   TABLE OF CONTENTS: TABLET CSS (max-width: 849px)
   
   1. GLOBAL LAYOUT 
   2. SIDEBAR NAVIGATION
   ========================================================================== */

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

/* ==========================================================================
   2. SIDEBAR 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; 
}