/*
Theme Name: DJ Elite Solutions
Theme URI: https://djelitesolutions.com/
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com/
Description: Royal executive one-page theme for DJ Elite Solutions — umbrella organization landing experience powered by React.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu, theme-options, translation-ready
*/

/* Application styles are bundled in assets/build/theme-app.css */

/* WordPress admin bar — keep fixed nav below the toolbar when logged in */
body.admin-bar #tmt-app header.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app header.fixed {
    top: 46px;
  }
}
