@charset "UTF-8";
body {
    background-color: #ccf;
}
.blackBG {
  background-color: black;
}
.tanBG {
  background-color: #BE9261;
}
.figure-caption {
  color: black !important;
}
.navbit:hover, .selectedNav {
  color: #ccf;
}
h1,h2,h3,h4,h5 {
/* 
  font-family: satisfy;
 */
  text-align: center;
}
hr {
  background-color: #BE9261;
  height: 2px;
}
#RStextTitle, #topPhotos {
 display: inline;
}
#topBanner {
 display: none;
}
.orchestraHideSmall {
  display: none;
}

@media only screen and (min-width: 768px) {

.orchestraHideSmall {
  display: inline;
}
.orchestraHideLarge {
  display: none;
}
#RStextTitle, #topPhotos {
 display: none;
}
#topBanner {
 display: inline;
}

}