/*
Theme Name: Blocksy Child
Description: Child theme for Blocksy
Author: Sara Kaine
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

body {
    background-color: #000 !important;
	color: #ddd9d9;;
	font-family: 'Outfit', sans-serif;
}
 h1, h2, h3, h4, h5, h6 { 
	 color: #ddd9d9; 
	 font-family: 'Outfit', sans-serif;
}


.hero-section {
    display: none !important;
}

#header .magicwin-footer-menu,
.ct-header .magicwin-footer-menu,
.ct-header .menu-container:has(.magicwin-footer-menu) {
    display: none !important;
}

header#header.ct-header {
    background: transparent !important;
}

.wp-block-accordion-heading {
	font-size: 23px;
}

.wp-block-accordion-heading__toggle:hover {
    text-decoration: none
}

@import url('assets/css/footer.css');
@import url('assets/css/header-sidebar.css');