/*
Theme Name: Spectra One
Theme URI: https://spectraone.com.au/
Author: Spectra One
Description: The Spectra One marketing site as a classic WordPress theme. Each page keeps the exact markup, styling and behaviour of the original standalone HTML build; per-page CSS and JS live in assets/ and load only where they are used.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
Text Domain: spectra-one
*/

/*
 * Nothing global lives here on purpose.
 *
 * Every page ships its own complete stylesheet (assets/css/<slug>.css) because
 * the original pages were each self-contained, and keeping them that way means
 * one page can never restyle another. This file exists so WordPress can read
 * the theme header above; functions.php enqueues the real stylesheets.
 *
 * The only rule below keeps the logged-in admin bar from sitting on top of the
 * fixed page headers.
 */

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

@media screen and (min-width: 783px) {
	body.admin-bar .nav,
	body.admin-bar .bar {
		top: 32px;
	}
}
