/*
Theme Name: Veteran X WNC
Theme URI: https://veteranxwnc.org
Author: The Free Website Guys
Author URI: http://thefreewebsiteguys.com
Description: Custom WordPress theme for Veteran X WNC — supporting disabled veterans in recovery through recognition, resources, and community support. Bespoke theme built by The Free Website Guys.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.8
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: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, theme-options
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Offset fixed header below the WordPress admin bar when logged in. */
body.admin-bar #tmt-app > header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app > header {
    top: 46px;
  }
}
