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



.navbar-inverse {
  background-color: #232D3B;
  border-color: #3b5998;
}
.navbar-inverse .navbar-brand {
  color: #FFFFFF;
}

.jumbotron {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #005BA1;
  /* Orange #FF7830;
*/    

  
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  
  


}

.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: #ffffff;
  
      
}

.jumbotron p {
    color: #ffffff;
  line-height: 1.4;
}
