Welcome to the Main Site!
Coming Soon
Our new website is under construction. We're working hard to bring you something amazing.
/* 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;
}