/* custom.css
   overrides by AJH */


/* custom fonts */

@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Yanone+Kaffeesatz');

/*menu bar*/


nav {
  background-color: rgba(100, 100, 100, .5);
  color: white;
  position: fixed;
  left: 50%;
  width: 50%;
  top: 1em;  
  z-index: 1000;
  height: 1.5em;
  
}

nav li {
  background-color: rgba(100, 100, 100, .5);
  display: inline;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-left: .5em;
  padding-right: .5em;
}

/* dark text on header */
header {
  color: #000000;
  font-family: 'Yanone Kaffeesatz', cursive;
  font-weight: bold;
  font-size: 200%;
}

header h1 {
  color: #000000 !important;
}

header h2 {
  margin-top: -2px;
  font-size: 120%;
}

/* verse */
.verse {
  font-family: 'Amatic SC', sans-serif;
  text-align: center;
}

/* extended history */
#showHideHistory{
  display: none;
}

/* photo gallery */
.fotorama {
  margin-left: auto;
  margin-right: auto;
}

#photos {
  background-color: black;
}

/* narrow nav */
@media (max-width: 1000px){
  nav {
    left: 75%;
    width: 150px;
  }
  
  nav li {
    display: block;
  }
}

/* paypal button */

.ppButtonLarge {
  font-size: 200%;
}
