/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-bottom: 20px;
}

.panel {
    padding: 10px;
}

.jumbotron-headimg {
  text-align: center;
  overflow: hidden;
}

.jumbotron-headimg img {
  width: 100%;
}

.top-nav li:hover{
  background-color: #555;
}

.top-nav .menu_selected, .top-nav-l2 .menu_selected {
  background-color: #555;
}

.top-nav-l2 {
  width: 100%;
  margin-bottom: 10px;
}

.navbar-inverse {
  margin-bottom: 0px;
}