/* JUMBOTRON.CSS */
		.jumbotron { /* size can be tried as 100% 100% */
			background: #efefef url(/assets/images/shutterstock_216281065_2500x1000.jpg) no-repeat center center fixed;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			color:black;
			padding: 7em inherit 3em inherit; /* adjust top and bottom padding to increase height */
		}
		
