@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300|Open+Sans:300&display=swap");

/* -------------------------------------------------------- */
/* GENERIC STYLING ELEMENTS */
/* -------------------------------------------------------- */
:root {
  --main-highlight-color: #49c5b6;
  --alt-highlight-color: #ff6265;
  --main-bg-color: #f1f1f1;
  --dark-bg-color: #444;
  --main-btn-color: #f57812;
  --main-txt-color-drk: #111;
  --main-transition: all 0.3s ease-in-out;
}
html, body {
  overflow-x:hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  color: #111;
  background-color: var(--main-bg-color);
}
.vanilla-txt {
  color: #fff !important;
}
.vanilla-bg {
  background-color: #f1f1f1 !important;
}
.transparent {
  background-color: transparent !important;
}
.darken {
  color: #444 !important;
  font-weight: 600;
  border-bottom: solid #ccc 1px;
  padding-bottom: 5px;
}
.alert {
  color: #FF4136;
}
.warning {
  color: #FF851B;
}
.info {
  color: #0074D9;
}
.accent {
  color: #ff6265;
}
.accent-bg {
  background-color: #ff6265;
}
.accent-bg-alt {
  background-color: var(--accent-color);
}
.circle {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block
}
.rectangle {
  height: 25px;
  width: 50px;
  border-radius: 5px;
  display: inline-block
}
.radius-sm {
  border-radius: 5px;
}
.radius-md {
  border-radius: 10px;
}
.radius-lg {
  border-radius: 15px;
}
.contain {
  contain: content;
}
button, a, input {
  outline: 0;
  text-decoration: none;
}
a, a:visited {
  color: var(--accent-color-alt);
}
a:hover {
  color: #f57812;
  transition: 0.3s ease-in-out;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-base {
  vertical-align: baseline;
}
.padme {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wrapme-md {
  margin-left: 3rem;
  margin-right: 3rem;
}
.wrapme-lg {
  margin-left: 5rem;
  margin-right: 5rem;
}
.buffer {
  padding-bottom: 1.5rem;
}
.buffer-bottom-sm {
  padding-bottom: 1rem;
}
.buffer-bottom-md {
  padding-bottom: 3rem;
}
.buffer-bottom-lg {
  padding-bottom: 5rem;
}
.buffer-top {
  padding-top: 3rem;
}
.left {
  text-align: left;
}
.bottom {
  vertical-align: bottom;
}
.show {
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
.hide {
  visibility: hidden;
  }
a {
  cursor: pointer;
}
button {
  background-color: var(--main-btn-color);
  border: none;
  color: #fff;
  padding: 13px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  }
button.basic {
  background-color: #aaa;
}
button.disabled {
  background-color: #aaa;
  cursor: not-allowed;
}
button:hover:not(.disabled) {
  background-color: var(--main-highlight-color);
  color: #444;
  transition: all 0.3s ease-in-out;
}
button.learn {
  background-color: #fff;
  border: solid 1.5px var(--main-btn-color);
  color: var(--main-btn-color);
}
button.learn:hover:not(.disabled) {
  background-color: var(--main-btn-color);
  color: #fff;
}
button.primary {
  background-color: var(--accent-color-alt-drk);
  color: #fff;
}
button.primary:hover:not(.disabled) {
  background-color: var(--accent-color-alt);
}
button.info {
  background-color: var(--accent-color-alt);
  color: #fff;
}
button.info:hover:not(.disabled) {
  color: var(--color-white);
  background-color: var(--accent-color-alt-drk);
}
section .inner {
  margin: 0 auto;
  max-width: 80rem;
}
.wrapper.style2 {
  background-color: #fff;
  color: #a6a6a6;
}
.wrapper {
  padding: 6rem 0 4rem 0;
  position: relative;
  margin: 0;
}
.wrapper + .wrapper {
  padding-top: 0;
}
img.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.flexgrid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
}
.flexgrid h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.flexgrid > div > div {
  text-indent: 10px;
  color: var(--main-txt-color-drk);
  margin-bottom: 0.5rem;
}
table.table {
  border-collapse: collapse;
  width: 70%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
table.table-card {
  width: 700px;
  max-width: 90%;
  border-radius: 20px;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
table.table-card:hover {
  box-shadow: var(--box-shadow);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
table.hover tr:hover td { background-color: var(--color-grey-lht); transition: 0.5s ease-in-out; }
table.striped tr:nth-child(even) {
  background-color: var(--color-grey-lht);
}
table.shadowed {
  box-shadow: var(--box-shadow);
}
table.table tr td:first-of-type,
table.table tr th:first-of-type {
  /* font-weight: bold;
  color: #555; */
  text-align: left;
  text-indent: 1rem;
}
table.table tr th {
  /* background-color: #f1f1f1; */
  /* color: #fff; */
  font-weight: bold;
  color: #555;
  padding: 10px;
  border: none;
  /* border-bottom: 1px solid #ddd; */
}
table.table tr td {
  padding: 10px;
  margin: 5px;
  /* border-bottom: 1px solid #ddd; */
  background-color: #fff;
}
table.table tr td:first-of-type {
  padding-left: 2rem;
}
table.table tr td:last-of-type {
  padding-right: 2rem;
}
table.table tr:last-of-type td {
  padding-bottom: 2rem;
}
table.table tr:last-of-type td {
  border-bottom: none;
}
table.table thead tr:first-of-type td:first-of-type {
  border-top-left-radius: 20px;
}
table.table thead tr:first-of-type td:last-of-type {
  border-top-right-radius: 20px;
}
table.table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px;
}
table.table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 20px;
}
table.table tr td.active {
  background-color: #ff6265;
  color: #fff;
}
table.table h3 {
  margin-bottom: 0.2rem;
  color: #49c5b6;
}

/* -------------------------------------------------------- */
/* FARES SECTION */
/* -------------------------------------------------------- */
.fares-n-schedule {
  display: block;
  width: 100%;
}
.fares-n-schedule .columns {
  /* float: left; */
  display: inline-block;
  vertical-align: top;
  max-width: 35rem;
  width: 30rem;
  padding: 8px;
  margin: 1rem;
}
.fares-n-schedule * {
  box-sizing: border-box;
}
.fares-n-schedule .wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #111;
  border-radius: 10px;
}
.fares-n-schedule .wrap:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.fares-n-schedule .wrap .header {
  background-color: #49c5b6;
  color: white;
  font-size: 25px;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fares-n-schedule .wrap table {
  width: 100%;
  border-spacing: 0;
}
.fares-n-schedule .wrap th,
.fares-n-schedule .wrap td {
  border: none;
}
.fares-n-schedule .wrap th:first-of-type,
.fares-n-schedule .wrap td:first-of-type {
  border-right: solid 0.5px #eee;
}
.fares-n-schedule .wrap li,
.fares-n-schedule .wrap th,
.fares-n-schedule .wrap td {
  border-bottom: 1px solid #eee;
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.fares-n-schedule .wrap li:last-of-type{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fares-n-schedule .wrap tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}
.fares-n-schedule .wrap tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}
.fares-n-schedule .wrap p {
  font-size: 0.8rem;
  margin-bottom: 0;
  font-style: italic;
  color: #fff;
}
/* -------------------------------------------------------- */
/* SCHEDULE SECTION */
/* -------------------------------------------------------- */
.schedule {
  /* display: block; */
  width: 100%;
}
.schedule .header h2 {
  padding-bottom: 0;
}
.schedule .header h2 + h3 {
  color: var(--accent-color-alt);
  margin-top: 0;
}
.schedule .header h2 + h3:parent {
  margin-bottom: 0;
}
.schedule .columns {
  /* float: left; */
  display: inline-block;
  vertical-align: top;
  max-width: 35rem;
  /* width: 30rem; */
  padding: 8px;
  margin: 1rem;
}
.schedule td, .schedule th {
  border: none;
  padding: 1rem;
}
.schedule td {
  border-bottom: 1px solid #ddd;
}

.schedule table.striped tr:nth-child(even){background-color: #f2f2f2;}

.schedule tr:hover {transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s; }
.schedule tr:hover {background-color: #ddd; transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;}

.schedule tr:first-of-type th:first-of-type {
  border-top-left-radius: 5px;
}
.schedule tr:first-of-type th:last-of-type {
  border-top-right-radius: 5px;
}
.schedule tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 5px;
}
.schedule tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 5px;
}
.schedule th {
  font-size: 1.5rem;
  padding: 1.8rem;
  text-align: center;
  background-color: var(--color-grey-lht);
  /* color: white; */
}
.schedule table {
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
  border-radius: 5px;
  background-color: #fff;
}
.schedule table tr td.active {
  background-color: var(--accent-color);
  /* color: #fff; */
}
.schedule .early-sched:not(#downtown),.schedule .late-sched:not(#downtown) {
  display: none;
}
.schedule .early-sched,
.schedule .late-sched {
  display: flex;
  justify-content: center;
  align-items: center;
}
time {
  animation: appear 1s;
}
#maps {
  background-color: #fff;
}

/* -------------------------------------------------------- */
/* NAV BAR */
/* -------------------------------------------------------- */
#main-nav {
  height: 5rem;
  z-index: 1;
}
.nav {
  width: 100%;
  position: absolute;
  /* top: 0; */
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  overflow: hidden;
  border: none;
  -moz-animation: none;
  -webkit-animation: none;
  -ms-animation: none;
  animation: none;
  }
.nav:before {      /* create a full-height inline block pseudo-element */
  content: ' ';
  display: inline-block;
  vertical-align: middle; /* vertical alignment of the inline element */
  height: 100%;
}
.nav ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
  }
.nav li {
  padding: 0.5rem;
  display: inline-block;
  }
.nav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: .5rem .7rem;
  color: inherit;
}
.nav li a:visited {
  color: inherit;
  }
.nav li a:hover {
  color: #49c5b6;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  }
nav.highlight {
  background-color: rgba(255,255,255, 1);
  color: #222;
  position: fixed;
  top: 0;
  -moz-animation: reveal-header 0.5s ease;
  -webkit-animation: reveal-header 0.5s ease;
  -ms-animation: reveal-header 0.5s ease;
  animation: reveal-header 0.5s ease;
  }
#menu {
  display: inline-block;
  padding: .5rem .7rem;
}
.menu span {
  position: absolute;
  right: 2.5rem;
  top: 40%;
  cursor: pointer;
}
.menu span:hover {
  color: #49c5b6;
  transition: all 0.3s ease-in-out;
}

/* NAV -- LOGO */
/* -------------------------------------------------------- */
.logo {
  display: inline-block;
  padding: .5rem .7rem;
  } 
.logo img {
  font-weight: 400;
  width: 2rem;
  vertical-align: middle;
  }
.logo a {
  /* color: #49c5b6; */
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;    
  padding: .5rem .7rem;
  }
.logo span.logo-sub {
  display: initial;
  }
.logo a:visited {
  color: inherit;
  }
.logo a:hover {
  /* color: rgba(255, 255, 255, 0.65); */
  color: #49c5b6;
  transition: all 0.3s ease-in-out;
  }

/* -------------------------------------------------------- */
/* SIDE NAV */
/* -------------------------------------------------------- */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: var(--color-grey-lht);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.nav-container {
  display: none;
}
.sidenav a {
  padding: 12px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--color-grey-drk);
  display: block;
}
.sidenav div.list-item {
  display: flex;
}
.sidenav div.list-item a {
  display: inline-flex;
  width: 100%;
}
.sidenav div.list-item a.dropdown {
  padding-left: 5px;
}
.sidenav a.active {
  background-color: rgba(50,50,50,0.6);
}
.sidenav a:hover {
  color: var(--main-highlight-color);
}

.sidenav .closebtn {
  /* position: absolute; */
  top: 0;
  font-size: 36px;
  margin-right: 50px;
}

/* -------------------------------------------------------- */
/* HEADER SECT */
/* -------------------------------------------------------- */
.main-header {
  margin-top: 5rem;
  }
.header {
  padding: 1rem;
  padding-bottom: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  }

/* -------------------------------------------------------- */
  /* HERO SECT */
/* -------------------------------------------------------- */
#hero-sect {
  /* padding-top: 5rem; */
  padding-left: 0;
  padding-right: 0;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.8), 
    rgba(0, 0, 0, 0.4)
  ),url('../images/DJI_0037_reduced-min.png');
  background-repeat: no-repeat;
  background-color: #010101;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100vh;
  min-height: 50rem;
  max-height: 1200px;
  width: 100%;
  color: #FFF;
}
#hero-sect > div {
  position: relative;
  height: 100%;
}
.hero > * {
  margin-left: auto;
  margin-right: auto;
  /* padding: 5rem; */
  text-align: center;
}
.hero header {
  padding-top: 5rem;
}
.hero h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 3rem;
  margin-bottom: 0;
  color: #FFF;
  font-weight: 600;
  line-height: 1.5;
  /* margin: 0 0 1rem 0; */
}
#hero-video {
  width:100vw;
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}
.hero header h2 + p:after {
  content: '';
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 1px;
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
}
#hero-footer {
  align-items: flex-end;
  justify-content: space-around;
  width: 100%;
  padding: 2rem 0 2rem 0;
  border-top: solid 1px rgba(250, 250, 250,.8);
}
#hero-footer > div {
  width: -webkit-fill-available;
}
#hero-footer i {
  padding: 1rem;
  vertical-align: middle;
  color: #49c5b6;
  font-size: 2.5rem;
}
#hero-footer p {
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
}
#hero-footer h3 {
  margin: 0;
  padding: 0;
}
#services-container {
  flex-basis: 100%;
  width: 100%;
}
#services-container .prev,
#services-container .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  color: var(--accent-color-highlight);
  font-size: 7rem;
  transition: var(--transition);
  border-radius: 0 3px 3px 0;
  user-select: none;
}
#services-container .prev {
  left: 0;
  margin-left: 3rem;
  border-radius: 3px 0 0 3px;
}
#services-container .next {
  right: 0;
  margin-right: 3rem;
  border-radius: 3px 0 0 3px;
}
#services-container .prev:hover,
#services-container .next:hover {
  color: var(--main-highlight-color);
}
#services-container .services {
  display: none;
  width: 80%;
  justify-content: space-evenly;
  transition: padding 2s linear;
}
#services-container .services video {
  border-radius: 7px;
  /* border: solid 1px #eaeaea; */
  box-shadow: 0 0 2rem rgba(250,250,250,.3);
}
#services-container .services .stx-img > div {
  content: "";
  width: 450px;
  height: 300px;
  border-radius: 7px;
  background-image: url(../images/culture_tractor_pull-min.png);
  background-attachment: scroll;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#services-container .services .charter-img > div {
  content: "";
  width: 400px;
  height: 300px;
  border-radius: 7px;
  background-image: url(../images/private_charter_dock_mobile-min.png);
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: var(--box-shadow);
}
#services-container .services .ads-img > div {
  content: "";
  width: 350px;
  height: 400px;
  border-radius: 7px;
  background-image: url(../images/ads_screenshot-min.png);
  background-attachment: scroll;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#services-container .services span.material-icons {
  font-size: 10rem;
  color: var(--main-highlight-color);
}
#services-container .services .context {
  text-align: left;
}
#services-container .services.active .context ul {
  margin-bottom: 2rem;
}
#services-container .services.active .context ul li {
  visibility: hidden;
  padding-left: unset;
  animation-name: disappear;
  -webkit-animation-name: disappear;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  transition: all linear 0.3s;
}
#services-container .services.active:hover .context ul li:nth-of-type(1) {
  visibility: visible;
  animation-name: appear;
  -webkit-animation-name: appear;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  padding-left: 1.2rem;
}
#services-container .services.active:hover .context ul li:nth-of-type(2) {
  visibility: visible;
  animation-name: appear;
  -webkit-animation-name: appear;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  padding-left: 1.2rem;
}
#services-container .services.active:hover .context ul li:nth-of-type(3) {
  visibility: visible;
  animation-name: appear;
  -webkit-animation-name: appear;
  animation-duration: 0.9s;
  -webkit-animation-duration: 0.9s;
  padding-left: 1.2rem;
}
#services-container .services.active:hover .context ul li:nth-of-type(4) {
  visibility: visible;
  animation-name: appear;
  -webkit-animation-name: appear;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  padding-left: 1.2rem;
}
#services-container .services.active p {
  opacity: 0.7;
  animation-name: appear;
  -webkit-animation-name: appear;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  transition: all linear 0.5s;
}
#services-container .services.active:hover .context p {
  opacity: 1;
  transition: all linear 1s;
}
#services-container .services.active:hover .context h3 {
  color: var(--main-highlight-color);
  transition: all linear 0.5s;
}
.services.active h3 + p:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.3rem;
  margin-top: -1.2rem;
  background-color: var(--alt-highlight-color);
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.services.active:hover h3 + p:before {
  width: 100px;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
#services-container .services.active {
  display: flex;
  cursor: pointer;
  animation-name: appear;
  -webkit-animation-name: appear;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
.services p {
  /* margin-top: 0; */
  font-size: 1.3rem;
}
.services h3 {
  font-size: 2rem;
  margin: 0;
}
.services img {
  width: 80%;
  max-width: 450px;
  border-radius: 7px;
}
.services > * {
  /* width: -webkit-fill-available; */
}
.services button {
  background-color: var(--main-highlight-color);
}
.services button.hallow {
  background-color: transparent;
  border: solid 1.5px var(--main-highlight-color);
}
.services button.hallow:hover {
  color: var(--main-btn-color);
  border: solid 1.5px var(--main-highlight-color);
}
.services button + button,
.services a + button,
.services a + a {
  margin-left: 1rem;
  margin-right: 1rem;
}
.badge {
  display: block;
  position: relative;
  width: 20rem;
  height: 20rem;
  cursor: pointer;
  background: url(../images/waterfront_mobile-min.png) no-repeat 100% 50%;
  background-size: cover;
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.75);
}
.badge:hover {
  box-shadow: 0px 0.5rem 2rem rgba(0, 0, 0, 0.75);
  background-position: 0% 50%;
}
.badge:hover .text {
  -webkit-transform: rotate(-45deg) translate(0px) rotate(-315deg);
          transform: rotate(-45deg) translate(0px) rotate(-315deg);
  background: rgba(102, 51, 153, 0.5);
  width: 20rem;
  letter-spacing: 1rem;
  line-height: 20rem;
  height: 20rem;
  margin-top: -10rem;
  margin-left: -10rem;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
}
.badge .text {
  display: block;
  position: absolute;
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  left: 50%;
  top: 50%;
  margin-top: -5rem;
  margin-left: -5rem;
  font-size: 1.5rem;
  font-family: Raleway, sans-serif;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: var(--alt-highlight-color);
  -webkit-transform: rotate(-180deg) translate(-10rem) rotate(180deg);
          transform: rotate(-180deg) translate(-10rem) rotate(180deg);
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
#values-sect p {
  font-size: 1.5rem;
  color: #777;
  border-bottom: solid 1px #eaeaea;
  /* border-top: solid 1px #eaeaea; */
  padding-top: 2rem;
  padding-bottom: 2rem;
  word-spacing: 3px;
}
.tsbold {
  font-weight: 600;
  color: var(--accent-color-alt);
}
#ttd ul {
  padding-left: 0;
}
#ttd ul li {
  list-style: none;
  font-size: 1.5rem;
  margin: 1rem;
  display: flex;
  align-items: center;
}
#ttd span.material-icons {
  padding-right: 1rem;
  font-size: 3rem;
  color: var(--accent-color-alt);
}
/* -------------------------------------------------------- */
/* HEADER + P STYLINGS */
/* -------------------------------------------------------- */
header h2 {
  font-size: 3rem;
  color: #777;
  padding: 2rem;
  margin: 0;
}
header h2 + p {
  margin-top: -1rem;
}
header p {
  position: relative;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 3rem 0 3rem;
  padding-top: 1.75rem;
  letter-spacing: .25rem;
}
/* header p:after {
  content: '';
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.65);
} */
.tagline {
  position: absolute;
  bottom: 35%;
  max-width: 40rem;
  margin-left: 3rem;
  margin-right: 3rem;
  }
.tagline h3 {
  font-size: 2.0rem;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.tagline p {
  /* color: rgba(255, 255, 255, 0.65); */
  color: var(--main-highlight-color);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  letter-spacing: .1rem;
  text-align: left;
}
.tagline .book-ticket {
  padding: 1rem;
}
.dropdown {
  cursor: pointer;
}
.dropdown:hover i.fa-caret-down, .dropdown i.fa-caret-down.active {
  color: #49c5b6;
}
.dropdown-container {
  display: none;
  text-indent: 8px;
}
.dropdown-container a { font-size: 1rem; }

/* -------------------------------------------------------- */
/* FOOTER SECTION */
/* -------------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
}
.slideshow-container {
  display: flex;
}
/* -------------------------------------------------------- */
/* TS APPAREL */
/* -------------------------------------------------------- */
#tsapparel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  color: var(--color-white);
  background-image: url(../images/tsapparelvi_rashguard.webp);
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s ease-in-out;
  }
#tsapparel .ts-content {
  position: relative;
  color: white;
  }
#tsapparel .ts-content .abv,
#tsapparel .ts-content .blw {
  font-size: 0.8rem
  }
#tsapparel .ts-content .hdr {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.apparel-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
#tsapparel button {
  position: relative;
  font-size: 1.2rem;
  color: var(--bg-color);
  background-color: transparent;
  border: solid 2px var(--accent-color);
}
#tsapparel button:hover {
  color: var(--accent-color-alt);
  background-color: var(--color-white);
  border-color: var(--color-white);
  transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}
/* -------------------------------------------------------- */
/* EVENTS SECTION */
/* -------------------------------------------------------- */
.events {
  display: inline-flex;
  position: relative;
  width: 40%;
  height: 400px;
  contain: content;
}
.events.stx {
  background-image: linear-gradient(
    rgba(250, 250, 250, 0.5), 
    rgba(250, 250, 250, 0.1)
  ),url('../images/stx_image1-min.png');
  background-repeat: no-repeat;
  background-color: #010101;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.events.pr {
  background-image: linear-gradient(
    rgba(250, 250, 250, 0.5), 
    rgba(250, 250, 250, 0.1)
  ),url('../images/puerto-rico-tourism-min.png');
  background-repeat: no-repeat;
  background-color: #010101;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.events.charters {
  background-image: linear-gradient(
    rgba(250, 250, 250, 0.5), 
    rgba(250, 250, 250, 0.4)
  ),url('../images/jost_beach-min.png');
  background-repeat: no-repeat;
  background-color: #010101;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.events .events-content {
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
}
.events .events-content h2 {
  font-family: Rozha;
  font-size: 5.2rem;
  margin: 0;
  text-align: center;
}
.events .events-content h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2.5px;
  color: var(--dark-bg-color);
}
.events img {
  width: 100%;
  max-height: 400px;
}
.events p {
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  margin-top: 0.5rem;
  text-transform: capitalize;
}
.events div {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 0.7rem;
}
.events .text {
  padding-top: .7rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.events p:after {
  content: "\00a0";
}
/* .events button {
  background-color: #ccc;
} */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
.about-us {
  background-color: #fff;
  border-radius: 15px;
  max-width: 50rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
.about-us .header {
  color: #fff;
  padding: 1rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #49c5b6;
}
.about-us .body p {
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.2rem;
  text-align: justify;
}
.about-us img {
  border-radius: 15px;
  padding: 10px;
  max-width: 300px;
  max-height: 200px;
  }

#benefits-sect .grid-perks {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-evenly;
}  
#benefits-sect .perk {
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#benefits-sect .perk > div {
  width: 80%;
}
#benefits-sect h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  color: #444;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
#benefits-sect i {
  vertical-align: middle;
  color: var(--accent-color);
  font-size: 2.5rem;
  padding-right: 0.5rem;
}
#benefits-sect p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 0.5rem;
}
#events-sect {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.8), 
    rgba(0, 0, 0, 0.2)
  ),url('../images/sea_beach_water-min.png');
  background-repeat: no-repeat;
  background-color: #010101;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  min-height: 100vh;
  width: 100%;
}
#about-sect {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.8), 
    rgba(0, 0, 0, 0.2)
  ),url('../images/blue-textile-min.png');
}
#contact-sect {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.8), 
    rgba(0, 0, 0, 0.2)
  ),url('../images/beach_love-min.png');
  background-position: 100% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}
#contact-location {
  background-color: #fff;
}
#schedule-sect h2 + p {
  color: #a6a6a6;
}
#fares-sect {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.8), 
    rgba(0, 0, 0, 0.2)
  ),url('../images/beach-during-sunset-min.png');
  background-repeat: no-repeat;
  background-color: #010101;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  min-height: 100vh;
  width: 100%;
}
#fares-sect header h2 {
  color: #fff;
}
.fares-container {
  display: block;
  text-align: center;
}
#fare-cards-sect {
  background: linear-gradient(#222 400px, #fff 400px);
  background-image: url(../images/fares-min.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.fares {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  max-width: 50rem;
  width: 40%;
  margin: 1.5rem;
}
.fares .header {
  color: #fff;
  font-size: 1.3rem;
  padding: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #49c5b6;
}
.fares .body p {
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.2rem;
  text-align: justify;
}

#schedule-sect {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.4), 
    rgba(0, 0, 0, 0.2)
  ),url('../images/boat-boating-close-up-coast-min.png');
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
#services-sect {
  background: linear-gradient(#222 400px, #fff 400px);
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.8), 
    rgba(0, 0, 0, 0.2)
  ),url('../images/sea_beach_water-min.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.aux-main {
  background: #BA8B02;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #181818, #BA8B02);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #181818, #BA8B02); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
.aux-main header h2 { color: #fff; text-shadow: 0 0 white; }
.ads-main {
  display: flex;
  background-image: linear-gradient(
    rgba(50, 50, 50, 0.8), 
    rgba(0, 0, 0, 0.2)
  ),url('../images/DJI_0115_reduced-min.png');
  background-repeat: no-repeat;
  background-color: var(--main-bg-color);
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  width: 100%;
  height: calc(5rem + 100px);
}

/* TESTIMONIALS */
#testimonials-sect > div {
  width: 50%;
  max-width: 900px;
}
.testimonial {
  position: relative;
  width: 500px;
  max-width: 95%;
  padding: 3rem;
  margin: 1.5rem 0 1.5rem 0;
  font-size: 1.2rem;
  background-color: var(--accent-color-alt);
  border-radius: 15px;
  color: var(--main-txt-color-drk);
}
.testimonial:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: start;
  content: '"';
  font-size: 7rem;
  font-family: cursive;
  width: 50px;
  height: 50px;
  top: -3.7rem;
  left: 1rem;
}
.testimonial .hdr {
  font-weight: 800;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
.testimonial:nth-of-type(odd) {
  align-self: flex-start;
}
.testimonial:nth-of-type(even) {
  align-self: flex-end;
}
.testimonial button.read {
  background-color: var(--accent-color-alt-drk);
}
.testimonial button.read:hover {
  background-color: var(--accent-color-alt-drk);
  color: var(--color-grey-lht);
}
.read-more {
  display: none;
}

.ads-body .card-wrapper {
  margin: 1rem;
  width: 330px;
  max-width: 400px;
  height: auto;
  min-height: 350px;
  padding-top: 3rem;
  justify-content: center;
  align-items: center;
}
.ads-body .card-wrapper .card-info {
  margin-top: -2rem;
  padding: 1.5rem;
  width: 80%;
  height: auto;
  min-height: 90%;
  border-radius: 7px;
  box-shadow: var(--box-shadow);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-white);
}
.aux-body,
.ads-body,
#ads-gal-slider {
  background-color: var(--main-bg-color);
}
.aux-body .context,
.ads-body .context {
  font-size: 1.2rem;
  line-height: 2rem;
  word-spacing: 0.2rem;
  width: 70%;
  min-width: 300px;
  max-width: 1000px;
}
.aux-body .material-icons,
.ads-body .material-icons {
  font-size: 2rem;
  color: var(--accent-color-alt);
}
.aux-body h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.aux-body h2,
.ads-body h2,
#ads-gal-slider h2 {
  font-size: 1.5rem;
}
.aux-body h2 {
  font-size: 2rem;
}
.aux-body h3 {
  font-size: 1.5rem;
}

/* -------------------------------------------------------- */
/* EVENT CARD                                               */
/* -------------------------------------------------------- */
.event-card {
  padding: 0;
  margin: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
  width: 95%;
  max-width: 650px;
  background-color: #fff;
}
.event-card-hdr,
.event-card-subhdr,
.event-card-body {
  padding: 1rem;
}
.event-card-hdr {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 0 0 black;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  min-height: 250px;
  background: var(--accent-color-alt);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.event-card-subhdr {
  font-size: 1.3rem;
  font-weight: 600;
}
.event-card-subhdr > div:first-of-type {
  position: relative;
}
.event-card-subhdr > div:first-of-type:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: 5%;
  height: 8px;
  margin-top: 2rem;
  border-radius: 999em;
  background-color: var(--accent-color);
}
.event-card-body {

}
#interisland-card.event-card-hdr {
  background-image: linear-gradient( 45deg,rgba(255, 255, 255, 0.01), rgba(227, 246, 255, 0.7),rgba(193, 230, 232, 0.03) ),url('../images/waterfront_mobile-min.png');
}
#pr-card.event-card-hdr {
  background-image: linear-gradient( 45deg,rgba(255, 255, 255, 0.01), rgba(227, 246, 255, 0.7),rgba(193, 230, 232, 0.03) ),url('../images/puertorico_beach-min.png');
}
#stx-card.event-card-hdr {
  background-image: linear-gradient( 45deg,rgba(255, 255, 255, 0.01), rgba(227, 246, 255, 0.7),rgba(193, 230, 232, 0.03) ),url('../images/culture_fruit_stand-min.png');
}
#charter-card.event-card-hdr {
  background-image: linear-gradient( 45deg,rgba(255, 255, 255, 0.01), rgba(227, 246, 255, 0.7),rgba(193, 230, 232, 0.03) ),url('../images/private_charter_dock_mobile-min.png');
}
#cruises.event-card-hdr {
  background-image: linear-gradient( 45deg,rgba(255, 255, 255, 0.01), rgba(227, 246, 255, 0.7),rgba(193, 230, 232, 0.03) ),url('../images/DJI_0037_mobile-min.png');
}
#cruise-card.event-card-hdr {
  background-image: linear-gradient( 45deg,rgba(255, 255, 255, 0.01), rgba(227, 246, 255, 0.7),rgba(193, 230, 232, 0.03) ),url('../images/tsunamiphotos_cruzbay1_sunset-min.png');
}
#contact-card.event-card-hdr {
  background-image: linear-gradient( 45deg,rgba(255, 255, 255, 0.01), rgba(227, 246, 255, 0.7),rgba(193, 230, 232, 0.03) ),url('../images/beach-coast-island-landscape-348520.jpg');
}
#aboutus-card.event-card-hdr {
  background-image: linear-gradient( 45deg,rgba(255, 255, 255, 0.01), rgba(227, 246, 255, 0.7),rgba(193, 230, 232, 0.03) ),url('../images/loredonsr_portrait-min.png');
  background-position: 100% 22%;
  color: #fff;
  text-shadow: 0 0 white;
}
.about-body {
  line-height: 1.7rem;
  font-size: 1.2rem;
}
.about-body em {
  color: var(--accent-color-alt-drk);
  font-weight: 600;
}
/* -------------------------------------------------------- */

.absolute {
  position: absolute;
}
.inline {
  display: inline-block;
}
.flex {
  display: flex;
}
#special-sect {
  display: block;
  /* height: 35rem; */
  background-color: var(--color-grey-lht);
}
#special-sect .hdr {
  background-color: var(--color-grey-lht);
}
.content {
  display: flex;
}
.content .content-container {
  display: inline-flex;
  color: var(--main-txt-color-drk);
  margin-left: 5rem;
  margin-right: 5rem;
}
.content .content-container > div:first-of-type {
  width: 70%;
}
.content .content-container p {
  line-height: 1.5rem;
  font-size: 16px;
}
#mission-sect {
  background-color: #f1f1f1;
  color: #777;
}
#mission-sect * {
  color: #777;
} 
#mission-sect p:after {
  background-color: rgba(200, 200, 200, 0.65);
}
.validation {
  display: none;
  }
.validation > * {
  margin-bottom: 0;
}
.validation p {
  margin-top: 0;
}
.alert-msg {
  padding: 20px;
  margin: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert-msg.success {background-color: #4CAF50;}
.alert-msg.info {background-color: #2196F3;}
.alert-msg.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/* Footer */

#footer {
  padding: 4rem 0 2rem 0 ;
  background: #000;
  text-align: center;
}

  #footer a {
    color: rgba(255, 255, 255, 0.5);
  }

    #footer a:hover {
      color: #FFF;
    }

  #footer .copyright {
    color: #bbb;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
    padding: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
  }

/* Contact */
#contact-sect header > h2 {
	color: #fff;
}
#contact-header {
	color: #fff;
	padding: 1rem;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color: var(--accent-color-alt);
}
.contact-footer {
	padding: 1rem;
}
#contact.contact {
	background-color: #fff;
  border-radius: 7px;
  box-shadow: var(--box-shadow);
	max-width: 40rem;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
}
#contact.contact .contact-body {
	display: block;
	margin: 1rem;
}

#contact.contact .contact-body > div {
	display: flex;
	margin: auto;
	padding: 1rem;
}

#contact .csect {
	width: 70%;
  min-width: 10rem;
  max-width: 30rem;
}

#contact .csect label,
#contact .csect input,
#contact .csect textarea
 {
	display: inline-block;
}
#contact textarea {
  height: 8rem;
}

#contact .csect label {
  position: absolute;
  margin-top: 5px;
	text-align: right;
	font-weight: 400;
	padding-right: 2rem;
  max-width: 10rem;
  cursor: text;
	vertical-align: text-top;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

label[for=message] {
	text-align: top;
}

.contact select {
  background-color: var(--color-grey-lht);
  outline: none;
  width: -webkit-fill-available;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.25;
  border: 1px solid var(--color-grey-lht);
  border-radius: 4px;
  box-shadow: none;
  padding: 1rem 1rem;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--color-grey-drk);
  transition: var(--main-transition);
}

.contact select:focus {
  border-color: var(--main-highlight-color);
  text-decoration: none;
}
#contact.contact input[type=text],
#contact.contact input[type=email],
#contact.contact textarea {
  background-color: #fff;
  color: var(--dark-bg-color);
  font-size: initial;
  border: none;
  outline: 0;
	border-bottom: solid 1px var(--color-grey-lht);
	box-shadow: none;
  width: 100%;
  min-height: 2rem;
	transition: all 0.5s ease-in-out;
}
#contact.contact input[type=text]:focus,
#contact.contact input[type=email]:focus,
#contact.contact textarea:focus {
	border: none;
	border-bottom: solid 1px #49c5b6;
	transition: all 0.5s ease-in-out;
}
#contact label.focused  {
  transform: translateY(-125%);
  font-size: .75em;
}
#contact input.populated,
#contact input.populated:not(:focus) {
	border-color: #49c5b6;
}

#contact .btn-round-grey {
	color: #49c5b6;
	font-weight: 400;
	background-color: transparent;
	font-size: 0.9rem;
	border: 1.2px solid #49c5b6;
	border-radius: 36px;
	transition: 0.3s ease-in-out;
}
#contact .btn-round-grey:hover {
	background-color: #49c5b6;
	border-color: #38afa1;
	color: #fff;
}

/* Containers */

.container {
  margin-left: auto;
  margin-right: auto;
}

.container.\31 25\25 {
  width: 100%;
  max-width: 100rem;
  min-width: 80rem;
}

.container.\37 5\25 {
  width: 60rem;
}

.container.\35 0\25 {
  width: 40rem;
}

.container.\32 5\25 {
  width: 20rem;
}

.container {
  width: 80rem;
}


/* Icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
  }

  .icon > .label {
    display: none;
  }
  ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
  }

ul.icons li {
  display: inline-block;
  padding: 0 1rem 0 0;
}

  ul.icons li:last-child {
    padding-right: 0;
  }

  ul.icons li .icon:before {
    font-size: 2rem;
  }

/* CUSTOM MODAL */
/* The Modal (background) */
.modal, .modal-box {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  animation-name: appear;
  -webkit-animation-name: appear;
  animation-duration: .5s;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fff;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 5px;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 650px;
}
.modal-btn {
  cursor: pointer;
}
.modal-btn:hover {
  color: #0074D9;
  transition: 0.3s ease-in-out;
}
.modal h4,
.modal-box h4 {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.modal p,
.modal-box p {
  margin-top: 0;
  color: #777;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* ANIM SECT */
/* -------------------------------------------------------- */
/* SCROLL AND ONSTART ANIMATIONS */
.onstart-anim, .displayanim {visibility:hidden ;}
.slidedown {
    animation-name: slidedown;
    -webkit-animation-name: slidedown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
.slideup {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
.slideleft {
    animation-name: slideleft;
    -webkit-animation-name: slideleft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
.slideright {
    animation-name: slideright;
    -webkit-animation-name: slideright;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
.sliderightout {
  animation-name: sliderightout;
  -webkit-animation-name: sliderightout;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
.appear {
    animation-name: appear;
    -webkit-animation-name: appear;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
.rotated { 
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@keyframes slidedown {
  0% {
    opacity: 0;
    transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@keyframes slideright {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes sliderightout {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(20%);
  }
}
@-webkit-keyframes sliderightout {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20%);
  }
}
@keyframes slideleft {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    /* transform: translateY(70%); */
  }
  100% {
    opacity: 1;
    /* transform: translateY(0%); */
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
    /* -webkit-transform: translateY(70%); */
  }
  100% {
    opacity: 1;
    /* -webkit-transform: translateY(0%); */
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* REVEAL KEYFRAMES  */
@-moz-keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-ms-keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

/* Set the size of the div element that contains the map */
#location-sect {
  padding-top: 10px;
}
.map {
  margin-top: 5rem;
  max-width: 40rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.map iframe {
  width: 100%;
  border-radius: 10px;
}
.book p {
  width: 80vw;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
img.halloween {
  width: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
  box-shadow: 0 0 2rem rgba(73,197,182,.3);
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .hero header { padding-top: 0; }
  .hero h2 { font-size: 2rem; }
  header p { font-size: 0.8rem; padding-top: 1rem; }
  .tagline h3 { font-size: 1rem; }
  .tagline p { font-size: 0.8rem; }
}
/* SLIM WIDTH - TALL HEIGHT */
/* @media only screen and (max-height: 1100px) and (max-width: 500px) {
  #hero-sect {
    height: 50vh;
  }
}
@media only screen and (max-height: 900px) and (max-width: 767px) {
  #hero-sect:not(#contact-sect):not(#schedule-sect),
  .mainbg:not(#contact-sect):not(#schedule-sect) {
    min-height: 50vh;
  }
} */
@media only screen and (max-width: 1250px) {
  .badge {
    width: 15rem;
    height: 15rem;
  }
  .badge:hover .text {
    width: 15rem;
    height: 15rem;
    line-height: 15rem;
    letter-spacing: 1rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
  }
  .badge .text {
    width: 7.5rem;
    height: 7.5rem;
    line-height: 7.5rem;
    left: 17%;
    top: 17%;
    margin-top: 0rem;
    margin-left: -4.5rem;
    font-size: 1rem;
  }
  #services-container .prev,
  #services-container .next {
    font-size: 5rem;
  }
  #services-container .prev {
    margin-left: 1rem;
  }
  #services-container .next {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  .badge {
    width: 10rem;
    height: 10rem;
  }
  .badge:hover .text {
    background: rgba(102, 51, 153, 0.5);
    width: 10rem;
    letter-spacing: 0.6rem;
    line-height: 10rem;
    height: 10rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
  }
  .badge .text {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    left: 25%;
    top: 25%;
    margin-top: 0rem;
    margin-left: -4.5rem;
    font-size: 1rem;
  }
  #services-container .prev,
  #services-container .next {
    font-size: 3rem;
  }
  #services-container .prev {
    margin-left: 1rem;
  }
  #services-container .next {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal h2 {
    font-size: 1rem;
  }
  
  table.table {
    width: 100%;
  }
  table.table tr td {
    padding: 5px;
  }
  button {
    /* padding: 4px 6px; */
    font-size: 0.8rem;
  }
  .wrapme-md {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .wrapme-lg {
    margin-left: 2rem;
    margin-right: 2rem;
  }  
  .wrapper,
  nav + section div.inner {
    padding: 5rem 0 1.5rem 0;
  }
  #about-sect, #contact-sect,
  #about-sect .inner, #contact-sect .inner {
    padding-bottom: 0;
  }
  .about-us, #contact.contact {
    width: 95%;
  }
  .about-subhdr.inner-landscape-md,
  .about-body.inner-landscape-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #contact.contact .csect {
    width: 90%;
  }
  .hero header {
    padding-top: 2rem;
  }
  section, .fares-n-schedule .columns {
    /* display: block; */
  }
  /* #about-sect {
    background-color: #fff;
    background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-position: top;
    background-attachment: scroll;
    min-height: unset;
  } */
  /* #contact-sect {
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-position: top;
    background-attachment: scroll;
    min-height: unset;
  }   */
  .aux-body h2 { font-size: 1.5rem; }
  .aux-body h3 { font-size: 1.2rem; }
  .schedule table { width: 95%; }
  #schedule-sect {
    background-image: linear-gradient( rgba(0, 0, 0, 0.4) 200px, rgba(255, 255, 255, 1) 200px),url(../images/boat-boating-close-up-coast_mobile-min.png);
  }
  #schedule-sect > .inner > .schedule {
    margin-top: 1rem;
  }
  #contact-sect {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.2)
    ),url('../images/beach_love_mobile-min.png');
  }
  #fares-sect {
    /* background: linear-gradient(#222 400px, #fff 400px); */
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) ),url(../images/beach-during-sunset_mobile-min.png);
    background-color: #fff;
    background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-position: top;
    background-attachment: scroll;
  }
  #services-sect {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.8), 
      rgba(0, 0, 0, 0.2)
    ),url('../images/sea_beach_water_mobile-min.png');
  }
  #fare-cards-sect {
    background-image: url(../images/fares_mobile-min.png);
  }  
  #about-sect {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.8), 
      rgba(0, 0, 0, 0.2)
    ),url('../images/blue-textile_mobile-min.png');
  }
  #home-schedfares .fares-n-schedule {
    background-color: #f1f1f1;
  }
  .fares-n-schedule {
    background-color: #fff;
    /* padding-top: 1rem; */
    /* margin-top: 1.5rem; */
  }
  .fares-n-schedule .columns {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial:before {
    display: none;
  }
  .sidenav .closebtn {
    position: relative;
    }  
  #hero-sect, .mainbg {
    background-attachment: scroll;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    }
  section .inner, #hero-sect, .mainbg {
    width: 100%;
  }
  header h2:not(.special) {
    padding: 0;
  }
  #mission-sect header h2 {
    padding-bottom: 1.5rem;
  }
  .hero h2, header h2 {
    font-size: 1.5rem;
  }
  .ads-main header h2,
  .aux-main header h2 {
    margin-top: 2rem;
  }
  .tagline {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .tagline h3 {
    font-size: 0.8rem;
  }
  .tagline p {
    font-size: 0.7rem;
    padding-top: 0;
  }
  header p {
    font-size: 0.5rem;
    padding-top: 1rem;
    margin: 0 1rem 0 1rem;
    letter-spacing: .2rem;
  }
  /* header h2 + p {
    margin-top: 1.2rem;
  } */
  #hero-footer #onboard,
  #hero-footer #seeviews {
    display: none;
  }
  #hero-sect {
    width: 100%;
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.8), 
      rgba(0, 0, 0, 0.4)
    ),url('../images/DJI_0037_mobile-min.png');
  }
  .ads-main {
    background-image: linear-gradient(
      rgba(50, 50, 50, 0.8), 
      rgba(0, 0, 0, 0.2)
    ),url('../images/DJI_0115_mobile-min.png');
  }
  #benefits-sect .grid-perks {
    grid-template-columns: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  #testimonials-sect {
    padding-top: 3rem;
  }
  .testimonial:nth-of-type(odd),
  .testimonial:nth-of-type(even) {
    align-self: initial;
  }
  #maps iframe { width: 300px; }
  .logo {
    padding: 0;
  }
  .logo a {
    font-size: 1rem;
  }
  .logo span.logo-sub {
    display: none;
  }
  .menu span {
    top: 35%;
    right: 1rem;
  }
  .grid-perks {
    display: block;
  }
  .slideshow-container {
    display: grid;
  }
  .events {
    width: 100%;
  }
  #benefits-sect h3 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .content .content-container {
    display: block;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .content .content-container > div {
    width: 100% !important;
  }
  .content .content-container > div img {
    width: 100%;
  }
  .content-container .content-btn {
    text-align: center;
  }
  .covid19-alert h3,
  .covid19-alert .covid-content {
    font-size: 0.8rem;
  }

  /* HERO SECTION SERVICES */
  #services-container {
    flex-basis: 100%;
    width: 100%;
  }
  #services-container .prev,
  #services-container .next {
    font-size: 3rem;
  }
  #services-container .prev {
    margin-left: 1rem;
  }
  #services-container .next {
    margin-right: 1rem;
  }
  #services-container .services {
    width: 80%;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    transition: padding 2s linear;
  }
  #services-container .services .context {
    text-align: center;
    margin-top: 2rem;
  }
  #services-container .services video {
    width: 100%;
  }
  #services-container .services .ads-img > div {
    background-image: url(../images/ads_screenshot_mobile-min.png);
    width: 200px;
    height: 100px;
  }
  #services-container .services .stx-img > div {
    width: 250px;
    height: 150px;
  }
  #services-container .services .charter-img > div {
    width: 250px;
    height: 150px;
  }
  #services-container .services span.material-icons {
    font-size: 5rem;
  }
  #services-container .services.active .context ul {
    display: none;
  }
  #services-container .services .context .flex-row-container.start {
    justify-content: center;
  }
  #services-container .services.active p {
    opacity: 0.7;
    animation-name: appear;
    -webkit-animation-name: appear;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    transition: all linear 0.5s;
  }
  .services.active h3 + p:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0.3rem;
    margin-top: -1.2rem;
    background-color: var(--main-btn-color);
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    -ms-transition: background-color 1s ease;
    transition: background-color 1s ease;
  }
  #services-container .services.active {
    display: flex;
    cursor: pointer;
    animation-name: appear;
    -webkit-animation-name: appear;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
  }
  .services p {
    /* margin-top: 0; */
    font-size: 1.3rem;
  }
  .services h3 {
    font-size: 2rem;
    margin: 0;
  }
  .services img {
    width: 80%;
    max-width: 450px;
    border-radius: 7px;
  }
  #ttd ul li {
    font-size: 1rem;
  }
  #ttd span.material-icons {
    font-size: 2rem;
  }
  #values-sect p {
    font-size: 1rem;
    padding-top: 0;
  }
  .badge {
    width: 10rem;
    height: 10rem;
  }
  .badge:hover .text {
    -webkit-transform: rotate(-45deg) translate(0px) rotate(-315deg);
            transform: rotate(-45deg) translate(0px) rotate(-315deg);
    background: rgba(102, 51, 153, 0.5);
    width: 10rem;
    letter-spacing: 1rem;
    line-height: 10rem;
    height: 10rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
  }
  .badge .text {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    left: 25%;
    top: 25%;
    margin-top: 0rem;
    margin-left: -4.5rem;
    font-size: 1rem;
  }

  /* EVENTS SECTION */
  .events .events-content h2 {
    font-size: 3.2rem;
  }
  .events .events-content h4 {
    font-size: 1rem;
  }

  /* ---------------------------------------- */
}
@media only screen and (max-width: 350px) {
  .logo a, .menu {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1680px) {

  .container.\31 25\25 {
    width: 100%;
    max-width: 100rem;
    min-width: 80rem;
  }

  .container.\37 5\25 {
    width: 60rem;
  }

  .container.\35 0\25 {
    width: 40rem;
  }

  .container.\32 5\25 {
    width: 20rem;
  }

  .container {
    width: 80rem;
  }

}

@media screen and (max-width: 1280px) {

  .container.\31 25\25 {
    width: 100%;
    max-width: 81.25rem;
    min-width: 65rem;
  }

  .container.\37 5\25 {
    width: 48.75rem;
  }

  .container.\35 0\25 {
    width: 32.5rem;
  }

  .container.\32 5\25 {
    width: 16.25rem;
  }

  .container {
    width: 65rem;
  }

}

@media screen and (max-width: 980px) {

  .container.\31 25\25 {
    width: 100%;
    max-width: 112.5%;
    min-width: 90%;
  }

  .container.\37 5\25 {
    width: 67.5%;
  }

  .container.\35 0\25 {
    width: 45%;
  }

  .container.\32 5\25 {
    width: 22.5%;
  }

  .container {
    width: 90%;
  }

}

@media screen and (max-width: 736px) {

  .container.\31 25\25 {
    width: 100%;
    max-width: 112.5%;
    min-width: 90%;
  }

  .container.\37 5\25 {
    width: 67.5%;
  }

  .container.\35 0\25 {
    width: 45%;
  }

  .container.\32 5\25 {
    width: 22.5%;
  }

  .container {
    width: 90% !important;
  }

}

@media screen and (max-width: 480px) {

  .container.\31 25\25 {
    width: 100%;
    max-width: 112.5%;
    min-width: 90%;
  }

  .container.\37 5\25 {
    width: 67.5%;
  }

  .container.\35 0\25 {
    width: 45%;
  }

  .container.\32 5\25 {
    width: 22.5%;
  }

  .container {
    width: 90% !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

}

@media screen and (max-width: 736px) {

  #footer {
    padding: 3rem 0 1rem 0 ;
  }

}

.covid19-alert {
  padding: 1rem;
  display: flex;
  flex-flow: column;
  background-color: var(--main-bg-color);
}
.covid19-alert h3 {
  margin: 0;
  cursor: pointer;
}
.covid-clrme {
  position: relative;
}
.covid-content {
  display: none;
  padding: 1rem;
}
.covid-content > div {
  padding-top: 1rem;
}
.covid-warning {
  background-color: var(--main-btn-color) !important;
}
.cov-red { background-color: red; }
.cov-orange { background-color: orange; }
.cov-yellow { background-color: yellow; }
.cov-blue { background-color: blue; }
.cov-green { background-color: green; }
.cov-grey { background-color: rgba(250, 250, 250,.8) !important; }
i.arrow {
  border: solid var(--dark-bg-color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.up {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
}