@charset "utf-8";
/* CSS Document */


/* Sub-Page Header */

#header {
	width: 100%;
	height: 250px;
	background: url(../images/hero-image-2.png) no-repeat center;
	background-size: cover;
	position: relative;
}

#header h1 {
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-size: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 80px;
	font-weight: 400;
}

@media screen and (max-width: 960px) {
	
#header {
background: url(../images/hero-image-2.png) no-repeat center;
height: 250px;
	}	
}

@media screen and (max-width: 768px) {
	
#header {
background: url(../images/hero-image-2.png)  no-repeat center;
height: 253px;
	}
}

@media screen and (max-width: 600px) {
	
#header {
height: auto;
min-height: 270px;
background: url(../images/hero-image-2.png) no-repeat center;
	}
}

@media screen and (max-width: 500px) {

#header {
height: auto;
min-height: 270px;
background: url(../images/hero-image-2.png) no-repeat center;
	}	
}

@media screen and (max-width: 425px) {

#header {
height: auto;
min-height: 270px;
background: url(../images/hero-image-2.png)  no-repeat center;
	}	
}

