body{
 background-color:#000;
 background-image: url("/images/cra.jpg?v=2");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
 padding:20px;
 color:chartreuse;
}
div#main h2{
  color:;
}


#main {
  width:100%;
  margin: 0 auto;
}


.tabbed-content-container {
  min-height:640px;
}

#tabs .nav .nav-tabs {
  background:#666;
  border-radius-top:8px;
}

li {
  list-style-type:none;
}
.hero    {
  width:50%;
  height:180px;
  margin: auto 0;
  margin-bottom:20px;
  overflow:hidden;
  text-align:center;
  background-color:#990000;
}

footer {
  min-height:60px;
  background-color:#FFA500;
}
.nav-link.active,
  .nav-item.show .nav-link{
    background-color:#FFA500;
  }

.top-bar {
  background-color: #990000;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1000;
}

.top-bar a {
  color: chartreuse;
  text-decoration: none;
  margin: 0 20px;
  font-weight: bold;
  font-size: 18px;
}

.top-bar a:hover {
  text-decoration: underline;
}
