/*
Theme Name: Augustine Pierce
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme for Augustine Pierce, handcrafted by The Free Website Guys. Features a fully editable homepage with hero video, book catalog, reading order, FAQ, newsletter, and contact sections — all manageable through the WordPress Customizer.
Version: 1.0.4
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

:root {
	--tmt-header-top: 0px;
}

body.admin-bar {
	--tmt-header-top: var(--wp-admin--admin-bar--height, 32px);
}

/* Keep admin bar fixed on small screens so the header offset stays consistent while scrolling. */
@media screen and (max-width: 600px) {
	html {
		margin-top: 0 !important;
	}

	#wpadminbar {
		position: fixed !important;
	}
}

.tmt-fixed-header {
	top: var(--tmt-header-top, 0px);
}
