
#folioprintout {
  display: none;
}

h2 {
  text-align: center;
}

#content {
  padding-top: 0px;
}

#cboxContent {
  font-family: Calibri, "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Helvetica, Arial, sans-serif;
}

#foliocontent h3 {
    margin-bottom: .5rem;
}

.intro {
  text-align: center;
  font-size: 105%;
  padding-bottom: 1em;
  border-bottom: 1px solid #99AAAF;
}

.gallerytitle {
  text-align: center;
  font-size: 30px;
  line-height: normal;
  color:#303f6c;
  font-family: "Edwardian Script ITC", "Monotype Corsiva", "Apple Chancery", "URW Chancery L", Georgia, cursive;
  margin: 0;
  margin-top: 0.7em;
  text-shadow: #7B8696 3px 3px 4px;
}

.gallerycredit {
  text-align: center;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin-top: 0;
}

.gallerythumbs {
  margin: 0 auto;
  width: 100%;
}

.gallerythumbs ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none !important;
}

.gallerythumbs li {
  float: left;
}

.gallerythumbs li p {
  padding: 0px;
  margin: .2rem;
  margin-bottom: .2rem;
}

.gallerythumbs li img {
  border: none;
  display: block;
}

.gallerythumbs li a {
  border: 1px #003d80 solid;
  display: block;
  transition: all .1s ease-in-out;
}

.gallerythumbs li a:hover {
  transform: scale(1.1);
}

.galleryseparator {
  clear: both;
  border-bottom: 1px solid #99AAAF;
  padding-top: 1rem;
}

.invisible {
  border: 1px solid #FFFFFF;
}

@media screen and (max-width: 806px) {
  .gallerythumbs li {
    width: 25%;
  }

  .gallerythumbs li img {
    width: 100%;
    height: auto;
  }

  .gallerythumbs li a:hover {
    transform: none;
  }

  .pswp__img--placeholder {
    display: none !important;
  }
}
