#chartersHeader {
  text-align: center;
}

@media (width <= 768px) {
  .navbar .nav {
    text-align: left;
    display: block;
  }

  .nav-item {
    margin-top: auto;
    padding-top: auto;
  }

  #navigation .button-navlink {
    padding: 0;
  }

  #navigation .nav-item {
    padding-top: .5rem;
  }

  #navigation {
    width: 100%;
  }
}

.logoImg {
  margin-top: 10px;
  margin-right: 110px;
  padding-right: 15px;
}

.hamburgermenu {
  color: #0275d8;
  background: none;
  border: none;
  margin-top: 25px;
  padding-left: 0;
}

.hamburgermenu:focus {
  outline: 1px solid #fff;
}

.navbar {
  background-color: #fff;
  padding: 0;
}

.navbar .nav .nav-item {
  padding-top: 2rem;
}

.navbar .nav .nav-item .nav-link:hover {
  text-decoration: underline;
}

.navbar a img {
  border: none;
}

.button-navlink {
  color: #0078d2;
  background-color: #0000;
  border: none;
  border-radius: 4px;
  height: 2.57rem;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
}

.button-navlink:hover {
  text-decoration: underline;
}

.button-navlink:focus {
  outline: 2px solid #0078d2;
}

.btn {
  transition: all .3s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #0078d2;
  border: 1px solid #0078d2;
  border-radius: 4px;
  height: 2.57rem;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #0078d2;
  border-color: #0078d2;
  text-decoration: underline;
}

.btn-secondary {
  color: #0078d2;
  background-color: #0000;
  border: 1px solid #0078d2;
  border-radius: 4px;
  height: 2.57rem;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
}

.btn-secondary:hover {
  color: #0078d2;
  background-color: #0000;
  border-color: #0078d2;
  text-decoration: underline;
}

.btn-secondary:active {
  background-color: none;
  border-color: #0078d2;
}

.charterexperienceexpanded {
  padding-top: 25px;
}

.chartersHeader {
  box-shadow: 0 2px #0003;
}

.shadow {
  color: #36495a;
  background-image: url("shadow12-down.28bda4da.png");
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 0 0 8px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.charterexperienceexpanded .nav-item, .charterexperienceexpanded .nav-item .submenuatags {
  color: #637987;
}

.charterexperienceexpanded .nav-item .submenuatags:focus {
  color: #0078d2;
}

.charterexperienceexpanded .caretuparrow {
  color: #637987;
}

.nav1 {
  width: 100%;
}

.nav_links {
  justify-content: space-between;
  display: flex;
}

#cards {
  margin-top: 70px;
}

@media (width <= 768px) {
  #cards, .cards, .cardheader, .learnmore {
    text-align: center;
  }

  .cards-img {
    margin-top: 15%;
  }
}

.cards-img {
  position: relative;
}

.img-overlay {
  opacity: 0;
  z-index: 0;
  background-color: #0003;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.img-overlay:hover {
  opacity: 1;
  z-index: 1;
}

.card {
  border: 0;
  margin-bottom: 40px;
  box-shadow: 0 2px 4px #0003;
}

.learnmore {
  color: #0078d2;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 18px;
}

.learnmore:hover {
  text-decoration: underline;
}

.card-body {
  padding-top: 5px;
}

.cardheader {
  color: #627a88;
  letter-spacing: -.1px;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 24px;
}

@media (width <= 768px) {
  #mainview {
    text-align: center;
  }

  .paragraph, .bodycontent {
    text-align: center;
    margin: 0 auto;
  }

  ul {
    padding-left: 0;
    list-style-type: none;
    display: block;
  }

  .body, .featuresandbenefits, .fltAttendantImg, .requestacharterlinkcardscroll, .charterexperience, .cards {
    text-align: center;
  }

  #mainview .maincontent {
    bottom: 11vmin;
  }
}

#mainview {
  align-items: center;
}

.backgroundImg {
  position: relative;
}

.body {
  background-color: #fff;
  border-color: #ccc;
  margin-left: 45px;
  margin-right: 45px;
  box-shadow: 0 2px 4px #0003;
}

.maincontent {
  z-index: 999;
  position: relative;
  bottom: 20vmin;
}

.bodycontent {
  letter-spacing: -.07px;
  color: #414d5d;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  font-size: 18px;
}

.featuresandbenefits {
  color: #414d5d;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 16px;
  font-size: 18px;
}

.paragraph {
  letter-spacing: -.07px;
  color: #414d5d;
  margin-left: 45px;
  margin-right: 40px;
  padding-top: 13px;
}

.fltAttendantImg {
  margin-left: 60px;
  padding-top: 13px;
}

.requestacharterlinkcardscroll {
  color: #0078d2;
  margin-left: 5px;
  padding-top: 20px;
  padding-bottom: 16px;
  font-size: 18px;
}

.cards {
  padding-left: 45px;
  padding-right: 45px;
}

.charterexperience {
  letter-spacing: -.12px;
  color: #00467f;
  margin-bottom: 30px;
  font-size: 30px;
}

.scrolltocards {
  padding-left: 0;
}

.section-header {
  letter-spacing: -.16px;
  color: #0277d1;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 33px;
}

.Frequently-Asked-Que {
  letter-spacing: -.12px;
  color: #00467f;
  margin: 0 0 11px;
  font-size: 30px;
  line-height: 26px;
}

.text-style-1 {
  letter-spacing: -.01px;
  color: #627a88;
  font-size: 24px;
  line-height: 30px;
}

.text-style-2 {
  letter-spacing: -.06px;
  color: #627a88;
  font-size: 14px;
  line-height: 20px;
}

.FAQ {
  background-color: #fff;
  margin: 10px 30px 40px;
  padding: 30px;
  box-shadow: 0 2px 4px #0003;
}

.Are-there-any-limits {
  letter-spacing: -.06px;
  color: #596471;
  margin: 15px 0 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.43;
}

.text-style-3 {
  letter-spacing: -.01px;
  color: #627a88;
  font-size: 24px;
  line-height: 30px;
}

.text-style-4 {
  letter-spacing: -.06px;
  color: #627a88;
  font-size: 14px;
  line-height: 20px;
}

.planningyourtripimage {
  margin-top: 40px;
  padding-right: 45px;
}

@media (width <= 768px) {
  #footer, #footer h2, .footerbottom {
    text-align: center;
  }
}

#footer {
  color: #36495a;
  background-color: #d0dae0;
  padding: 1rem 0;
  line-height: 18px;
}

#footer a {
  color: #36495a;
}

#footer h2 {
  color: #36495a;
  background-image: url("shadow12-down.28bda4da.png");
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0 0 14px;
  padding: 0 0 13px;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

#footer .footerbottom {
  color: #36495a;
  background-image: url("shadow12-down.28bda4da.png");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 0 14px;
  padding: 0 0 13px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

#footer .footerText {
  margin-left: 60px;
  font-size: 14px;
}

#footer .footer {
  margin-left: 45px;
  margin-right: 45px;
}

.ulstyle {
  padding-left: 0;
  font-size: 14px;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

.columnFooter {
  padding-left: 0;
}
/*# sourceMappingURL=index.d22a798f.css.map */
