/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
.jumbotron { background-image: url(header.jpg);background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left; margin-top: 0px;
  float: none;
  height: 300px;
}
@media (min-width: 768px){
 .jumbotron{ height: 450px;}
 .heading-section { margin-top: 90px;}
}
  .jumbotron.booking { background-image: url(header.jpg);background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left; margin-top: 0px;
  float: none;
  height: 250px;
}
.booking .heading-section{margin-top:-20px;}
  .heading-section h1 {
  position: static;
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-shadow: black 0px 1px 6px;
}
.heading-section {
  position: static;
  display: inline-block;
  margin-top: 0px;
  float: none;
  text-align: center;
  width: 100%;
}
.navbar-default{
  background-color: #222;
  border-color: #080808;
}
.sub-head {
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-shadow: black 0px 1px 6px;
}