/*
Theme Name: Astra Child
Theme URI: https://wp.grc.com/astra-child/
Description: Astra Child Theme
Author: WordPress
Author URI: http://example.com
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-twenty-four-child
*/

/* Custom styles go here */

body {
  padding-top: 0 !important;
}
 
/* Hide Astra's built-in header — we use our own header.php */
.ast-header-break-point .main-header-bar,
#masthead,
.site-header {
  display: none !important;
}
 