/*
Theme Name: Twenty Twenty-Four Child
Theme URI: http://example.com/twentytwentyfour-child/
Description: Twenty Twenty-Four Child Theme
Author: Your Name
Author URI: http://example.com
Template: twentytwentyfour
Version: 1.0.0
*/

:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: none !important;
    padding: 0px !important;
}
body { 
    --wp--style--global--content-size: 1170px !important;
	
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	background-color: #053273;
  min-width: 300px !important;
  color: white;
	border-radius: 5px;
}
.home h1 {
	display: none;
}
:where(body .is-layout-flow) > * {
    margin-block-start: 0.5rem;
    margin-block-end: 0;
}