/**
 * Theme Name:     Spectra One Child
 * Author:         WEB.WORK
 * Template:       spectra-one
 * Text Domain:	   spectra-one-child
 * Description:    Custom spectra child theme
 */

html{
	scroll-behavior: smooth;
}

 header{
    position: absolute;
    width: 100%;
    z-index: 1;
 }

 header ul:not(.wp-block-navigation__submenu-container) > li > a,
 body button > svg,
 header p{
    color: white !important;
 }
 body:has(.is-menu-open) header button > svg{
    color: black !important;
 }


 @media screen and (max-width: 600px) {
        
    body:has(.is-menu-open) header ul:not(.wp-block-navigation__submenu-container) > li > a,
    body:has(.is-menu-open) header p{
        color: black !important;
    }
 }