body {
	font-weight: 300;
}

@media (max-width: 768px) {
	body {
		font-weight: 400;
	}
}
.cid-rQpFcmvd4Y {
	background-image: url("../images/2024/hero.webp");
}
#title-panel {
	position: relative;
}
#title-top {
	text-align: center;
	width: 100%;
	background-color: transparent; /*rgb(12,88,148);*/
	padding: 0.5rem 2vw;
	z-index: 1 !important;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.8rem;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	border: 0;
	background-image: linear-gradient(to right, rgba(204, 0, 0, 0), rgba(204, 0, 0, 1), rgba(204, 0, 0, 1), rgba(204, 0, 0, 0));
	position: absolute;
	top: 0;
}
#title-top a {
	color: rgba(255,255,255,0.7);
}

#title-top a:hover {
	color: rgba(255,255,255,1);
}
.bg{
	background-color: #f2f6ff;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff !important;
	background-color: rgba(6,46,77,0.4) !important;
	border-color: rgba(6,46,77,0) !important;
}
.cid-rQpGiGU0iw {
	padding-bottom: 50px;
}
.cid-rQpDG8Fw7h .navbar .dropdown.open > .dropdown-menu {
	box-shadow: 0 33px 45px rgba(0, 0, 0, 0.25);
}
.cid-rQpDG8Fw7h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background-color: rgb(242, 246, 255) !important;
}


#time {
	background: rgba(12,88,148, 1);
	text-align: center;
	padding: 10px 0 12px;
}
#today, .today, .today a{
	color: rgba(255,255,255,0.5);
	font-size: 0.8rem;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
#today:hover, .today a:hover {
	color: white;
}
.contactCSLD{
	border-bottom: 1px solid #ccc;
}
/* HOTEL ANIMATION

This scroll animation is not 100% supported

@media (prefers-reduced-motion: no-preference) {
	.cid-rQq0A6BlKl .image-wrap img {
		scale: .8; 
		opacity: 0;
		animation: fade-in linear forwards;
		animation-timeline: view();
		animation-range: entry exit;
	}
	
	@keyframes fade-in {
		to {scale: 1; opacity: 1;}
	}
}

 */
