@import url('https://fonts.googleapis.com/css2?family=Actor&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

h1, h2, h3, h4, h5, h6, .button, button {
    font-family: 'Actor', sans-serif;
}

body, p, li, a, span, div {
    font-family: 'Open Sans', sans-serif;
}

.ccc-list, .ccc-rule-list, .rule-main {
    display: flex;
    flex-direction: row;
}

.ccc-list-left,
.ccc-list-right, .rule-separator {
    flex: 1 1 8.33%; 
    min-width: 5px;
}

.ccc-list-wide, .rules {
    flex-grow: 1;
	width: 100%;
}

@media (max-width: 650px) {
    .ccc-list-left,
    .ccc-list-right, .rule-separator {
        flex: 0 0 5px;
    }
}

/** /rules **/
.rule-item {
    border: solid #AAF 2px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.rule-body {
    display: none; /* Initially hide the body */
}

.rule-header h3, .rule-header button {
    display: inline-block;
}

.expand-collapse-btn {
    margin-left: 10px;
    cursor: pointer;
}

.rule-item .expand-collapse-btn {
	width: 60px;
	height: 40px;
	background-color: #DDF;
	border: solid black 1px;
	
}
.rule-item .expand-collapse-btn:hover {
	background-color: #EFEFFF;
}

.rule-item .read-more {
	text-decoration: none;
	border: solid black 1px;
	border-radius: 10px;
	background-color: #DFD;
	padding: 5px 10px;
}

.rule-item .read-more:hover { 
	background-color: #EFE;
}


.top-nav {
	background-color: #EBF9FD;
	color: #000;
}

.bg-top {
	min-height: 300px;
}

.menu-header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #90dcf5; /* New background color */
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5;
  right: 0;
  left: auto;
  top: 100%;
  padding-right: 0;
}

.menu-header .dropdown-content li {
  list-style-type: none;
  margin-left: -40px;
}

.menu-header .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #90dcf5;
}

.menu-header .dropdown-content a:hover {
  background-color: #09b1e7;
}

.menu-header li {
	position: relative;
}

.menu-header li:hover .dropdown-content {
  display: block;
}

.bg-ccc-lightblue {
	background-color: #90dcf5;
}

.bg-ccc-darkblue {
	background-color: #09b1e7;
}

.bg-ccc-yellow {
	background-color: #f8e16f;
}

.bg-ccc-orange {
	background-color: #ea8712;
}

.color-ccc-lightblue {
	color: #90dcf5;
}

.color-ccc-darkblue {
	color: #09b1e7;
}

.color-ccc-yellow {
	color: #f8e16f;
}

.color-ccc-orange {
	color: #ea8712;
}

.ccc-top-plus-three {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.ccc-top-plus-three .top-content {
	background-color: #0789b3;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	width: 100%;
	color: #FFF;
}

.ccc-top-plus-three .three-column-section {
	display: flex;
	width: 100%;
}

.ccc-top-plus-three .colu {
	padding: 15px;
}

.column-background {
	position: relative;
	z-index: 1;
}
.column-background::before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 1; /* default opacity */
}

.main {
	width: 100%;
	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.main .main-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 8px;
}

/** List-specific **/
.list-screen .main-wrapper {
	text-align: center;
}

.list-screen .ccc-list {
	display: inline-block;
	width: 80%;
}

.list-screen section.mt5 {
	width: 100%;
}

.list-screen section.mt5 .ananke-summary {
	text-align: left;
}

.list-screen section.mt5 .pa4 .f6 {
	display: none;
}

.list-screen section.mt5 .bg-white {
	background-color: #EEE;
	border-radius: 10px;
}

.list-screen section.mt5 .lh-copy {
	color: #000;
}

/** Index-specific **/
.idx .pricing-asterisk {
	border: solid 1px #000;
	border-radius: 8px;
	padding: 10px 5px;
	text-size: 0.4em;
	background-color: #EEE;
	display: inline-block;
	width: 100%;
	margin: 10px;
}

.idx .book-now {
	width: 100%;
	text-align: center;
	padding: 8px;
	border-radius: 5px;
	background-color: #007BFF;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}

/** Button Boxes **/
.buttonbox-idx .ccc-list section.cf {
    display: flex;
    justify-content: space-around; /* Distribute space evenly around items */
    align-items: center; /* Align items vertically in the center */
}

.buttonbox-idx .ccc-list section.cf p a {
	flex: 1; /* Allow buttons to grow and fill the space */
    margin: 10px; /* Add some space around buttons */
    display: inline-block;
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center;
    color: white;
    font-size: 1.5em;
    text-align: center;
    line-height: 150px; /* Align text vertically */
    opacity: 0.7;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Text shadow for better visibility */
    transition: opacity 0.3s ease; /* Smooth transition for hover effect */
	text-decoration: none;
}

.buttonbox-idx .ccc-list section.cf p a:hover {
    opacity: 1;
}


.idx .book-now:hover {
	background-color: #0056b3;
	color: #FFF;
}

/** /booking **/
.booking-idx .book-cruise {
    background-image: url('/images/booking/Voyager.jpg');
}

.booking-idx .book-hotel {
    background-image: url('/images/booking/hotel.jpg');
}

/** shortcode: present-4 **/
.present-4 .present-4-column:hover .content {
    opacity: 1;
}

.present-4 .present-4-column {
	flex: 1;
}

/** /booking/cruise **/
.booking-cruise-idx .cruise-types .present-4-column {
	background-position: center;
    background-repeat: no-repeat;
}

.booking-cruise-idx .cruise-types h1,
.booking-cruise-idx .cruise-types li {
	color: #FFF;
}

.booking-cruise-idx .cruise-types h1 {
	font-size: 18px;
	height: 50px;
	background-color: #AAF;
	vertical-align: middle;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 10px;
}

.booking-cruise-idx .cruise-types ul {
	height: 200px;
	list-style-type: none;
	padding-left: 0;
}

.booking-cruise-idx .cruise-types li {
	font-size: 0.6em;
	margin-left: 0;
	padding: 5px;
	list-style-type: none;
	text-align: left;
	width: 100%;
	border-bottom: solid 1px #444;
	background-color: rgba(0,0,0,0.6);
	height:45px;
}

.booking-cruise-idx .cruise-types a {
	width: 95%;
	display: inline-block;
	padding: 5px;
	margin: 5px;
	background-color: #88F;
	color: #000;
	text-decoration: none;
}

.booking-cruise-idx .cruise-types small {
	font-size: 0.4em !important;
	color: #FFF;
	width: 100%;
}

.booking-cruise-idx .booking-price {
	text-align: center;
}

.booking-cruise-idx .book-now {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #09b1e7;
	display: inline-block;
	color: #FFF;
	font-weight: bolder;
}

.booking-cruise-idx .smalltext {
	font-size: 10px;
}

.booking-cruise-idx .book-now:hover {
	background-color: #06a2d4;
}

/** /information **/
.information-idx .info-ports {
	background-image: url('/images/information/Cococay.webp');
}

.information-idx .info-prepost {
	background-image: url('/images/information/prepostcruise.jpg');
}

.information-idx .info-ship {
	background-image: url('/images/information/VoyagerInside.webp');
}

/** /events **/
.events-idx .events-schedule {
	background-image: url('/images/events/schedule.jpg');
}

.events-idx .events-signups {
	background-image: url('/images/events/signups.jpg');
}

.events-idx .bg-top,
.schedule-idx .bg-top,
.cococay-idx .bg-top,
.bimini-idx .bg-top {
	background-position: center;
}

.bimini-idx h1.f2.lh-title {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

/** /itinerary **/
.itinerary-idx .itinerary_cococay {
	background-image: url('/images/itinerary/cococay.jpg');
}

.itinerary-idx .itinerary_bimini {
	background-image: url('/images/itinerary/bimini.jpg');
}
