@charset "utf-8";
.hover-underline-animation {
	line-height: 1.95rem !important;
}
			
.small-text {
	font-size: 0.8em;
}

.flex-btn-bg > span {
	align-items: center;
}

.flex-btn-caption {
	font-size: 1.0rem;
}

.flex-btn-img > img {
	max-width: 80px;
	max-height: 80px;
	margin: 0;
}

.flex-btn-bg {
	padding: 0.25rem 0.25rem 1.0rem 0.25rem;
}

.flex-btn-bg {
	width: 270px;
}

.flex-btn-link {
	margin-bottom: 0.5rem;
}

.hover-underline-animation {
	padding-bottom: 0.35rem;
}

img.bg-image {
	object-fit: cover;
	-o-object-fit: cover;
}

.bg-image {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 465px;
	z-index: 0;
}

.interior-bg-image {
	background-repeat: no-repeat;
}

.banner-text {
	color: #fff;
	display: flex;
	flex-grow: 1;
}

.banner-text > span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 2.95em;
	flex-grow: 1;
	justify-content: center;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 54px 55px, rgba(0, 0, 0, 0.5) 0px -12px 30px, rgba(0, 0, 0, 0.5) 0px 4px 6px, rgba(0, 0, 0, 0.5) 0px 12px 13px, rgba(0, 0, 0, 0.5) 0px -3px 5px;
}

@media (min-width: 992px) {
	.interior-bg-image {
		background-size: cover;
	}
}

@media (max-width: 1199px) {
	.flex-btn-bg {
		width: 300px !important;
	}
}

@media (min-width: 1200px) {
	.interior-bg-image {
		background-position: center top;
	}
}

@media (min-width: 1400px) {
	.flex-btn-bg {
		width: 300px !important;
	}
}