@charset "UTF-8";
@font-face {
  font-family: "rust";
  src: url("/assets/fonts/zing-rust-grunge2-base.otf") format("opentype");
}
/* Inline SVG icons — inherit Font Awesome sizing */
svg.svg-inline--fa {
  display: inline-block;
  overflow: visible;
  height: 1em;
  vertical-align: -0.125em;
}

/*General Styles*/
a {
  text-decoration: none;
}

/*Typography*/
/*100,300,400,900*/
h1, h2, h3, .display-heading {
  font-family: "Permanent Marker", cursive;
}
h1.rust-heading, h2.rust-heading, h3.rust-heading, .display-heading.rust-heading {
  font-family: "rust", sans-serif;
}

h1.rust-heading {
  font-size: 3.5rem;
}

h2.rust-heading {
  font-size: 3rem;
}

h3.rust-heading {
  font-size: 2.5rem;
}

h4, h5, h6 {
  font-family: "raleway", sans-serif;
}

h5 {
  font-weight: 400;
  font-size: 1rem;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  font-family: "raleway", sans-serif;
}

header {
  /*height: 100%;*/
  width: 100%;
  background-size: cover;
}
@media (max-width: 576px) {
  header .logo-row {
    flex-direction: column;
  }
}
header .site-logo {
  max-height: 260px;
  object-fit: contain;
}
@media (max-width: 576px) {
  header .site-logo {
    max-height: 180px;
  }
}
header .social-links, header .contact-links {
  padding-top: 20px;
  display: flex;
}
@media (max-width: 576px) {
  header .social-links, header .contact-links {
    padding-top: 10px;
  }
}
header .social-link {
  padding-left: 5px;
  padding-right: 5px;
}
header .nav-link {
  font-family: "rust", sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  padding: 0 1rem;
}
@media (max-width: 576px) {
  header .nav-link {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 576px) {
  header .contact-links-col {
    display: none;
  }
}

.quick-links .card {
  background: var(--savage-bg);
  border: none;
  margin: 5px;
  max-height: 180px;
  max-width: 180px;
  min-width: 180px;
}

.quick-links .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.quick-links .card i {
  font-size: 4.5em;
}

.quick-links h5 {
  padding-top: 15px;
  min-height: 2.4em;
}

@media (max-width: 576px) {
  .quick-links .card {
    max-height: 120px;
    max-width: 120px;
    min-width: 100px;
    margin: 5px;
  }
  .quick-links .card i {
    font-size: 2.5em;
  }
  .quick-links .card h5 {
    font-size: 0.8rem;
    padding-top: 5px;
  }
}
.quick-links .card.adventures {
  background: var(--savage-bg);
}

.quick-links .card.gift-cards {
  background: var(--green-gradient2);
}

.quick-links .card.about-us {
  background: var(--blue-pink-gradient);
}

.quick-links .card.corporate {
  background: var(--blue-gradient2);
}

.quick-links .card.stag-hen {
  background: var(--yellow-gradient2);
}

.quick-links .card.training {
  background: var(--blue-green-gradient);
}

.quick-links .card.contact-us {
  background: var(--red-gradient2);
}

.quick-links a {
  color: var(--white);
}

.quick-links a:hover {
  opacity: 0.7;
}

.our-team .card {
  border: none;
}

.page-intro, .page-info {
  max-width: 900px;
  text-align: justify;
  font-weight: 400;
  font-size: 1.3rem;
}

.our-team .page-content {
  margin-top: 10px;
  margin-bottom: 20px;
}

.our-team .card {
  max-width: 360px;
  min-width: 320px;
  margin: 8px;
}

@media (max-width: 576px) {
  .our-team .page-content {
    padding: 0;
  }
  .our-team .card {
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
  }
}
.our-team .card h1, .our-team .card h3 {
  text-align: center;
}

.our-team .card h1, .our-team .card h3, .our-team .card p {
  margin: 8px;
}

.our-team .card img {
  max-height: 250px;
  /*max-width: 360px;*/
  object-fit: cover;
  overflow: hidden;
}

.book-now-button, .find-out-more-button {
  color: var(--white);
  margin-bottom: 20px;
  box-shadow: 6px 4px 8px 0px rgba(0, 0, 0, 0.4);
}

.book-now-button:hover, .find-out-more-button:hover {
  color: var(--ink-light);
  box-shadow: none;
  transition: all 0.2s;
}

@media (min-width: 576px) {
  .adventures-summary {
    max-width: 80%;
  }
  .adventures-summary .row img {
    margin-top: -40px;
  }
  .adventures-summary .row h1 {
    margin-top: 50px;
  }
}
.adventures-summary .row img {
  max-width: 100%;
  max-height: 600px;
}

@media (max-width: 576px) {
  .adventures-summary .row .col-md-5 {
    padding: 0;
  }
  .adventures-summary .row img {
    max-width: 100vw;
  }
}
.info-section {
  margin-right: -15px;
  margin-left: -15px;
}

.info-section h2, .info-section h4 {
  text-align: center;
}

.info-section.intro {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .info-section {
    margin: 0;
    text-align: left;
  }
}
.adventures-detail hr {
  border-color: var(--ink);
  border-width: 3px;
  max-width: 150px;
}

@media (min-width: 992px) {
  .adventures-detail {
    max-width: 80%;
  }
}
.training .page-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.training .page-content .description p {
  text-align: justify;
  font-weight: 400;
  font-size: 1.3rem;
}
.training .page-content .btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*Book Now Modal*/
.modal .modal-dialog {
  height: 450px;
}

.modal .modal-content {
  height: 450px;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    min-width: 680px;
  }
  .modal .modal-content {
    min-width: 680px;
  }
}
.modal .modal-body {
  background-size: cover;
  background-position: center;
}

.modal .modal-body.background-bec {
  background-image: url("../images/guide-bex.jpg");
}

.modal .btn-close {
  opacity: 1;
  z-index: 2;
}

.modal .btn-close:hover {
  opacity: 0.6;
}

.modal .modal-heading-top {
  margin-top: 15px;
  letter-spacing: 0.2rem;
}

.modal .modal-heading-bottom {
  margin-top: 150px;
}

.modal .modal-heading-white {
  color: var(--white);
}

.modal .modal-heading-orange {
  color: var(--red-orange);
}

.modal form {
  margin-top: 15px;
  padding: 15px;
}

.modal .form-control {
  margin: 5px;
  background-color: rgba(252, 252, 252, 0.6);
  border: 2px solid var(--blue);
}

.modal .form-control:focus {
  background-color: rgba(252, 252, 252, 0.9);
}

.modal .form-control::placeholder {
  color: var(--blue-dark);
}

.modal .col.name {
  padding-left: 0;
  padding-right: 5px;
}

.modal .col.email {
  padding-left: 5px;
  padding-right: 10px;
}

.modal .form-control.message {
  height: 160px;
}

.modal .btn-primary {
  width: 100%;
  margin: 5px;
}

.modal .thankyou_message {
  color: var(--blue);
  letter-spacing: 0.2rem;
  text-shadow: 0 0 10px rgb(50, 50, 50);
  text-align: right;
}

@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 0;
  }
  .modal .modal-content {
    max-width: 100vw;
  }
  .modal .modal-heading-white {
    margin-top: 10px;
  }
  .modal .modal-heading-orange {
    margin-top: 15px;
  }
  .modal form {
    margin-top: 5px;
  }
}
/*Contact Us Form*/
@media (min-width: 576px) {
  #contact-form-row {
    max-width: 600px;
    width: 80%;
  }
}
#contact-form-row .form-control.message {
  height: 160px;
}

#contact-form-row form {
  margin-top: 15px;
  padding: 15px;
}

#contact-form-row .form-control {
  margin: 5px;
  background-color: rgba(252, 252, 252, 0.6);
  border: 2px solid var(--blue);
}

#contact-form-row .form-control:focus {
  background-color: rgba(252, 252, 252, 0.9);
}

#contact-form-row .form-control::placeholder {
  color: var(--blue-dark);
}

.full-width img {
  width: 100vw;
  position: absolute;
  left: 0;
}

/*# sourceMappingURL=sav-main.css.map */