/* Move down content because we have a fixed navbar that is 50px tall */
body {

}

.jumbotron {margin:0}
.jumbotron.header {
	background: url(../background.jpg) no-repeat center center; 
  -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
  color:#fff;
  }
  
  
.jumbotron.yellow {background:#ffe600;}
.jumbotron.black {background:#000;color:#ffe600;}

h1,h2 {
  font-size: 45px;
  font-family: 'Lato', Arial, serif; font-weight: 800; 
  line-height: 1.4;
  color: #ffe600;
  margin: 0 0 20px 0;
  text-transform:uppercase;
}

h2 {
font-weight: 200;
font-size: 35px;
}


h1 span, h2 span {
  background: black;
  padding: 0 7px;
  line-height: 1.3;
  display: inline-block;
  color: #ffe600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

a {color: #ec971f}

.btn-warning {
  color: #000;
  font-size:120%;
  background-color: #ffe600;
  border-color: #eea236;
   text-transform:uppercase;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #000;
  background-color: #ec971f;
  border-color: #d58512;
}




