/*
Theme Name: Twenty Twenty Three Child
Theme URL: http://dapd.net/
Description: Twenty Twenty Three Child Theme
Author: Dexter Adams
Author URL: http://dapd.net/
Template: twentytwentythree
Version: 1.0.0
Text Domain: twentytwentythree-child
*/

html {
	scroll-behavior: smooth;
}

body .wp-site-blocks > header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: white;
}

@media screen and (min-width: 639px) {
	body {
		font-size: 18px;
	}

	body::before {
		content: '';
		display: block;
		width: 100%;
		height: 150px;
	}

	body .wp-site-blocks > header {
		height: 150px;
	}
}

@media screen and (max-width: 640px) {
	body .wp-site-blocks > header {
		height: 109px;
	}

	body::before {
		content: '';
		display: block;
		width: 100%;
		height: 109px;
	}

	.big-font {
		font-size: 5vh !important;
	}

	.wp-block-navigation__responsive-container-close {
		position: fixed !important;
		top: 30px !important;
		right: 30px !important;
		z-index: 2 !important;
	}

	.wp-block-navigation__responsive-dialog {
		padding: 0 50px !important;
		text-align: left !important;
	}
}
