/*
Theme Name: Green
Theme URI: https://example.com/
Author: You
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: green
*/
html, body { height: 100%; }

.wp-site-blocks {
  min-height: 100dvh;           /* use dynamic viewport for mobile chrome bars */
  display: flex;
  flex-direction: column;
}

/* Your main content should grow to fill space between header and footer */
.wp-site-blocks > main {
  flex: 1 0 auto;
}

/* Header/footer don’t stretch */
.wp-site-blocks > header,
.wp-site-blocks > footer {
  flex: 0 0 auto;
}

/* Optional: remove unexpected gaps around full-width groups */
.wp-site-blocks .alignfull { margin-left: 0; margin-right: 0; }


.hero-banner.alignfull { margin-left: 0; margin-right: 0; }
.hero-log img { width: auto; height: auto; object-fit: contain; display: block; }

.logo-tag {margin-top:-20px;margin-left:20px;font-weight:500px;font-size:20px;}
.logo-tag2 {margin-top:3px;margin-left:20px;font-weight:500px;font-size:20px;}

header .wp-block-group { position: sticky; top: 0; z-index: 50; }
