/*
Theme Name: Christina Foy-Bowman
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom one-page portfolio theme for Christina Foy-Bowman, built by The Free Website Guys. React-powered front end with Tailwind CSS, full Customizer support, and a contact form.
Version: 1.0.1
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; background: #ffffff; color: #1b2433; }
html.dark body {
	background: hsl(220 20% 8%);
	color: hsl(210 20% 92%);
}
#tmt-app { min-height: 100vh; }

/* Fixed header below the WordPress admin bar (logged-in preview / front). */
body.admin-bar #tmt-app > div nav.fixed {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app > div nav.fixed {
		top: 46px;
	}
}
body.admin-bar #tmt-app .tmt-mobile-menu-overlay {
	top: 32px !important;
	bottom: 0 !important;
	height: auto !important;
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app .tmt-mobile-menu-overlay {
		top: 46px !important;
	}
}
