.header .navbar {
    background-color: #fff!important;
}
.footer-col img {
    max-width: 200px;
}
.copyright p, .copyright a {
    color:var(--color-3)!important;
}
@media (max-width: 592px) {
#header img {
    max-width: 200px;
}
#topBar {
    display: none!important;
}
}
.hero-video-wrap {
	position: relative;
	min-height: 650px;
	overflow: hidden;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-video-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}

.hero-caption {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.hero-caption h1 {
	font-size: clamp(2.5rem, 4vw, 3.75rem);
	line-height: 1.1;
	margin-bottom: 1rem;
}

.hero-link {
	font-size: clamp(1.1rem, 2vw, 2rem);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,.8);
	padding-bottom: 2px;
}

.hero-link:hover,
.hero-link:focus {
	color: #fff;
	border-color: #fff;
}

.text-shadow {
	text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.bg-light {
    background: #f5f3ea !important;
}