body {
  padding-top: 167px;
}
nav.navbar{
  background-color:#faf264;
}
.navbar-inverse .navbar-nav>li>a {
  color:#000;
  background-color: #faf264;
} 
.captiontext {
  background-color: #000;
  opacity: 0.7
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:active {
  color:#fff;
  background-color: #000;
}
#sitenav{
  margin-bottom: 12px;
  margin-top: 12px;
}

.nav2{
  position: relative;
  min-height: 51px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav1top{
  /* logo top: width 294 height 39 */
  position: relative;
  min-height: 39px;
}
.nav1middle{
  /* squares: width 44 height 66 */
  background-image: url('moonlight-squares.png');
  /*background-position: bottom;*/
  background-repeat: repeat-x;
  position: relative;
  min-height: 66px;
  float:right;
  top: -40px;
  /*margin-top: 40px;*/
}
.nav1bottom{
  /* log bottom: width 62 height 10 */
  position: relative;
  min-height: 10;
}
p,li{
  color:#ddd;
}
footer {
    margin: 50px 0;
}
