/*
Theme Name: hanneke
Theme URI: 
Author: Jeroen Smeets
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: hanneke
Tags: 
*/

.wp-site-blocks > main {
	scroll-behavior: smooth;
}

:where(.wp-site-blocks) > footer {
  margin-block-start: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	background-color: var(--wp--preset--color--contrast);
	margin: 0; padding: 0;
	height: 100vh;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul {
	margin-top: 4rem;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: transparent;
	padding: 0px;
}

.wp-block-navigation__responsive-container-close {
	padding: 1.5rem;
}
