header .navbar {
	backdrop-filter: blur(5px) brightness(150%);
}
.gallery section:has(.pageIntro) {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.pageIntroBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(6px);
	background-color: var(--navyBlueTrans25);
}
.pageIntro {
	position: relative;
	padding-top: 64px;
}
.titleWrap {
	display: flex;
	align-items: center;
	position: relative;
}
.gallery .icon-link {
	text-decoration-color: var(--cremaAgria);
}
.gallery h1 {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 1.25rem;
}
.gallery h2, .gallery .h2 {
	font-size: 1.25rem;
}
.gallery .list-group-item {
	color: var(--cremaAgria);
	background-color: transparent;
	padding: 8px;
	border-radius: 0px;
	border-color: transparent;
	margin-bottom: 3px;
	backdrop-filter: brightness(85%);
}
/*
.gallery:has(.galleryOutter.bgNavy) footer {
	background: linear-gradient(to bottom, var(--navyBlue) 0%, #fff 45%);
}
*/
.blueimp-gallery > .slides {
	padding: 32px 0;
	max-height: 600px;
}

.blueimp-gallery > .indicator > li {
	width: 13px;
	height: 13px;
	border-radius: 0;
	background-size: cover;
}
.blueimp-gallery > .close, .blueimp-gallery > .next, .blueimp-gallery > .play-pause, .blueimp-gallery > .prev, .blueimp-gallery > .slides > .slide > .slide-content {
	transition: opacity .3s ease-out;
}



@media (max-width: 600px) and (orientation: landscape) {
	.blueimp-gallery > .slides {
		padding: 16px 0;
		max-height: 200px;
	}
}



@media (min-width: 992px) {
	.blueimp-gallery > .slides {
		padding: 32px 0;
		max-height: 600px;
	}
	.blueimp-gallery-display > .next {
		right: 64px;
	}
	.blueimp-gallery-display > .prev {
		left: 64px;
	}
	.blueimp-gallery > .indicator > li {
		width: 21px;
		height: 21px;
	}
}



@media (min-width: 1200px) {
	.gallery h1 {
		font-size: 3rem;
		margin-bottom: 1.5rem;
	}
	.blueimp-gallery > .slides {
		padding: 64px 0;
		max-height: 1500px;
	}
}