body {
  padding-bottom: 30px;
}

/** Navigation **/
#navigation a.navbar-brand {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#navbar a:hover, #navbar a:active {
  background-color: #3b3b3b;
}
#navbar a {
  color: #fff;
}

/** Content **/
#content section {
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
