@charset "utf-8";
/* CSS Document */

body {
	
	padding: 0px;
	margin: 0px;
	background-image:url("Key-west-snorkeling-images/snorkelbg.jpg");
		
}

hr { 
	border: 1px solid red;
	width: 95%;
	align-self: center;
	
}

main {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	
}


.header {
	background-image: url("Key-west-snorkeling-images/fish-288988.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: Auto;
	width: 100%;
	overflow: auto;
}

	/* navagation */

.nav {
	width: 100%;
	font-size: 18px;
	padding-top: 10px;
	text-align: center;
	font-family: sans-serif; 
	color:white;
	font-weight: bold;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8);
	line-height: 30px;
}
.nav ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	display:inherit;
	
	
}
.nav ul a{
	display: block;
	text-decoration: none;
	text-align: center;
	color:yellow;
	
	
	}
.nav ul a:hover{
	background-color:aqua;
}

.nav .menu{
	clear: both;
	max-height: 0;
	transition:max-height .2s ease-out;
}
.nav .menu-icon{
	
	padding: 10px 0px;
	position: relative;
	float: right;
	cursor: pointer;
}
.nav .menu-icon .nav-icon{
	background: #fff;
	display: block;
	height: 3px;
	width: 28px;
	position: relative;
	transition:background .2s ease-out;
}
.nav .menu-icon .nav-icon:before{
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	transition:all .2s ease-out; 
	top: 8px;
}
.nav .menu-icon .nav-icon:after{
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	transition:all .2s ease-out;
	top: -8px;
}
.nav .menu-btn{
	display: none;
}
.nav .menu-btn:checked ~ .menu{
	max-height: 240px;
}

.nav .menu-btn:checked ~ .menu-icon .nav-icon{
	background:transparent;
}
.nav .menu-btn:checked ~ .menu-icon .nav-icon:before{
	transform: rotate(-45deg);
	top: 0;
}
.nav .menu-btn:checked ~ .menu-icon .nav-icon:after{
	transform: rotate(45deg);
	top: 0;
}

/*end Nav */
.content-box ul li {
	
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 5px;
	color:#0E03FC;
	font-weight: 600;
	}

img { max-width: 100%;}

iframe {
	width: 90%;
	height: 40%;
}
	p {
    margin: 0;
    padding: 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: blue;
    font-weight: normal;
		
	}
.red-p {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color: red;
	
}
.red-bold { 
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 20px;
	color: red;
	font-weight: bold;
}
.main-text-image {
	width: 100%;
}
.main-text-box{
	width: 100%;
}

.main-text{
	width: 50%;
	float: left;
	color: #0000ff;
	margin:auto;
	text-align: center;

	}

h1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 60px;
	text-align: center;
	color:white;
	margin-top: 30px;
	width: 100%;
	}


h2
{font-family:Arial, Helvetica, sans-serif; 
	font-size: 40px;
	text-align: center;
	color: aqua;
	padding-top: 0;
	margin: 0;
	font-style: italic;
	
	}


h3 {
    font-size: 38px;
    text-align: center;
   	text-decoration:none;
    margin-top: 0;
	margin-bottom: 0;
	 color: red;
  -webkit-text-fill-color: red; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: yellow;
   font-family: "comic sans ms";
	font-weight: 900;
	font-display: swap;
}

h3 a {
    text-decoration: none;
      color: red;
  -webkit-text-fill-color: red; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: yellow;
   font-family: "comic sans ms";
	font-weight: 900;
	font-display: swap;
}
h4{
	font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    color: blue;
    font-weight: bold;
    margin-top: 0;
	}

h5 { 
    font-size: 38px;
    text-align: center;
    text-decoration:none;
    margin-top: 0;
	margin-bottom: 0;
	 color: red;
  -webkit-text-fill-color: red; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: yellow;
   font-family: "comic sans ms";
	font-weight: 900;
	font-display: swap;
	}


h5 a {font-family:Arial, Helvetica, sans-serif; 
	font-size: 24px;
	text-align: center;
	color:#FB052B ;
	padding: 0;
	margin: 0;
	text-decoration: none;
	width: 100%;
		 
	}
h5 a:hover{
	color:blue;
}

h5 a:visited {
	color: #09D4F5
}

.header-yellow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    text-align: center;
    color: #F7EE01;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.header-sub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-align: center;
    color:yellow;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.header-red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-align: center;
    color: red;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

#logo-container{
	height:auto;
	width:100%;
	overflow: auto;
}
.big-blue-text {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color:#0000FF;
}

.white-text {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 18px;
	text-align: center;
	color:white;
	font-weight: bolder;
	text-shadow: -2px -1px blue;
}




.logo img {
	width: 100%;
	height: auto;
	display: block;
	border: 3px;
	border-color: #0000ff;
	padding-top: 10px;
	padding-left: 10px;
	}

.logo {
	height: auto;
	clear: both;
	float: left;
	margin-left: 10px;
	display: block;
	padding: 3px;
	
}

.button-top {
	height: auto;
	width: auto;
	clear: right;
	float: right;
	margin-right: 10px;
	display: block;
	
	}

.button-text {
	text-align: center;
	font-family: sans-serif;
    font-size: 22px;
    color: white;
	font-weight: bold;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8);
	margin: 0;
	padding: 0;
	
}
.button-text a {
	color:white;
	text-decoration: none;
	text-align: center;
}
	

	

.product img {
	width:100%;
	height:auto;
	display: block;
	
	padding-bottom: 0px;
}

.product {
	width: 19%;
	float: left;
	color: #0000ff;
	margin:.5%;
	text-align: center;
		}

.product-box {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-weight: bold;
	padding-top: 100px;
	
}
.book-button-product{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
   font-size:16px;
	border-color: blue;
    border: single;
    border: 10px;
	width: 90%;
    margin-top: 10px;
    margin-right:0;
    margin-left:8px;
    margin-bottom: 10px;
    background-color: #FC0B0B; 
    padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	align-content: center;
}

.book-button-product a{
	text-decoration: none;
	color: white;
}


.lazy-yt-wrapper {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px;
}

.lazy-youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.lazy-youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 1;
}
.lazy-youtube .lazy-play-btn {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.lazy-youtube .lazy-play-btn:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.lazy-youtube img,
.lazy-youtube .lazy-play-btn {
	cursor: pointer;
}
.lazy-youtube img,
.lazy-youtube iframe,
.lazy-youtube .lazy-play-btn,
.lazy-youtube .lazy-play-btn:before {
	position: absolute;
}
.lazy-youtube .lazy-play-btn,
.lazy-youtube .lazy-play-btn:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.lazy-youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}


#map-container {
	height: auto;
	margin-left:auto;
	margin-right:auto; 
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px
}

#container{
	width: 100%;
	height:auto;
	padding:0;
	margin: 0;
	overflow: auto;
	
	}
.back-to-top {
	text-align: center;
	width: 100%;
	height:20px;
	float: left;
}

.social-icons {
		width: auto;
		height: auto;
		padding: 0;
	margin-top: 2px;
		
	display: inline;
	align: center;
	}

.social-icons ul li {
	list-style: none;
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0;
	padding-bottom: -3px;
	margin: 0;
}

.content-box{
     width: 70%;
    margin-left: auto;
	margin-right: auto;
    padding: 10px;
    overflow: auto;
    background-color: white;
    text-align: center;
	
	}	

.content-holder {
	width: 44%;
	float: left;
	text-align: center;
	align-items: center;
	height: 370px;
	margin-left: 3.5%;
	margin-bottom: 3%;
	
}

.content-holder img {
	width: auto;
	height: auto;
	padding-bottom: 0px;
	align-content: center;
	border-radius: 10px;
	
}

.nav-inside{
	width : 100%;
	height: auto;
	text-align: center;
	border-color: blue;
	border-top: double;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000ff;
		
}
ul {list-style-type:none;
	margin: 0;
	padding-left: 10px;
	
}
.book-button{
    text-align: center;
	color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
   font-size: 24px;
	font-weight: bolder;
	width: 150px;
    margin-top: 15px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom: 15px;
    background-color:red;
    padding: 5px;
	text-decoration: none;
}

.book-button-center {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: bolder;
border-color: blue;
border-radius: 10px;
background-color:red;
color: blue;
text-decoration: none;
align-content: center;
width:250px;
 margin-right:auto;
margin-left:auto;
margin-top: 6px;
margin-bottom:4px;
	padding:5px;
}

.book-button-center a{
	text-decoration: none;
	color:yellow;
	
}
.book-button a{
	text-decoration: none;
	color: white;
}

.bold-text {
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
	color:blue;
	font-weight: red;
	border-color: blue;
}

#footer{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: white;
}
.footer-text {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
	text-align: center;
	color: #0000ff;
	padding-top: 0;
	margin: 0;
	}
.org{
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	background-color: white;
}
.org ul {
	align-content: center;
	
	
}
.org li {
	list-style: none;
	display: inline;
	padding: 8px;
	text-align: center;
	
}
/*TABLET*/
@media (max-width : 1400px ){
	.content-box{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	align-content: center;
	float: inherit;
	
	}	}

/*TABLET*/
@media (max-width : 1020px ){
	
	h1{
		font-size: 40px;
	}
	
	
	.product {
	width: 32%;
	float: left;
	border: 3px;
	border-color: #0000ff;
		font-family: ariel
	}
	
	
	.logo img {
	width: 50%;
	height: auto;
	display: block;
	border: 3px;
	border-color: #0000ff;
	padding-top: 10px;
	padding-left: 10px;
	}
	
.content-box{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	align-content: center;
	float: inherit;
	
	}	
	
.book-button{
    font-size: 20px;
	font-weight: bolder;
	border-color: blue;
    width: 135px;
    margin-top: 15px;
   margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
    padding: 5px;
	vertical-align: top;
	align-content: center;
		}
	
	.button-text{
	font-size: 20;
		text-align: right;
	}
	.button-top {
	height: auto;
	width: auto;
	display: block;
	
	}
	.logo img {
	width: 170px;
	height: auto;
	display: block;
	border: 3px;
	border-color: #0000ff;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	margin-right: 0;
	
	}
	
	.white-text {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 18px;
	text-align: center;
	color:white;
	font-weight: bolder;
	text-shadow: -2px -1px blue;
	background-color: cornflowerblue;
	
}
	.video{
		width: 80%;
	}
}


/*tablet780*/
@media (max-width : 780px ){
	
	.product {
	width: 49%;
	float: left;
	border: 1px;
	border-color: #0000ff;
	}
	.header{
	background-position: top;
	 background-size: contain;
	background-repeat: repeat-y;
}
	.header-yellow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    text-align: center;
    color: #F7EE01;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
	background:#2998C8;
	}
	
	.white-text {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 18px;
	text-align: center;
	color:white;
	font-weight: bolder;
	text-shadow: -2px -1px blue;
	background-color: cornflowerblue;
	
}
	
	.content-box{
width: 100%;
margin-left: auto;
margin-right: auto;

}	

	
	.content-holder {
	width: 98.5%;
	margin-left: auto;
	margin-right: auto;
	}
.main-text{
		width: 100%;
		float:inherit;
	
	
	}
	.main-text-box{
		width: 100%;
	}
	.video{
		width: 80%;
	}
	
}

/*MOBILE-phone*/
@media (max-width : 425px ){
	h1 {
		font-size: 24px;
			}
	
	.header-yellow{
	font-size: 26px;
	font-weight: bold;
	}
	
	.header{
	background-position: top;
	background-repeat: repeat-y;
   
	}
	
	.content-box { 
	width: 95%;
    margin-left:0%;
	margin-right:0%;
    margin-top: 4px;
    padding: 10px;
    overflow: auto;
    background-color: white;
    text-align: center;
	
	} 	

	
.content-box{
width: 93%;
margin-right: auto;
margin-left: auto;

}	
.content-holder{
width: 100%;
margin-right: auto;
margin-left: auto;
}
.product-box {
height:auto;
padding-top: 20px;}

.product {
		width: 99%;
	float: left;
	border: 1px;
	border-color: #0000ff;
	}
	
	
	.logo img {
	width: 125px;
	height: auto;
	display: block;
	border: 3px;
	border-color: #0000ff;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	margin-right: 0;
	
	}
	
	.header-yellow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;
    color: #F7EE01;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
	}
	
	
	.book-button{
     font-size: 20px;
	font-weight: bolder;
	border-color: blue;
    width: 125px;
    margin-top: 15px;
   margin-bottom: 15px;
	padding: 0px;
	vertical-align: top;
		}
	
	.button-text{
	font-size: 20;
	text-align: right;
	}
	.button-top {
	height: auto;
	width: auto;
	display: block;
	
	}
	
	.main-text{
		width: 100%;
		float:inherit;
	
	}
	.main-text-box{
		width: 100%;
	}
	.video{
		width: 100%;
	}
		
}
@media (min-width:700px){
	.nav ul li{
		display: inline;
		align-content: center;
}
	.nav li a{
		padding: 20px 10px;
		float:inherit;
		display: inline;
	}
	.nav .menu{
		clear: none;
		float: right;
		max-height: none;
	}
	.nav .menu-icon{
		display: none;
		
	}
		
	
}
