#jumboPic {
	height: 40rem !important;
	width: 100% !important;
	background-image: url(/pictures/heroimage.jpg) !important;
	background-repeat: repeat-x !important;
	background-position: center !important;
	background-size: cover !important;
}

html {
	
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
	font-family: 'Work Sans', sans-serif;
}

p {
	font-family: 'Open Sans', sans-serif;
}

.zoom:hover {
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.brand-image {
	height: 4rem!important;
}  

.wdh {
	display: none;

}