/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/

.internal.masthead {
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 80px 5vw 96px;
	background: url('../../images/basch-masthead.webp') center/cover no-repeat;
	text-align: center;
	margin-bottom: 60px;
}

.masthead p.h1 { 
	position: relative; 
	color: #fff;
	font-family: "Cormorant Garamond", Sans-serif;
	font-size: 59px;
	font-weight: 500;
	line-height: 59px;
	margin-bottom: 20px;
}

.internal.masthead p.subheading {
	font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
}

.btn.btn-masthead {
	border-radius: 0;
	border: 0;
	background: #fff;
	font-weight: 500;
	padding: 12px 17px;
	font-family: "Montserrat", Sans-serif;
}

.btn.btn-masthead:hover {
	background: #d63037;
	color: #fff;
}


.single.masthead {
	min-height: 340px;
	background-image: url(https://baschkeegan.com/wp-content/uploads/2025/10/blog-desktop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

.single.masthead > .container-fluid {
	padding: 0 6vw;
}


@media (max-width: 991px) {
	.single.masthead > .container-fluid { padding: 0; }	
}



@media (max-width: 767px) {
	.single.masthead { min-height: 240px; }
	.masthead p.h1 { font-size: 40px; line-height: 1.1; }
}