<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#islandHoppingIslandHopping
{
    margin-top: 5em;
}

#islandHoppingDiscoverWonders &gt; h5, #islandHoppingPerks &gt; h5
{
    font-weight: 700;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
    margin: 2em 0;
}

#islandHoppingBoats .regularButton
{
	margin-bottom: 4em;
}

#islandHoppingPerks
{
	margin-bottom: 10em;
}

.termsConditionsBanner
{
	margin-top: 1em;
}

.sectionHeader:not(.firstSectionHeader)
{
   padding-top: 1em !important;
}

@media (max-width: 500px)
{
	#islandHoppingIslandHopping
	{
		margin-top: 0em;
	}
}

@media (max-width: 999px)
{	
	#islandHoppingIslandHopping .columns .column:first-child .perksFullWidthImage
	{
		display: none;
	}
	
	#islandHoppingIslandHopping, #islandHoppingIslandHopping .threeColumnItems
	{
		margin-top: 0em;
	}
	
	#islandHoppingDiscoverWonders .columns .column:not(:last-child)
	{
		display: none;
	}
}



/* Individual Experience
*/

#islandHoppingRelaxItinerarySlider
{
	position: relative;
    max-width: 1000px;
	height: 80vh;
    margin: auto;
	
	overflow: hidden;
}

.islandHoppingRelaxItineraryDestination
{
	display: flex;
	justify-content: center;
	text-align: center;
}

.islandHoppingRelaxItineraryDestination &gt; img
{
	max-width: 1000px;
    height: 80vh;
}

#islandHoppingRelaxBoats
{
	margin-top: 2em;
}

#testimonialsContainer
{
	margin-bottom: 2em;
}

@media (max-width: 499px)
{
	#islandHoppingRelaxItinerarySlider
	{
		max-width: 100%;
		height: auto;
	}
	
	.islandHoppingRelaxItineraryDestination &gt; img
	{
		width: 100%;
		height: auto;
	}
}</pre></body></html>