





:root {
    --body-font-family: 'Open Sans', sans-serif !important;
    --title-font-family: 'Source Sans 3', sans-serif !important;
    --title-case: uppercase !important;
    --p-font-size: clamp(1.0rem, calc(1.0rem + ((1vw - 0.225rem) * 0.48)), 1.0rem) !important;
}

@media (min-width: 73rem) {

:root {
    --max-content-width: 71.25rem !important;
}

}


#mrp-header, 
#mrp-footer {
    display: none;
} 

.text p {
    line-height: 1.75rem !important;
    text-align: justify;
} 


.custom-pre-line {
    position: relative;
}
.custom-pre-line .block-top-space {
    min-height: 100px;
}
.custom-pre-line:before {
    height: 74px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    content: "line";
    font-size: 0;
    background: url("_media/Images/366-mahogany/line-decoration.png") no-repeat center center transparent;
}