/********************************************************/
/*
/*      Base CSS
/*
/********************************************************/

html, body {
	scroll-behavior: smooth;
	scroll-padding-top: 3rem; 
	width: 100%;
	height: 100%;
	margin-block-start: 0 !important;
	overflow-x: clip;
}

body {
	width: 100%;
	max-width: var(--wp--custom--viewport-width);
}

menu {
	padding: 0;
}

.wp-site-blocks {
	
	display: flex;
	flex-direction: column;
	min-height: 100%;
	
	& > :is(main, menu, footer)  {
		width: 100%;
		max-width: var(--wp--custom--full-size);
		margin-inline: auto;
	}

	& > main  {
		flex-grow: 2;
		
	}
}

.gform_required_legend { display: none;}

