/*Colors

cyan: #21FFFF;
yellow: #FCE737;
light blue: #AFCFDE;
medium blue: 71868F;
backgground ##48626f
bright blue: 6cd0ff;


*/

input, textarea {
  background-color: ##48626f;
}


.navButton {
  color: #AFCFDE;
  text-align: center;
  display: inline-block;
  font-size: 0.6em;  
  padding: 6px 8px;
  cursor: pointer;
}

.navButton:hover {
  color: #6cd0ff;

}

.navButtonDisabled {
  color: #628DA6;
  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;*/
    color: #AFCFDE;
    font-size: 0.6em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*

.photoGridImage {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.photoGridImage:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.03);
}

*/


.photoGridImage {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
 
.photoGridImage:hover {
  -webkit-filter: brightness(120%);
}


.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;
}

.captionQuotedColor {
  color: #6cd0ff;
  font-style: italic;
}


.modalCaptionDiv {
  font-family: 'Times', serif;
  font-size: 1.0em;
  width: 80%;
  margin-top: 100%;
  line-height: 1.5em;

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1024px) {

 

  .navButton {
    color: #AFCFDE;
    text-align: center;
    display: inline-block;
    font-size: 14px;  
    padding: 6px 8px;
    cursor: pointer;
  }

  .navButtonDisabled {
    color: #628DA6;
    text-align: center;
    display: inline-block;
    font-size: 1.0em;    
    padding: 6px 8px;
    margin-right: 12px;
  }

  .photoGridTitle {
      font-family: 'Open Sans', sans-serif;
      /*color: #eee;*/
      color: #AFCFDE;
      font-size: 1.2em;
      text-align: center;
      margin-top: 2.0em;
      margin-bottom: 2.0em;
  }

    .captionDiv {
      /*font-family: 'Times', serif;*/
      /*font-size: 1.5em;*/
      width: 80%;
      margin-top: 100%;
    }

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


    .modalCaptionDiv {
      font-family: 'Times', serif;
      font-size: 1.5em;
      width: 80%;
      margin-top: 100%;
      line-height: 1.5em;
    }

}

.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body {
  /* background for overall page */
  /*background-color: #444 !important;*/
  background-color: #48626f !important;
  color: #AFCFDE;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.content {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}
.content-box {
  /* background for content, not page */
  /*background-color: #444;*/
  background-color: #48626f;
  border-radius: none;
  box-shadow: 0 4px 8px rgba(64,83,97,0.05);
  padding: 0;
  min-width: 85%;
}

.page-content {
  margin-top: 24px;
}

.nav-content {
    padding-bottom: 10px;
    border-bottom: 1px solid #FCE737;
    margin-bottom: 50px;
}

.header {
  margin: 0 0px 5px 0px;
}


.albumTitleKicker {
  font-size: 14px;
  color: #21FFFF;
  font-style: italic;
  font-family: "Open Sans";
  margin-bottom: 4px;
}

.captionOnPage {
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.pageNotes {
  margin-top: 100px;
  padding-top: 40px;
  max-width: 800px;
  color: white;
  font-size: 22px;
  border-top: 1px solid #ddd;
  line-height: 2.0em !important;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.01em;
}

a {
  /*color: #FCE737;*/
  color: #7BC2E9;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}


a span {
  color: #7BC2E9;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a:hover {
  /*color: #1266bc;*/
  color: #5bc0de;
  text-decoration: none !important;
}

img {
  max-width: 100% !important;
  height: auto !important;
  border: none;
  padding: 0 25px 0 10px;
}

p {
  line-height: 2.0em !important;
}

li {
  margin-left: 24px;
  margin-bottom: 4px;
  font-size: 80%;
}

.menu-button a {
  display: block;
  float: left;
  margin-right: 12px;
  background: #dddddd;
  border: none;
  border-radius: 4px;
  padding: 7px 6px;
}

.menu-button a svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: #bbbbbb;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-button a:hover {
  //background: #405361;
  background: #eeeeee;
  box-shadow: 0 4px 8px rgba(64,83,97,0.15);
}

.title {
  color: #000;
  float: left;
  width: 100%;
  display: block;
  margin: 42px 0 24px 0;
  padding-bottom: 8px;
  border-bottom: none;
  border-top: 1px solid #ddd;
  padding-top: 40px;
  font-weight: 700;
  font-size: 62px;
  font-style: bolder;
  font-family: “Gentium Book Basic”;
  color: #607584;
}

.photoKey {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #AFCFDE;
  padding-right: 4px;
}

.photoRowDiv {
  text-align: left;
}

.photoRowDivCenter {
  text-align: center;
}

.captionRowDiv {
  text-align: left;
  margin: 0px 0 0px 0;
}

.captionRowDivCenter {
  text-align: center;
  margin: 0px 0 0px 0;
}




.tomButtonSAVE {
  background-color: #FCE737;
  color: black;
  text-align: center;
  display: inline-block;
  font-size: 14px;  
  padding: 6px 8px;
  margin-right: 12px;
  border: none;
  border-radius: 4px;
}

.tomButton {
  background-color: #444;
  color: #FCE737;
  text-align: center;
  display: inline-block;
  font-size: 12px;  
  padding: 6px 8px;
  margin-right: 12px;
  cursor: pointer;
}

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

/*light blue; #D4F8FF*/

.tomNoteButton {
  background-color: #AFCFDE;
  color: black;
  text-align: center;
  display: inline-block;
  font-size: 14px; 
  padding: 15px 32px;
  margin-right: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 46pxs;
}

    
.myModalCaption {
  font-size: 16px;
}


.navButton2 {
  text-align: center;
  border: none;
  color: black;
  padding: 40px 40px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin-right: 12px;
  max-width: 100px;
}
.navButton2 a {

}

.navButton a {
  display: block;
  float: left;
  margin-right: 12px;
  border: none;
  border-radius: 4px;
  padding: 7px 6px;
}

.menu-button a {
  display: block;
  float: left;
  margin-right: 12px;
  background: #dddddd;
  border: none;
  border-radius: 4px;
  padding: 7px 6px;
}

/*Overrides*/

.ct-popup-text {
  font-size: 22px !important;
  line-height: 1.5em !important;
}

