:where(.wp-site-blocks *:focus){
	outline-width:2px;outline-style:solid
}

.wp-block-navigation__submenu-container{
	background: var(--wp--preset--color--rotaly-royal-blue) !important;
	color: var(--wp--preset--color--white) !important;
}

.has-default-border-width{
	border-width: 5px;
}

.has-default-border-radius{
	border-radius:15px;
}

@media only screen and (max-width: 782px){
	.reverse{
		flex-direction: column-reverse;
	}
	.order-1{
		order: 1;
	}
}

header,
main,
footer{
	margin-top: 0 !important;
}