.links a {
  font-family: "Montserrat", sans-serif;
}
.links a.active {
  text-decoration-line: underline;
  text-underline-offset: 8px;
}
#contact {
  background-image: url("/images/contact-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
}
.galleryMobile {
  display: none;
}
.galleryDesktop {
  display: flex;
}

@media screen and (max-width: 700px) {
  .galleryMobile {
    display: flex;
  }
  .galleryDesktop {
    display: none;
  }
}
