/*
The photGallery.css file has been compiled with the SASS preprocessor.
See /scss/photGallery.scss for source file.
*/
#main-body {
  margin-bottom: 0px;
  text-align: center;
}

.photoGalleryTitle {
  width: 100%;
  min-height: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.photoBounds {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}

.photoBoundsCdrs {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}

.photoCard {
  width: 100%;
  padding: 3%;
}

.photoDescription {
  font-family: "Permanent Marker", cursive;
  font-size: 20px;
  overflow-wrap: break-word;
}

.photoMedResBox {
  width: 60%;
}

.docDescription {
  font-size: 20px;
  overflow-wrap: break-word;
}

@media all and (max-width: 719px) {
  .photoMedResBox {
    width: 100%;
    padding: 0px;
  }
}

/*# sourceMappingURL=photoGallery.css.map */
