@charset "UTF-8";
/* CSS Document */


div#visit_header{
	background-image:url(../images/seating.jpg);
	background-repeat: no-repeat; background-size: cover; background-position: top;
	margin: 0 0 5% 0; padding: 15% 0;
}

div.jumbotron {
	background-color:rgba(255,158,28,0.55);
	height: 100%; padding: 7%;
	
}
div.jumbotron h1 {
	margin: 0; padding: 0;
	height: 100%; line-height: 100%;
	text-shadow: 2px 2px 10px black;
}
h3 {
	margin-top: 5%;
}

#parking {
	background-color:rgba(140,194,78,0.50); border-top: medium solid rgba(140,194,78,1.00); border-bottom: medium solid rgba(140,194,78,1.00);
}