/* Enter Your Custom CSS Here */

.hide-on-mobile {
  display: none; }

a {
  text-decoration: underline;
  transition: all .3s linear;
}
a:hover {
    text-decoration: none; }

@media only screen and (min-width: 768px) {
  .hide-on-mobile {
    display: inline-block; }

  .show-on-mobile {
    display: none; } }

.site-slideshow .pp-thumbnails-swiper {display: none;}
.site-links a h5 {text-decoration: underline;}
.site-links a:hover h5 {text-decoration: none;}
.gallery-objectfit250 .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {height:250px;object-fit:cover;}