/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 14, 2019, 12:59:53 PM
    Author     : Jim
*/
/*
The photGallery.css file has been compiled with the SASS preprocessor.
See /scss/photGallery.scss for source file.
*/
/*
 The myVariables.css file has been compiled with the SASS preprocessor.
 See /scss/myVariables.scss for source file.
*/
#main-body {
  margin-bottom: 0px;
  text-align: center;
}

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

.photosBox {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.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=d27PhotoGallery.css.map */
