/*
Theme Name: Vision Unlimited
Theme URI: https://vision-unlimited.org/
Description: Custom theme for Vision Unlimited — Empowering Children, Building Brighter Futures. Converted from the static site into a classic WordPress theme with page templates.
Author: Vision Unlimited
Version: 1.0.0
Requires at least: 5.9
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: vision-unlimited
*/

/*
 * All layout/visual styles live inline inside each page template's <style> block
 * (exactly as in the original site). This file only carries the WordPress theme
 * header above, plus a couple of admin-bar safety tweaks.
 */

/* Keep the sticky header below the WP admin bar when logged in */
body.admin-bar header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar header { top: 46px; }
}
