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


.banner {
  background: url(assets/fs1/banner.png);
  background-position: -400px;
  height: 400px;
  color: white;
  padding: 20px;
}

.navbar-inverse {
  background-color: #fff;
}

.jumbotron {
  padding: 0px;
}
