
#hero-player {
	background-image: url(https://ik.imagekit.io/earthlings/retreats/video-start-still.jpg);
	background-size: cover;
	background-position: center 60%;
}

@media (max-width: 1200px) { #hero-player { background-image: url(https://ik.imagekit.io/earthlings/retreats/video-start-still.jpg?tr=w-1200); } }
@media (max-width: 1000px) { #hero-player { background-image: url(https://ik.imagekit.io/earthlings/retreats/video-start-still.jpg?tr=w-1000); } }
@media (max-width: 800px) { #hero-player { background-image: url(https://ik.imagekit.io/earthlings/retreats/video-start-still.jpg?tr=w-800); } }
@media (max-width: 600px) { #hero-player { background-image: url(https://ik.imagekit.io/earthlings/retreats/video-start-still.jpg?tr=w-600); } }
@media (max-width: 400px) { #hero-player { background-image: url(https://ik.imagekit.io/earthlings/retreats/video-start-still.jpg?tr=w-400); } }
@media (max-width: 300px) { #hero-player { background-image: url(https://ik.imagekit.io/earthlings/retreats/video-start-still.jpg?tr=w-300); } }

h1, h2, h3, h4 {
	font-family: 'Quando';
}

h2 {
	margin: 4rem 0 2rem 0;
}

#header-logo {
	color: white;
	text-align: center;
	container-type: inline-size;
	position: relative;
}

#header-row {
	container-type: inline-size;
	padding-bottom: 20px;
	margin: 0; /* overrides bootstraps auto margins for row */
}

#header-row > h3 {
	font-size: clamp(1.05rem, 2.5cqw, 2.5cqw);
	color: white;
	margin-bottom: 30px;
	font-family: "Beth Ellen", cursive;

}


#header-logo > h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 8cqw;
	line-height: 130%;
	margin-top: -2%;
	margin-left: -1%;
}

#hero-player {
	position: absolute;
	aspect-ratio: 16 / 9;
	min-height: 100%;
	min-width: 100%;

}

#hero-player-box {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: -1;
}

#header {
	position: relative;
}

#subheader > h2 {
	font-size: clamp(1.5em, 4vw, 1.9em);
	font-family: inherit;
}

.drop-initial-letter::first-letter {
	initial-letter: 2;
	-webkit-initial-letter: 2;
	font-family: "Quando";
}

.carousel img {
	border-radius: 10px;
}

#the-team-root img {
	border-radius: 10px !important;
}

#openingCarousal {
	margin-top: 24px;
}

@media (min-width: 576px) {
	#openingCarousal {
		margin-top: 53px;
	}
}
