@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');



.slogan {
    position: absolute;
    left: 15px;
    background-color: #d1e2eb;
    bottom: 0;
    top: 0;
    padding: 5px 12px;
}


.imageTextWrap h3, .boxSectionWrap h3, .galleryWrap h3 {
    color: #72be44;
    font-family: 'Caveat', cursive;
}


.listCaption {
    background-color: #72be44;
    color: white;
}

.boxDetailRow, .boxDetailRow h4 {
    color: white !important;
}

hr.white {
    border: 0;
    height: 2px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}