/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

body {
    font-size: 18px;
}

.home-carousel {
  background: url('/img/photogrid.avif') center center repeat;
}

.cta-button {
   margin: 20px 0;
   display:inline-block;
   background-color:#c27baa;
   color:#fff;
   padding:12px 24px;
   border-radius:6px;
   text-decoration:none;
   font-size:16px;cursor:pointer;
}
