/*
Theme Name: Post One Foundation
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom single-page WordPress theme built by The Free Website Guys for Post One Foundation — mentorship, financial education, leadership development, and community for veterans and their families.
Version: 1.0.8
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: post-one-foundation
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template

Post One Foundation — a modern support system for life after service.
*/

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------------------------
 * WordPress admin bar + fixed header offset
 * ------------------------------------------------------------------------- */

:root {
	--tmt-admin-bar-height: 0px;
}

body.admin-bar {
	--tmt-admin-bar-height: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--tmt-admin-bar-height: 46px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}

.tmt-fixed-top {
	top: var(--tmt-admin-bar-height, 0px) !important;
}

.tmt-hero-section {
	padding-top: calc(7rem + var(--tmt-admin-bar-height, 0px));
}

@media (min-width: 768px) {
	.tmt-hero-section {
		padding-top: calc(8rem + var(--tmt-admin-bar-height, 0px));
	}
}
