/*
Theme Name: New Beginning Headlight Restoration
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme for New Beginning Headlight Restoration, designed and built by The Free Website Guys. One-page layout with hero video, services, testimonials, FAQ, and a contact form—optimized for local service businesses.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; padding: 0; overflow-x: hidden; }

/* Offset fixed header when the WordPress admin bar is visible (fixed elements ignore html margin-top). */
body.admin-bar #tmt-app > nav {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app > nav {
		top: 46px;
	}
}
