/*
 * Theme Name: My Timber 2.x Starter Theme
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/

body.admin-bar > .site-header{
	top:32px;
}
body > main:not(.esg-home){
	overflow:visible;
}
form.form.--contact.component-form{
	position:relative;
}
/*
form.form.--contact.component-form .form-wrapper .form-group{
	display:grid;
	grid-template-columns:none;
	gap:unset;
}
*/
form.form.--contact.component-form .form-group:first-child{
	display:block;
}

form.form.--contact.component-form .form-wrapper .form-group h2{
	color:#231916;
	font-weight:500;
	font-size:var(--fz-xxl);
	line-height:1.5em;
	text-align:center;
	hyphens:auto;
}