/*
Theme Name: NuImage 1.0.0
Author: flyte new media
Author URI: https://takeflyte.com
Theme URI: https://takeflyte.com
Tags: full-site-editing, block-patterns
Text Domain: loadstar
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {scroll-behavior: smooth;}

@media screen and (prefers-reduced-motion: reduce) {
	html {scroll-behavior: auto;}
}

body {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;}

/* option 1 - With Metanav see asssets>css>stickyheader.css

/* sticky show/hide header option 2*/
.entry-content{ --header-offset: 0px;margin-top: var(--header-offset) !important;}/* allow for fixed position of nav*/
header{background: #fff;box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.25);position: fixed; /* ← always fixed */top:0;left: 0;right: 0;width: 100%;z-index: 9999;transform: translateY(0);transition: transform 0.4s ease-in-out;will-change: transform;}

p:empty {margin: 0;}
ul.wp-block-list{padding-left:1em}