body {
	/*padding-top: 40px;*/
}

/*
#title-panel {
	background-image: url("../images/2026/hero.webp");
}
*/
#title-panel {
	position: relative;
}
#title-panel p {
	font-size: 1.5rem;
	line-height: 1.5;
}
@media (max-width: 768px) {
	#title-panel p {
		font-size: clamp(0.9rem,2vh,1.5rem);
		line-height: 1.4;
	}
}
#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-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;}
	}
}

 */

/* ACCOMMODATION */

.accrate {
	font-size: 3rem;
	line-height: 1;
	vertical-align: top;
}
.accdollar {
	font-size: 2rem;
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
}


.cid-rQq0A6BlKl p a {
	color: #ccc !important;
	border-bottom: 1px solid rgb(198,198,198);
	font-style: inherit;
}
.cid-rQq0A6BlKl p a:hover {
	color: white !important;
	border-bottom: 1px solid rgb(255,255,255);
}
