/*
Theme Name: sscs
Theme URI: 
Author: hrpr
Author URI: 
Description: Selby Silo Cleaning Services
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sscs
Tags: 
*/


@media screen and (max-width:800px){
	.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
		font-size: 1.75rem;
	}

	.wp-block-navigation.items-justified-right {
		--navigation-layout-justification-setting: flex-start;
		--navigation-layout-justify: flex-start;
	}

	/* Show the hamburger */
	.wp-block-navigation.is-responsive .wp-block-navigation__responsive-container-open {
		display: flex !important;
	  }
	
	  /* Make the responsive container behave like an overlay, but keep it hidden by default */
	  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container {
		position: fixed;
		inset: 0;
		z-index: 9999;
		display: none; /* key: hide until opened */
	  }
	
	  /* When opened, show the overlay container */
	  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
		display: block;
	  }
	
	  /* Close button should only appear inside the open overlay */
	  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container-close {
		display: flex;
	  }
}

.section-links a {
	text-decoration: none;
}

.wp-block-list {
	line-height: 1.75rem;
}
