/* 1. Kill the default white gap around the page */ body, html { margin: 0 !important; padding: 0 !important; overflow-x: hidden; /* Prevents side-scrolling */ } /* 2. Hide the Default Astra Header (so you don't have two headers) */ .site-header, .ast-main-header-wrap, #ast-mobile-header { display: none !important; } /* 3. Fix for WP Admin Bar Gap */ /* Sometimes the 'logged in' bar at the top creates a white gap. This fixes it by matching the background color. */ html { background-color: #0f172a !important; /* Matches your Slate-900 header */ } #page, #content, .site-content, #primary, #main, .site-main { padding-top: 130px !important; }

Home Page

Coming Soon - Optimized
Logo

Coming Soon

Our new website is under construction. We're working hard to bring you something amazing.

Sign In

document.addEventListener('DOMContentLoaded',()=>{ const menuButton=document.getElementById('menu-button'); const mobileMenu=document.getElementById('mobile-menu'); const iconHamburger=document.getElementById('icon-hamburger'); const iconClose=document.getElementById('icon-close'); if(menuButton&&mobileMenu&&iconHamburger&&iconClose){menuButton.addEventListener('click',()=>{mobileMenu.classList.toggle('menu-open');iconHamburger.classList.toggle('hidden');iconClose.classList.toggle('hidden');});const navLinks=mobileMenu.querySelectorAll('a');navLinks.forEach(link=>{link.addEventListener('click',()=>{mobileMenu.classList.remove('menu-open');iconHamburger.classList.remove('hidden');iconClose.classList.add('hidden');});});} } );
Scroll to Top