/**********************************************************
***********************************************************

					PAGE HEADER IMAGE

***********************************************************
**********************************************************/

.page-header {
	height: 65vh;
	overflow-y: hidden;
	position: relative;
}
.page-header .featured-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}
.page-header .color-overlay {
	position: absolute;
	top: 0;
	background: linear-gradient(180deg, #00000099, transparent);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.effect .featured-image {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.page-header .block-caption h1 {
	z-index: 10;
	color: #fff;
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: 900;
	padding: 0 20px;
	font-size: 60px;
	text-shadow: 2px 2px 5px #000;
}

@media (max-width: 1200px) {
	.page-header .block-caption h1 {
		font-size: 44px;
	}
}

@media (max-width: 768px) {
	.page-header .block-caption h1 {
		font-size: 32px;
	}
	.page-header,
	.page-header .featured-image,
	.page-header .color-overlay {
		height: 300px;
	}

	.page-subheader {
		background: #fff;
	}
	.page-subheader .color-overlay {
		display: none;
	}

	.page-subheader .block-caption {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding-top: 10px;
	}
}
