/*
Theme Name:  Destined for Greatness
Theme URI:   https://destinedforgreatness.org
Description: Official WordPress theme for the Destined for Greatness nonprofit — a React-powered, fully customizer-ready one-page site for youth empowerment.
Version:     1.2.0
Author:      TMT
Author URI:  https://destinedforgreatness.org
Text Domain: tmt
Tags:        nonprofit, one-page, youth, customizer, react

License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Theme styles are delivered via the compiled assets/build/ bundle.
   This file exists solely to satisfy WordPress theme requirements. */

/* Offset fixed header when the WordPress admin bar is visible. */
body.admin-bar .tmt-fixed-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .tmt-fixed-header {
    top: 46px;
  }
}
