/**
 * Nappheme 2 Child
 * Project graphics.
 *
 * Loading order managed by the Parent:
 * Parent style.css
 * Parent layout.css
 * Parent accessibility.css
 * Child style.css
 * Child assets/css/theme.css  <-- this file
 */


/* ==========================================================================
   PROJECT VARIABLES
   ========================================================================== */

:root {
    /*
     * Examples of Parent variables that can be overridden here:
     *
     * --nap-header-height: 90px;
     * --nap-header-height-switched: 70px;
     * --nap-header-padding-x: 24px;
     * --nap-logo-width: 180px;
     * --nap-logo-width-switched: 140px;
     * --nap-menu-gap: 28px;
     * --nap-submenu-width: 220px;
     */
}


/* ==========================================================================
   SITE HEADER / TOP WIDGET
   ========================================================================== */



/* ==========================================================================
   BRANDING / LOGO
   ========================================================================== */



/* ==========================================================================
   DESKTOP NAVIGATION
   ========================================================================== */



/* ==========================================================================
   MOBILE NAVIGATION
   ========================================================================== */



/* ==========================================================================
   FULLSCREEN
   ========================================================================== */



/* ==========================================================================
   PAGE HEAD
   ========================================================================== */



/* ==========================================================================
   CONTENT / TYPOGRAPHY
   ========================================================================== */



/* ==========================================================================
   GUTENBERG / NAP CUSTOM CLASS 9000
   ========================================================================== */

/*
.box-head {
}

.box-full {
}
*/


/* ==========================================================================
   SIDEBAR / CENTER WIDGET
   ========================================================================== */



/* ==========================================================================
   FOOTER / AFTER SITE
   ========================================================================== */



/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media screen and (max-width: 959px) {

}
