/* compensate for menu on menu pages running into view blocks */
.sectionlbstyle1section1menus{
	display: inline-block;
	width: 100%;
}
.sectionlbstyle1section1menus .block-superfish{
	text-align:center;
}
.sectionnoflexrow{
	  /* recommend block in page layout for front */
	     -webkit-box-sizing: border-box;
	      -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* root some fontawesome stuff */
 :root {
    --fa-style-family: 'Font Awesome 6 Pro';
    --fa-border-color: brown;
    --fa-primary-color: yellow;
    --fa-secondary-color: white;
 }
 
 /* adjust for rebecca */
.layout-container .col.region.region-content{
  margin-top: 20px;
}
 