/*! Place your custom styles here */


  .masthead { 
	  background-size: cover;
	  min-height: 80vh;
	  position: relative;
	 }

@media [max-width: 768px) {
	.masthead {
		min-height: 80vh;
	}
