/*
Theme Name: Compass Rose Consulting
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme built by The Free Website Guys for Compass Rose Consulting. Full-width front page with hero, services, portfolio, testimonials, and contact—responsive layout, customizable colors and content via the Customizer, and a polished consulting brand presentation.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

/* Fixed header sits below the WordPress admin bar when logged in (Customizer / preview). */
body.admin-bar #tmt-app nav.fixed {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app nav.fixed {
		top: 46px;
	}
}

/* Fragment scroll offset when admin bar is visible (HTML anchors). */
html:has(body.admin-bar) {
	scroll-padding-top: calc(5.75rem + 32px);
}

@media screen and (max-width: 782px) {
	html:has(body.admin-bar) {
		scroll-padding-top: calc(5.75rem + 46px);
	}
}
