/*
Theme Name: StormOffice
Theme URI: https://spidrweb.co.uk/stormoffice/
Author: Spidrweb
Author URI: https://spidrweb.co.uk/
Description: A custom WordPress block theme for Storm Office.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stormoffice
Tags: 
*/

.hero-first{
    margin-top: -91px !important;
}

a {
    transition: 0.3s !important;
}

.inner-sticky-fix {
    top: 160px !important;
}

/* Dark styles */
/* .theme-dark body {
    --wp--preset--color--custom-glass-background: var(--wp--preset--color--custom-glass-background-dark, var(--wp--preset--color--custom-glass-background-dark));
    --wp--preset--color--custom-glass-background-border: var(--wp--preset--color--custom-glass-background-border-dark, var(--wp--preset--color--custom-glass-background-border-dark));
    --wp--preset--color--custom-neutral-1000: var(--wp--preset--color--custom-neutral-0, var(--wp--preset--color--custom-neutral-0));
    --wp--preset--color--custom-neutral-0: var(--wp--preset--color--custom-neutral-1000, var(--wp--preset--color--custom-neutral-1000));
} */


/* Mobile Nav fix */

/* Make the mobile nav overlay full width & height */


@media screen and (min-width: 600px) {
    .is-style-glass {
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }
}


@media screen and (max-width: 600px) {
    .is-style-glass {
        background: white !important;
    }
    }

