@charset "UTF-8";
/* Front Page */

/* overlay */
#overlay {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	flex-direction: column;
}

#welcome {
	position: relative;
	display: flex;
	width: 70%;
	z-index: 40;
	transition: 1s;
	opacity: 0.8;
}

#welcome-3-lines {
	display: none;
	position: relative;
	width: 80%;
	height: auto;
	z-index: 40;
	transition: 1s;
	opacity: 0.8;
}

#welcome img,
#welcome-3-lines img {
	width: 100%;
	height: auto;
}

#tagline {
    position: absolute;
	display: block;
	bottom: 32px;
    padding: 0;
	margin: 0;
    width: 100%;
	text-align: center;
	z-index: 40;
	opacity: 0.8;
}
#tagline img {
	width: 60%;
	height: auto;
	margin: 0 auto;
	transition: 1s;
}


/* main */
main#home-main {
    position: relative;
    display: block;
	box-sizing: border-box;
    width: 100%;
    margin: 32px auto 0 auto;
	padding: 0;
    /* background: rgba(255, 255, 255, 1); */
}

/* Home Container */

#home-container {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	align-items: center;
	padding: 0;
	margin: 0;
	width: 100%;
	background: url("../img/front-page/front-page-background.jpg");
	background-size: auto 1200px;
	background-position: top center;
	background-repeat: no-repeat;
}

#home-container section {
	display: flex;
	margin: 32px 0;
	width: 100%;
}

#home-container .mr-box-shadow {
	box-shadow: 0 2px 4px 2px rgba(0,0,0,0.3);
}

.home-sm, .post-container .pc-sm {
	font-size: 60%;
}

/* COVID Notice */

#covid-container {
	display: flex;
	box-sizing: border-box;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 8px;
	margin: 0 !important;
	background: rgba(83,159,0,0.1);
}
#covid-icon {
	font-size: 16px;
	margin-right: 32px;
	color: rgba(83,159,0,0.6);
}
#covid-notice p {
	padding: 0;
	margin: 0;
}

/* Home Slider */

#home-slider {
	flex-direction: column;
}
#home-slider h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Stay/Dive Package v2 */

.stay-dive {
	display: flex;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 50vh;
	min-height: calc(500px - 70px - 16px); /* banner min - nav - bottom padding */
	background: rgba(0,0,0,0.05); /* gray */
}
.stay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 50%;
	clip-path: border-box;
	background: rgba(83,159,0, 0.2); /* green */
	z-index: 1;
}
.dive {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	width: 50%;
	clip-path: border-box;
	background: rgba(0,129,196, 0.2);/* blue */
	z-index: 1;
}
.stay img,
.dive img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;	
}
.promo {
	display: flex;
	flex-direction: column;
	box-sizing: border;
	margin: 25% auto;
	padding: 5%;
	align-self: center;
	justify-content: center;
	text-align: center;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.3);
	z-index: 2;
}

/* Bill & Family */

#home-family {
	display: flex;
	flex-direction: row;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 45vh;
	min-height: calc(400px - 70px - 16px); /* banner min - nav - bottom padding */
    background-image: url('../img/waves-background-20.jpg');
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.3);
	}

#home-container section#home-fests {
	display: block;
}

#home-bill-acker {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 40%;
	clip-path: border-box;
	background: #fee;
	z-index: 1;
}
#home-bill-acker img {
width: 100%;
height: 100%;
object-fit: cover;
/*object-position: center center;*/
object-position: 35% 50%;	
}
#home-bill-acker-description {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	padding: 32px;
	width: 60%;
	clip-path: border-box;
	z-index: 1;
}

/* Getting Here */

#getting-here {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: calc(90vh - 70px - 16px); /* banner min - nav - bottom padding */
	min-height: calc(500px - 70px - 16px); /* banner min - nav - bottom padding */
	max-height: calc(675px - 70px - 16px); /* banner max - nav - bottom padding */
	background-image: url('../img/world-map-2021-optimized.jpg');
	background-size: cover;
	background-position: center;
	border-top: 8px solid rgba(77,64,36,1);
	border-bottom: 8px solid rgba(77,64,36,1);
}
.getting-here-map {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 0;
	background: rgba(0,0,0,0);
}
#getting-here-info {
	box-sizing: border-box;
	width: 30%;
	padding: 16px;
	padding-bottom: 0;
	margin: 32px;
	margin-bottom: 72px;
	align-self: flex-start;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 2px 4px 4px rgba(0,0,0,0.5);
	z-index: 5;
}
#getting-here-info h2 {
	font-size: 4em;
	line-height: 0.75;
	padding: 0;
	margin: 0;
}
#getting-here-help {
	box-sizing: border-box;
	width: 25%;
	padding: 16px;
	margin: 32px;
	margin-left: auto;
	margin-top: 88px;
	align-self: flex-end;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px 4px rgba(255,255,255,0.5);
	padding-bottom: 0;
	z-index: 5;
}
#getting-here-help p a {
	color: rgba(185,159,105,0.8);
}
#getting-here-help p a:hover {
	color: rgba(185,159,105,1);
}
#getting-here-help p:first-child {
	margin-top: 0;
	padding-top: 0;
}
.fp-gold {
	color: rgba(185,159,105,0.8) !important;
}


#home-creds {
	display: none;
}

/* Words from Guests and DiveAssure */
#home-words-da {
	display: flex;
	flex-direction: row;
	width: 100%;
	box-sizing: border-box;
}

#home-awards {
	position: relative;
	width: calc(30% - 32px);
	margin-right: 32px;
	min-height: 100%;
	max-height: 400px;
	border-radius: 8px;
	background-color: #fff;
	padding: 0;
}

#home-awards-static {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#home-awards-static img {
	position: relative;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 400px;
	padding: 32px;
	margin: 0;
}



#home-words {
	position: relative;
	width: calc(40% - 32px);
	margin-right: 32px;
}
#home-words h2 {
	font-size: 2.25em;
}

#home-words h2 a {
	text-decoration: none;
}

#home-words .word-container {
	/*position: relative;
	display: flex;
	align-items: flex-start;
	align-items: flex-start;
    justify-content: flex-start;
	padding: 32px;*/
}
#home-words .word-image,
#home-words > div > div > div.word-image {
	width: calc(40% - 16px);
	float: right;
	padding: 4px;
	margin: 0;
	margin-left: 16px;
	z-index: 5;
}

#home-words .word-image img,
#home-words .word-image a img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

#home-words .word-text {
	position: relative;
	width: 100%;
    z-index: 1;
}

#home-words .word-author {
	clear: both;
}

/* Home Dive Assure  */
#home-da {
	align-self: flex-start;
	width: 30%;
}
#home-da a {
	display: block;
	padding: 0;
	margin: 0;
	padding: 0.25em; border: none;
}
#home-da a img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border-radius: 0.25em;
}
#da-corona {
	display: block;
	margin: 0;
	margin-top: 4px;
	padding: 4px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	/*background: rgba(71,109,158,0.3);*/
}
#da-corona a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/* Media Queries */
@media (max-width: 1100px) {
	
}
@media (max-width: 1024px) {
	#home-container h2 {
		font-size: 2.65em;
	}
}
@media (max-width: 850px) {
	#home-container h2 {
		font-size: 2.5em;
	}
}


@media (max-width: 767px) {
	#slider_14749 .sc_partial,
	#slider_17706 .sc_partial,
    #slider_17362 .sc_partial {
        opacity: 1 !important;
    }
    #slider_14749 .owl-stage .owl-item.active img,
    #slider_17706 .owl-stage .owl-item.active img,
    #slider_17362 .owl-stage .owl-item.active img {
        box-shadow: none;
    }
}
@media (min-width: 751px){
	
}

@media (max-width: 750px) {
	/* tagline */
	#tagline img {
		width: 80%;
		height: auto;
	}
	
	/* home container */
	#home-container h2,
	#home-container h3,
	#home-container h4,
	#home-container p {
		text-align: center;
	}

	
	/* COVID */
	#covid-container {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 8px;
	margin: 0;
}
	
    #covid-icon {
	font-size: 16px;
	margin-right: 0;
}
	/* Package v2 */

    .stay-dive {
        height: 100vh;
        min-height: calc(500px - 70px - 16px); /* banner min - nav - bottom padding */
        min-height: calc(675px - 70px - 16px); /* banner min - nav - bottom padding */
        background: #eee;
    }
    .stay {
        top: 0;
        left: 0;
        bottom: auto;
        right: 0;
        width: 100%;
		height: 50%;

    }
    .dive {
        top: auto;
        left: 0;
        bottom: 0;
        right: 0;
		width: 100%;
		height: 50%;
    }
    .stay img,
    .dive img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;	
    }
    .promo {
        display: flex;
        flex-direction: column;
        box-sizing: border;
        margin: 25% auto;
        padding: 16px 32px;
        align-self: center;
        justify-content: center;
        text-align: center;
        background: rgba(255,255,255,0.8);
        box-shadow: 0 0 8px 4px rgba(0,0,0,0.3);
        z-index: 2;
    }
	.promo p {
		padding: 0;
		margin: 8px 0 0 0;
	}
	
	/** home content */
	#home-content {
		box-sizing: border-box;
	}
	
	/* fests */
	
	#home-container section#home-fests {
		padding: 0 1em;
	}
	
	#home-container section#home-fests .three-row img {
		padding: 0 1em;
	}
	
	@media (max-width: 650px) {
		#home-container section#home-fests .three-row-graphic {
			padding-left: 0;
			padding-right: 0;
		}
		#home-container section#home-fests .three-row img {
			padding: 0;
		}
		#home-container section#home-fests .three-row-text-left {
			padding-left: 32px;
		}
		
		#home-container section#home-fests .three-row-text-left span.home-nowrap {
			white-space: nowrap;
		}
		
	}

	
	/* Bill & Family */

    #home-family {
        display: flex;
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: calc(350px - 70px - 16px); /* banner min - nav - bottom padding */
        background-image: url('../img/waves-background-20.jpg');
        background-size: cover;
        background-position: center;
        box-shadow: 0 0 8px 4px rgba(0,0,0,0.3);
        }

    #home-bill-acker {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
		right: auto;
        box-sizing: border-box;
        width: 100%;
		height: auto;
        clip-path: border-box;
        background: #fee;
        z-index: 1;
    }
    #home-bill-acker img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;	
    }
    #home-bill-acker-description {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
		right: auto;
        box-sizing: border-box;
        padding: 16px;
		width: 100%;
		height: auto;
        clip-path: border-box;
        z-index: 1;
    }
	
	/* Getting Here */
	#getting-here {
        flex-direction: column;
		height: calc(100vh - 70px - 16px); /* banner min - nav - bottom padding */
		min-height: calc(500px - 70px - 16px); /* banner min - nav - bottom padding */
		max-height: calc(100vh); /* banner max - nav - bottom padding */
	}
	#getting-here-info {
        width: auto;
        padding: 16px;
        padding-bottom: 0;
        margin: 16px;
        margin-bottom: 32px;
        align-self: center;
    }
    #getting-here-info h2 {
        font-size: 2.5em;
        line-height: 0.75;
        padding: 0;
        margin: 0;
    }
    #getting-here-help {
        width: auto;
        padding: 16px;
        margin: 16px;
        margin-top: 72px;
        align-self: center;
        padding-bottom: 0;
    }
	
	/* Words */

    #home-words-da {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
    }
    #home-words {
        position: relative;
        width: 100%;
        margin-right: auto;
    }
    #home-words h2 {
        font-size: 2em;
    }
	
	#home-words .word-container {
		display: flex;
		flex-direction: column;
		padding: 16px;
		margin: 16px;
	}
	
	#home-words .word-image {
        width: 100%;
        z-index: 5;
        margin-right: 0;
		margin-bottom: 32px;
    }

    #home-words .word-image img {
        width: 100%;
    }

    #home-words .word-text {
        position: relative;
		text-align: center;
        width: 100%;
        z-index: 1;
    }
	
	#home-words .word-author,
	#home-words .word-link {
		text-align: center;
	}



    #home-da {
        align-self: center;
		margin-top: 16px;
        width: 100%;
    }
}

@media (max-width: 650px) {
    /* banner */
	banner #welcome {
		display: none;
	}
	banner #welcome-3-lines {
		display: flex;
	}
	#tagline {
		bottom: 64px;
	}
	
	/* home package */
	#home-packages {
		display: flex;
		flex-direction: column;
	}
	#thePackage, #theDetails {
		display: flex;
		width: 100%;
		padding: 0;
	}
	#theDetails {
		padding-top: 16px;
	}
	
	/* section links */
	#home-amenities,
    #covid-links {
        justify-content: center;
        padding: 8px 16px;
        margin: 16px;
        margin-top: 0;
        padding-top: 0;
    }

    #covid-links {
        padding: 16px 32px;
    }

    #home-amenities-list,
    #covid-links-list,
    #section-links-list {
        display: flex;
        flex-flow: column;
        flex-wrap: nowrap;
        list-style: none;
        width: 100%;
        justify-content: center;
		align-items: center;
        margin: 0;
        padding: 16px 0;
        border-top: 1px solid  rgba(71,109,158,0.5);
        border-bottom: 1px solid  rgba(71,109,158,0.5);
    }

	
}

@media (min-height: 676px) and (max-width: 750px){
}

@media (max-height: 675px) and (max-width: 750px){
	#getting-here {
		font-size: 0.75em;
        height: auto; /* banner min - nav - bottom padding */
		min-height: calc(500px - 70px - 16px); /* banner min - nav - bottom padding */
		max-height: none;
	}
}
/* 1-Column Layout */
@media (max-width: 450px) {
	#home-amenities-list,
    #covid-links-list,
    #section-links-list {
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	#home-amenities-list,
    #covid-links-list,
    #section-links-list {
		font-size: 0.75em;
	}
}

/* EOF */