   
.navbar-default .navbar-brand {
  color: #F9B608 !important;
}

.navbar-brand {
  text-transform: uppercase;
}
   
body {
  background-color: #D42B41;
}

.main > .row {
  background: none repeat scroll 0% 0% rgba(105, 18, 34, 0.75);
}

#maincontent {
  margin-top: -20px;
  padding: 20px 10px 20px 10px;
  width: 100% !important;
  max-width: 100% !important;
  background: none !important;
  min-height: 60%;
}

#collapse-content,
#open-content {
  display: none !important;
}

#footer, #filler {
  display: none;
}

.background-toggle {
  display: none;
}
