/*
Theme Name: Septum Biohazard & Trauma Remediation
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for Septum Biohazard & Trauma Remediation — designed and built by The Free Website Guys. One-page layout with customizable sections, colors, and calls to action.
Version: 1.0.2
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; }
#tmt-app { min-height: 100vh; }

/*
 * Fixed header sits below the admin bar (#tmt-app wraps a root div, so never use #tmt-app > nav).
 * Specificity must beat Tailwind .top-0 from theme-app.css (loaded after this file).
 */
body.admin-bar #tmt-app .tmt-navbar {
	top: var(--wp-admin--admin-bar--height, 32px) !important;
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app .tmt-navbar {
		top: var(--wp-admin--admin-bar--height, 46px) !important;
	}
}
