@import url('/jacquard.css');


body {
  font-family: "Jacquard 12", "comic-sans-ms";
  font-weight: 400;
  font-style: normal;
  color: #4f3757;

  background-color: #938695;
}

h1 {
  font-size: 6em;
  text-align: center;
  font-smooth: never;
  -webkit-font-smoothing : none;
  font-kerning: auto;
}

.pswp-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  text-align: center;

}
.pswp-gallery a {
  text-decoration: none;
}
.pswp-gallery a img {
  margin: 2px;
  width: 500px;
  height: 500px;

}

@media screen and (min-width: 900px) {
  .pswp-gallery a img {
    width: 300px;
    height: 300px;

  }
}

.pswp__custom-caption {
  background: #643964; /*rgba(75, 150, 75, 0.75);*/
  background-opacity: 0.75;
  border-radius: 2px;
  font-size: 2em;
  font-family: "verdana";
  color: #fff;
  width: calc(100% - 32px);
  max-width: 400px;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  text-align: center;

}

.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}

.hidden-caption-content {
  display: none;
}
