/*
dark   green:  #578465
bright green: #618D70

*/

.navbar {
    padding: 0.2rem 0.5rem; background-color: #fff;
    border-bottom: solid 0.5rem #578465;
}
.nav-link {     color: #618D70; font-weight: bold;}
.nav-link:hover{ color: #578465;}
h1 {text-align: center; font-size: 2rem; padding: 2rem; 
    background-color: #618D70; color: white;}
.bg-faded {
    background: rgba(153, 153, 255, 0.7);
    font-weight: bold;
}
#stage {
    background-image: none;
}

footer {
  background: #618D70;
  color: #ffffff;
 }
footer a:link, footer a:visited {color: white; text-decoration: underline;}
footer a:active, footer a:hover {text-decoration: none;}
.leaderboard {width: 728px; height: 90px; border: solid 1px green;
    margin: 0 auto;
}
h2 {
  background: none;
  color: #578465;
  text-align: center;
  margin: 0 auto;
  padding: 0; }
.fc-event-container {background-color: #618D70; color:white;}
.fc-content {background-color: #618D70; color:white;}