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

	.jumbotron {
		
		margin-bottom: 0px;
		padding-top:175px;	  
		padding-bottom:175px;
		padding-left:0;
		padding-right:0;
		line-height: 2.2;
		color: #fff;
		text-shadow: 0 2px 0 black, 0 0 10px black;
		width:100%;
		height:auto;
		background-image:url(../images/The_Jumbo_Back.jpg);
		font-family: 'cabin', sans-serif;
		background-position:center center;
		z-index:0;
		clear:both;}
		
		
		.jumbotron h2 {
			font-size:2.85em;
		}









@media screen and (max-width: 678px) {
  .jumbotron {
    padding-top: 70px;
    padding-bottom: 54px;
	overflow:hidden;
	
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h2 {
		font-size:1.7em;
  }


}

@media screen and (min-width: 679px) and (max-width: 968px){
	  .jumbotron {
    padding-top: 70px;
    padding-bottom: 54px;
	overflow:hidden;
  }
  .container .jumbotron {
    padding-right: 50px;
    padding-left: 50px;
  }
  .jumbotron h2
   {
    font-size:2.1em;
	
  }
  
	
}






