@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poetsen+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	text-decoration: none;
	text-align: left;
	line-height: 165%;
	background-color: #085FC4;
	background-image: linear-gradient(to bottom, #2A70E4 0%, #085FC4 40%, #085FC4 100%);
	background-attachment: fixed;
}
header {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	z-index: 5;
	/* background-image: url(../images/wave-background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: #F9F7F4; */
}

#fullPageContainer {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 100px auto;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	border: solid 4px #FFFFFF;
	border-radius: 18px;
	z-index: 10;
}
#headerContent {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 12px;
}
#headerLogo {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	overflow: visible;
	display: block;
	z-index: 100;
}
#headerLogo img {
	position: relative;
	width: 340px;
	max-width: 60%;
	height: auto;
	border: none;
	text-decoration: none;
}
#navigation {
	position: relative;
	max-width: 1200px;
	margin: auto;
	display: block;
	vertical-align: middle;
}
#navigation ul {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #FFFFFF;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.8);
	text-align: center;
	z-index: 100; 
}
#navigation ul li {
	position: relative;
	margin: 12px;
	display: inline-block; 
}
#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap; 
}
#navigation ul li a:hover {
	border-bottom: solid 1px #F45B5B;; 
}

#mLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #F45B5B;
	text-decoration: none;
	text-align:center;
	line-height: 32px;
	display: none;
	margin: 18px auto 18px auto;
}
.announceContainer {
	width: 90%;
	max-width: 1200px;
	border-radius: 4px;
    overflow: hidden;
	margin: auto;
	text-align: right;
}
.announceInner {
    display: flex;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
	color: #CC0000;
    padding: 8px 0;
	
}
.announceText {
   left: 100%;
}
.announceItem {
    padding: 0 30px;
	
	/* padding: 0px 100%; */
}
.announceInner > div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
}
#swimmers {
	position: fixed;
	top: 75px;
	left: 0px;
	width: 100%;
	height: 150px;
	overflow: hidden;
	z-index: 0;
}
#fish {
	position: relative;
	top: 0px;
	margin-left: -600px;
	animation: scroll-right 25s linear infinite;
	
}
@keyframes scroll-right {
    0% {
        margin-left: -600px;
    }

    100% {
        margin-left: 102%;
    }
}
@keyframes scroll-rightxxx {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(900%);
    }
}

.columnContainer {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 0px;
	
}
.columnContainerList {
	position:100%;
	max-width: 1200px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 0px;
	
}
.twoColumn{
	position: relative;
	width: 50%;
	margin: auto;
	display: table-cell;
	vertical-align: top;
}
.columnContent {
	position: relative;
	width: 90%;
	margin: auto;
	vertical-align: top;
}
.columnContent ul {
	padding: 0px;
	margin: 0px 20px;
	width: 80%;
}
.mainContainer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	/* background-image: url(../images/wave-background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: #F9F7F4; */
	overflow: visible;
}
.mainContent {
	position: relative;
	width: 86%;
	max-width: 1200px;
	margin: 30px auto 20px auto;
}
.mainContent p, .mainContent ul {
	text-align: left;
}
.topPic {
	position: relative;
	width: 76%;
	border-radius: 18px;
	margin: 35px auto 32px auto;
}
.pagePic {
	position: relative;
	float: right;
	width: 46%;
	border-radius: 18px;
	margin: 5px 0px 10px 30px;
}
.swimPic {
	position: relative;
	width: 640px;
	max-width: 80%;
	border-radius: 18px;
	margin: auto;
	display: block;
}
.bioContent {
	position: relative;
	width: 86%;
	max-width: 1200px;
	margin: 30px auto 20px auto;
	overflow: hidden;
}
.bioPic {
	position: relative;
	width: 28%;
}
.bioText {
	position: relative;
	width: 67%;
	text-align: left;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	line-height: 175%;
}
.bioPic img {
	position: relative;
	width: 90%;
	height: auto;
	border-radius: 50%;
	margin: auto;
	display: block;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.break {
	clear: both;
	height: 80px;
}
h1 {
	font-family: "Berkshire Swash", serif;
	font-size: 36px;
	font-weight: 700;
	color: #085FC4;
	text-decoration: none;
	letter-spacing: .02em;
	word-spacing: .02em;
	line-height: 130%;
}
h2 {
	font-family: "Berkshire Swash", serif;
	font-size: 30px;
	font-weight: 700;
	color: #085FC4;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	letter-spacing: .02em;
	word-spacing: .02em;
}
h3 {
	font-family: "Berkshire Swash", serif;
	font-size: 28px;
	font-weight: 700;
	color: #085FC4;
	text-decoration: none;
	margin-top: 0px;
	letter-spacing: .02em;
	word-spacing: .02em;
}
.boldBlue {
	font-family: "Berkshire Swash", serif;
	font-size: 46px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	/*color: #FFCA01;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.7); */
	text-decoration: none;
	margin-top: 28px;
	margin-bottom: 42px;
	line-height: 110%;
	letter-spacing: .02em;
	word-spacing: .02em;
}
.boldBlueSmall {
	font-family: "Berkshire Swash", serif;
	font-size: 26px;
	color: #FFFFFF;
	/* text-shadow: 2px 2px 3px rgba(0,0,0,0.7); */
	text-decoration: none;
	margin-top: 0px;
	letter-spacing: .02em;
	word-spacing: .02em;
}
.subTitle {
	font-family: "Berkshire Swash", serif;
	font-size: 24px;
	color: #085FC4;
	text-decoration: none;
	text-align: center;
	margin-top: -15px;
	word-spacing: .02em;
}
.subTitleNormal {
	color: #085FC4;
	font-weight: bold;
	font-size: 1.3em;
}
.bookNow {
	position: relative;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #085FC4;
	padding: 12px 20px;
	text-decoration: none;
	margin: 45px auto;
	border-radius: 18px;
	white-space: nowrap;
}
.bookNow:hover {
	background-color: #085FC4;
}
.frontButton {
	position: relative;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #085FC4;
	padding: 12px 20px;
	text-decoration: none;
	margin: 0px 10px;
	border-radius: 18px;
	white-space: nowrap;
	display: block;
}
.frontButton:hover {
	background-color: #085FC4;
}
.basicTxt {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	text-decoration: none;
	text-align: left;
	line-height: 165%;
}
.boldTxtHead {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #666666;
	text-decoration: none;
	text-align: left;
	line-height: 255%;
}
.basicTxt a, .boldTxtHead a {
	color: #2087B3;
	text-decoration: underline;
}
.healthList {
	list-style-type: circle;	
}
.healthList li {
	margin-bottom: 22px;
}
.contactContent {
	position: relative;
	width: 86%;
	max-width: 1200px;
	margin: 8px auto 20px auto;
	overflow: hidden;
}
.contactLeft {
	position: relative;
	float: left;
	width: 55%;
}
.contactLeft p, .contactLeft  ul {
	text-align: left;
}
.contactRight {
	position: relative;
	float: right;
	width: 41%;
	text-align: left;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #444444;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	line-height: 175%;
}
.contactRight form {
	position: relative;
	width: 100%;
}
.contactRight form input[type=text], .contactRight form input[type=email], .contactRight form input[type=number] {
	position: relative;
	width: 100%;
	line-height: 30px;
}
.contactRight form textarea {
	position: relative;
	width: 100%;
	line-height: 28px;
}
.contactRight form select {
	position: relative;
	width: 100%;
	height: 40px;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #444444;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	line-height: 175%;
}
.contactRight form input[type=submit] {
	position: relative;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #6EC1E4;
	border: solid 1px #6EC1E4;
	padding: 12px 20px;
	text-decoration: none;
	margin-top: 0px;
	border-radius: 6px;
}
footer {
	position: relative;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: center;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
	text-decoration: none;
	line-height: 165%;
}
.googleContainer {
	position: relative;
	width: 100%;
	margin-top: 25px;
	padding-top: 56.25%;
}
.googleVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #6EC1E4;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
	border-radius: 50%;
	text-align: center;
}
#back2Top:hover {
    background-color: #BBBBBB;
    color: #EEEEEE;
}
.noBreak {
	white-space: nowrap;
}
.pageSpacer {
	clear: both;
	height: 10px;
}

@media only screen and (max-width: 1200px) {
	.bioPic {
	width: 100%;
	}
	.bioText {
	width: 100%;
	}
	.bioPic img {
	width: 40%;
	margin: 0px auto 30px auto;
	}
	.floatLeft {
	float: none;
	}
	.floatRight {
	float: none;
	}
	.boldBlue, h3 {
	text-align: center;
	}
	.contactLeft, .contactRight {
	float: none;
	width: 100%;
	}
	.contactRight form {
	position: relative;
	width: 100%;
	}
	.contactRight form input[type=submit] {
	margin: 25px auto;
	text-align: center;
	}
	.break {
	height: 50px;
	}
	
	
}
@media only screen and (max-width: 1000px) {
	.columnContainer {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: block;
	border-collapse: separate;
	border-spacing: 0px;
	}
	.twoColumn{
	position: relative;
	width: 90%;
	margin: 0px auto 5px auto;
	display: block;
	vertical-align: top;
	}
}
@media only screen and (max-width: 800px) {
	body {
	font-size: 16px;
	}
	header img {
	max-width: 45%;
	}
	.bioPic img {
	width: 50%;
	margin: 0px auto 20px auto;
	}
	.bioText {
	font-size: 16px;
	}
	h1 {
	font-size: 26px;
	}
	.subTitle {
	font-size: 18px;
	margin-top: 8px;
	}
	h2 {
	font-size: 24px;
	}
	h3 {
	font-size: 24px;
	}
	.bookNow {
	font-size: 26px;
	}
	.basicTxt {
	font-size: 16px;
	}
	.boldTxtHead {
	font-size: 16px;
	}
	.boldBlue {
	font-size: 38px;
	margin-bottom: 40px;
	}
	.break {
	height: 40px;
	}
	#mLink {
	display: block;
	}
	#navigation ul {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #F45B5B;
	text-align: center;
	background-color: #FFFFFF;
	border-top: solid 1px #F45B5B;
	display: none; 
	}
	#navigation ul li {
	position: relative;
	margin: 0px ;
	display: block;
	line-height: 60px; 
	border-bottom: solid 1px #F45B5B; 
	}
	#navigation ul li a {
	color: #F45B5B;
	text-decoration: none;
	white-space: nowrap;
	display: block; 
	}
	#navigation ul li a:hover {
	border-bottom: none; 
	}
	.pagePic {
	position: relative;
	float: none;
	width: 76%;
	border-radius: 18px;
	margin: 0px auto 20px auto;
	}
	.frontButton {
	font-size: 24px;
	}
	.columnContainerList .twoColumn {
	position: relative;
	width: 100%;
	margin: 0px auto;
	display: block;
	vertical-align: top;
	}
	.columnContent ul {
	padding: 0px;
	margin: 0px 0px;
	width: 100%;
	}
	.pageSpacer {
	clear: both;
	height: 10px;
	}
}
@media only screen and (max-width: 600px) {
	body {
	font-size: 14px;
	}
	.bioText {
	font-size: 14px;
	}
	h1 {
	font-size: 24px;
	}
	h2 {
	font-size: 21px;
	}
	.bookNow {
	font-size: 21px;
	}
	.basicTxt {
	font-size: 14px;
	}
	.boldTxtHead {
	font-size: 14px;
	}
	.boldBlue {
	font-size: 34px;
	margin-bottom: 30px;
	}
	.break {
	height: 30px;
	}
	.frontButton {
	font-size: 21px;
	}
}
