
.autoPageTitle {
  font-family: "Alfa Slab One";
  /*font-size: 96px;*/
  /*line-height: 1.0em;*/
  font-size: 42px;
  line-height: 1.0em;
  /*color: #7f60cc;*/
  /*color: #96bab7;*/
  /*color: #9275B6 !important;*/
}

.pageTitle {
  color: #FCE737;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: none;

  font-weight: 700;
  /*font-size: 58px;*/
  font-size: 1.3em;
  font-style: bolder;
  font-family: 'Lobster', cursive;
  margin-right: 40px;
}

.pageNum {
  color: #FCE737;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: none;

  font-weight: 700;
  font-size: 1.3em;
  font-style: bolder;
  font-family: 'Lobster', cursive;
  margin-left: 1em;
}


.navButton {
  background-color: none;
  font-family: Courier;
  /*color: #96bab7;*/
  text-align: center;
  display: inline-block;
  font-size: 18px;  
  padding: 6px 8px;
  cursor: pointer;
}

.navButtonDisabled {
  background-color: #444;
  color: #8f8323;
  text-align: center;
  display: inline-block;
  font-size: 0.6;  
  padding: 6px 8px;
  margin-right: 12px;
}


.photoGridTitle {
    font-family: 'Open Sans', sans-serif;
    color: #ddd;
    font-size: 0.6em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


.gridCaption {
  font-size: 0.6em;
  color: #eee !important;
  text-align: center;
  display: inline-block;
  padding: 0px 25px 20px 25px;
  line-height: 1.3em;
  font-family: 'Open Sans', sans-serif;
  vertical-align: top;
}
