html{
	scroll-behavior: smooth;
}
body > div.wp-site-blocks > header{
	background-color: #ffffff !important;
    z-index:999;
	margin: 0 auto;
    border-bottom:1px solid #dadada;
    width:100%;
    position: sticky;
    top:0;
    text-align: center;
}

main .entry-content{
	margin-top: 100px !important;
} 

/* add a clearfix class to ensure elements are stacked vertically */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.fix-unequal-height-columns, .fix-unequal-height-columns .wp-block-column {
  display: flex;
}

.fix-unequal-height-columns .wp-block-column .wp-block-group {
  flex: 1;
  margin: 0 10px 10px;
}

