.site-header {
	position: relative;
    margin-bottom: -8px;	
}
.header-image img {
	max-width: auto;
	width: 100%;
}
.header-title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.header-title .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.header-title-inner-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f0f1ec;
}
.header-title-inner-page h1 {
	margin-top: 0;
	margin-bottom: 0;
}
.top-page{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	-webkit-backdrop-filter: blur(7px);	
    backdrop-filter: blur(7px);
    height: 3vw;
    position: absolute;
    left: 0;
    top: 0;	
}
.top-page h3{
    color: #fff;
	margin: 0;
    text-transform: uppercase;
    font-size: 1.15vw;
    font-weight: 300;
}
.top-page span{
    font-size: 1.5vw;
    color: #FED1E0;
    text-decoration: underline;
    font-weight: 700;
}
@media(max-width: 1250px){
	.header-image {
		overflow: hidden;
	}
	.header-image img {
		max-width: initial;
		width: 150%;
		margin-left: -25%;
	}
}
@media(max-width: 767px){
	.header-image img {
		width: 180%;
		margin-left: -40%;
	}
	.site-header {
		margin-top: -3px;
	}
    .top-page {
		height: 42px;
	}
    .top-page h3{
		font-size: 10px;
		text-align: center;
		margin: 0;
		letter-spacing: 0.75px;
    }
    .top-page span{
        font-size: 16px;
    }	
	.header-title h1 {
		margin: 0;
		font-size: 16px;
	}
}
@media(max-width: 425px){
	.header-image img {
		width: 200%;
		margin-left: -50%;
	}
}