/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
}
.crew-img {
  max-height: 300px;
}
.boat-img  {
  max-height: 300px;
}
.font-century {
  font-family:'Century Gothic', 'Arial';
}
.questions-title {
  font-family: "Century Gothic", "Arial";
  font-size: 140%;
}
.navbar-brand img {
  max-width: 180px;
}
#mainNav {
  min-height: 56px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #ff370f;
  border: 1px solid #ff370f;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: 0.9rem 0;
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
.excursion-title {
  font-size: 20px;
}
.excursion-subtitle {
  font-size: 15px;
}

.club-header {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 20rem;
  max-height: 20rem;
  padding: 15rem 0;
  background: linear-gradient(
      to bottom,
      rgba(22, 22, 22, 0.3) 0%,
      rgba(22, 22, 22, 0.7) 75%,
      #161616 100%
    ),
    url("../img/bay-pic.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  background: white; /*url("../img/bg-masthead.jpg");*/ /*linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../img/bg-masthead.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead,
.carousel-item {
  height: 82vh;
  /*overflow: hidden;*/
}
.carousel-inner > .item {
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
}
.carouselBgImg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.masthead h1 {
  font-family: "Varela Round";
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}
.phone-text {
  font-family: "Century Gothic", "Arial";
  font-size: 40px;
}
.rates-text {
  margin-top: 15px;
}
.carousel-item {
  overflow: hidden;
  width: 100%;
}
.carousel-item img {
  width: 100%;
}
.book-btn-large {
  background-color: transparent;
  border: 0.25rem solid #83d3c6;
  border-radius: 1rem;
  color: #83d3c6;
  z-index: 10;
  max-width: 800px;
  width: 100%;
  height: 6rem;
  font-size: 120%;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
  font-family: "Century Gothic", "Arial";
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.book-btn-large:focus {
  background-color: white !important;
}
.book-btn-large:hover {
  background-color: #83d3c6 !important;
  color: white !important;
}
.book-btn-large:active {
  background-color: white !important;
}
.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
  padding: 1.25rem 2rem;
  font-family: "Varela Round";
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}
.btn-primary {
  background-color: #83d3c6;
}
.btn-primary:hover {
  background-color: #4f837f;
}
.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}
.btn-primary:active {
  background-color: #467370 !important;
}

.book-btn-small {
  background-color: transparent;
  border: 0.25rem solid #fff;
  color: #fff;
  width: 200px;
  margin-top: 2rem;
}
.book-btn-small:hover {
  background-color: #4f837f;
  border: 0.25rem solid #4f837f;
  color: #ffffff;
}
.faq-section {
  padding-top: 10rem;
}
.club-details-section {
  padding-top: 1rem;
}
img {
  max-width: 100%;
}
.gallery_box .spacerImg {
  width: 100%;
}
.gallery_box li {
  width: 33.333333%;
  max-width: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.gallery_box {
  padding: 0;
  display: flow-root;
}
.gallery_box li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery_box li img {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.gallery_box li:nth-child(odd) .box_data {
  background: rgba(0, 0, 0, 0.17);
}
.gallery_box li:nth-child(even) .box_data {
  background: rgba(0, 44, 255, 0.27);
}
.gallery_box .box_data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.gallery_box .box_data span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 24px;
}
.about-section {
  padding: 2.5rem 0px;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    rgba(250, 250, 250, 0.9) 75%,
    rgba(250, 250, 250, 0.8) 100%
  );
}
.word-section {
  padding: 5rem 0px;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    rgba(250, 250, 250, 0.9) 75%,
    rgba(250, 250, 250, 0.8) 100%
  );
}
.advantage-section {
  padding-top: 5rem;
  background: white;
  padding-bottom: 5rem;
}
.advantage-section .btn.btn-primary{
  width:200px;
}
.faq-section {
  padding-top: 10rem;
  background: white;
}
.faq-section .faq-body {
  margin-bottom: 2rem;
  padding-left: 25px;
}
.projects-section {
  padding: 0rem 0 4rem 0;
}
.projects-section .featured-text {
  padding: 2rem;
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
.desktop-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center;
}
.crew-section {
  padding: 2rem 0rem 6rem;
}
.signup-section {
  padding: 5rem 0;
  background: linear-gradient(
      to bottom,
      rgba(22, 22, 22, 0.1) 0%,
      rgba(22, 22, 22, 0.5) 75%,
      #161616 100%
    ),
    url("../img/newportband.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section-la {
  padding: 5rem 0;
  background: linear-gradient(
      to bottom,
      rgba(22, 22, 22, 0.1) 0%,
      rgba(22, 22, 22, 0.5) 75%,
      #161616 100%
    ),
    url("../img/la-contact-us.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section-sd {
  padding: 5rem 0;
  background: linear-gradient(
      to bottom,
      rgba(22, 22, 22, 0.1) 0%,
      rgba(22, 22, 22, 0.5) 75%,
      #161616 100%
    ),
    url("../img/sd-band.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section-landing {
  padding: 5rem 0;
  background: linear-gradient(
      to bottom,
      rgba(22, 22, 22, 0.1) 0%,
      rgba(22, 22, 22, 0.5) 75%,
      #161616 100%
    ),
    url("../img/sd-band.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: "Varela Round";
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}
.contact-section {
  padding: 5rem 0 0;
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #83d3c6;
  background-color:#f2f2f2;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: "Varela Round";
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: #83d3c6;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .social {
  margin-top: 5rem;
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
  color: #fff;
}
body {
  font-family: "Nunito";
  letter-spacing: 0.0625em;
}
a {
  color: #83d3c6;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #3c6360;
}
.bg-black {
  background-color: #161616 !important;
}
.bg-primary {
  background-color: #83d3c6 !important;
}
.text-primary {
  color: #83d3c6 !important;
}
footer {
  padding: 5rem 0;
}

@media (max-width: 500px) {
  .questions-title {
    font-size: 120%;
  }
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #83d3c6;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #83d3c6;
    outline: none;
    border-bottom: 0.25rem solid #83d3c6;
  }
}
@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .phone-text {
    font-size: 35px;
  }
  .bw-title {
    font-size: 25px;
  }
  .rates-text {
    margin-top: 25px;
  }
  .testimonial-title {
    font-size: 35px;
  }
  .signup-section {
    padding: 4rem 0;
  }
  .boat-sketch {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1000px) {
  .service-img {
    height: 550px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 800px) {
  .phone-text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 550px) {
  .excursion-title {
    font-size: 18px;
  }
  .testimonial-title {
    font-size: 28px;
  }
  .gallery_box {
    visibility: hidden;
    height: 0px;
  }
  .bw-title {
    font-size: 26px !important;
  }
  .boat-sketch {
    margin-top: 2rem !important;
  }
  .phone-text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 500px) {
  .book-btn-large {
    font-size: 135%;
  }
}
@media (min-width: 992px) {
  .crew-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #83d3c6;
  }
}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 4rem;
  }
  .projects-section .project-text hr {
    border-color: #83d3c6;
    border-width: 0.25rem;
    width: 30%;
  }
}

@media (min-width: 1199px) {
  /* .projects-section .project-text {
    padding: 5rem;
  } */
}

@media (min-width: 1700px) {
.book-btn-small,
.advantage-section .btn.btn-primary {
  width: 240px;
}
}


@media (max-width: 1199px) {
  .masthead,
  .carousel-item {
    height: auto;
  }
}
@media (max-width: 991px) {
  .masthead {
    margin-top: 90px;
  }
  .contact-section {
    padding: 3rem 0 0;
  }
  footer {
    padding: 3rem 0 2.5rem 0;
  }
  .projects-section {
    padding: 0rem 0 2rem 0;
  }
  .word-section { 
    padding: 3rem 0;
  }
  .advantage-section { 
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  .book-btn-small {
    border-width: 0.15rem;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
  }
  .book-btn-large {
    border-width: 0.18rem;
    width: auto;
    padding: 0 3rem;
  }
  .gallery_box .box_data span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .book-btn-large {
    height: 5rem;
    font-size: 90%;;
    letter-spacing: 0.1rem;
  }
  .crew-section {
    padding: 1rem 0rem 4rem;
  }
}
@media (max-width: 479px) {
  #mainNav .navbar-brand {
    padding: 0rem 0;
  }
  .masthead {
    margin-top: 69px;
  }
  .about-section {
    padding: 1.7rem 0rem;
  }
  .projects-section .project-text {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 400px) {
  .book-btn-large {
    padding: 0 1.5rem;
    letter-spacing: 0.05rem;
  } 
}
@media (max-width: 385px) {
  .testimonial-title {
    font-size: 22px;
  }  
}
@media (max-width: 360px) {
  .book-btn-large {
    padding: 0 1.5rem;
    letter-spacing: 0.05rem;
  } 
}

.moving-mouse-holder {
  margin: auto;
  margin-top: 60px;
  width: 170px;
}

.moving-mouse-holder .mouse {
  width: 26px;
  height: 40px;
  position: relative;
  right: 0;
  border-radius: 18px;
  border: 2px solid #000000;
}

.moving-mouse-holder .mouse-button {
  background-color: #000000;
  width: 4px;
  height: 10px;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  animation: mouse-scroll 1s infinite alternate;
}

.moving-mouse-holder .text {
  margin-top: -30px;
  margin-left: 40px;
  color: #33cc66;
  font-size: 12px;
  line-height: 1em;
}

@keyframes mouse-scroll {
  to {
    transform: translate(0, 6px) scale(1, 0.8);
  }
}
