







:root {
    --title-font-family: 'Oswald', sans-serif !important;
    --title-font-weight: 300;
    --body-font-family: 'Work Sans', sans-serif !important;
    --body-font-weight: 400;
} 

.title {
 //   letter-spacing: 0.3rem;
    text-transform: uppercase;
} 
.title-underline .title:after {
    width: 3rem !important;
}

.block-layout .button-list .button {
    border-radius: 0;
    font-weight: 500;
} 
.block-layout .button-list .outlined {
    border-width: 2px;
} 


.hmenu > .mrp-menu-level-0 > li {
    padding: 0.6rem;
} 
.hmenu li {
    font-size: 0.9rem;
} 


@media only screen and (max-width: 36rem) {

.custom-header.search-banner-006-master .custom-logo {
	max-width: 16rem;
}


}