body {
 margin:0;
 font-family: sans-serif;
 font-size:1vw;
 z-index:1;
 color:#000;
}

#ModalGallery .modal {
  background-color: black;
}
.modal-content {
  background-color: #333;
}
.modal-content .Title{
  color:#fff;
}
.modal-content .Caption{
  color:#444;
  background: #eee;
}
#ModalGallery .close{
  color: #aaa;
  background: #a00;
}
#ModalGallery .close:hover,.close:focus {
  color: #fff;
}
#ModalGallery .prev, .next {
  color: white;
  background: #666;
}
#ModalGallery .prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration:none;
  color:#fff;
}

#ModalGallery .numbertext {
  color: #f2f2f2;
  font-size: 1vw;
}

#Footer{
  color:#fff;
  background:#333 url('CSS/SlateTileBG.png');
  min-height:40px;
}

.ChildPageImageGrid{
   text-align:center
}

.ChildPageImageGridCell{
display: inline-block;
position:relative;
width: 18.5%;
margin: 0.5%;
/*! border: solid 1px #bbb; */
background-size: cover;
background-position: center;
cursor: pointer;
box-shadow: 3px 3px 7px #000;
height: auto;
font-size:1vw;
color:#fff;
text-align: center;
min-width: 200px;
min-height: 200px;
border-top-left-radius: 10%;
border-top-right-radius: 10%;
}

.ChildPageImageGridCell .Mask{display:block;width: 100%;margin: 0;}

.GridLabel{position:absolute;left:0px;width:100%;top:84%;font-size:0.9vw;background: url(CSS/GridLabelFade.png) repeat;bottom: 0;padding: 1% 0;right: 100%;}
.GridLabel a{color:#fff;}