body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  background: #0a0a0a;
  margin: 0;
  padding: 0;
  color: white;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

a:link {
  color: #414958;
  text-decoration: underline;
}

a:visited {
  color: #4E5869;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
header .container {
  position: relative;
  z-index: 2;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.booking-text {
  color: white;
}
.booking-text a {
  cursor: pointer;
  color: lightgrey;
}
.booking-text a:hover {
  color: white;
}

.social-media {
  font-size: 30px;
  cursor: pointer;
}
.social-media a {
  color: lightgrey;
}
.social-media a:hover {
  color: white;
}

.tour-dates {
  text-transform: uppercase;
}
.tour-dates td {
  border: none;
  color: white;
  padding: 0;
}

.footer .logo {
  width: 150px;
}

@media (max-width: 720px) {
  .fs-4 {
    font-size: 2.9vw !important;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
}
div {
  overflow-x: hidden;
}

/*# sourceMappingURL=style.css.map */
