/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Enter Sansman Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Enter Sansman Bold Italic'), url('entsani.woff') format('woff');
}


@font-face {
font-family: 'Enter Sansman Bold';
font-style: normal;
font-weight: normal;
src: local('Enter Sansman Bold'), url('entsans.woff') format('woff');
}

.center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
a.gallery-image {
  text-decoration: none;
}
a.gallery-image img {
  margin: 5px;
  height: 174px;
  width: 250px;
  object-fit: cover;
  overflow: hidden;
}
a.gallery-image.zoomed {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: 9998;
  background: rgba(0,0,0,0.8);
  transition: all 0.5s;
}
a.gallery-image.zoomed img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  z-index: 9999;
  object-fit: contain;
}