h1 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

a {
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-decoration: none;
}

.header-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-child-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, .2);
}

.header-child-col.no-border {
  display: none;
  border-right-style: none;
}

.header-child-col.no-border-1 {
  border-right-style: none;
}

.header-child-col.no-cursor {
  cursor: default;
}

.image {
  position: absolute;
  left: 0px;
  top: 40px;
  right: 0px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-parent {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-lg {
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 66px;
}

.s-link {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-size: 16px;
}

.s-link:hover {
  opacity: 1;
  color: #00b0ff;
}

.body {
  background-color: #000;
  color: transparent;
}

.s-link-parent {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

.text-sm {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-right: 4px;
  padding-top: 4px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.overlay-block {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 5%, .8);
}

.div-block {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.div-block-1 {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
  height: 100vh;
}

.tour-dates {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tour-dates-parent {
  overflow: auto;
  width: 60%;
  max-height: 65%;
}

.close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 24px 30px 20px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  cursor: pointer;
}

.tour-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/Background-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.label-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/Background-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/Background-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.booking-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/Background-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-1 {
  position: absolute;
  left: 60px;
  top: 40px;
  z-index: 1;
  display: block;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
}

.header-parent-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-image: url('../images/backgorund-dennis.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-2 {
  position: absolute;
  left: 60px;
  top: 40px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.h1-lg-1 {
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 66px;
}

html.w-mod-js *[data-ix="move-roll-over"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="hide-tour-image"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-text"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .tour-dates-parent {
    width: 80%;
  }
  .image-2 {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .image {
    width: 90px;
  }
  .h1-lg {
    font-size: 55px;
  }
  .s-link-parent {
    margin-top: 0px;
  }
  .close-btn {
    top: 10px;
    right: 10px;
  }
  .image-1 {
    left: 50px;
    display: none;
    width: 60px;
  }
  .image-2 {
    left: 50px;
    display: none;
    width: 60px;
  }
  .h1-lg-1 {
    margin-bottom: 20px;
    font-size: 55px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .header-parent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image {
    position: absolute;
    top: 60px;
    width: 140px;
    margin-bottom: 40px;
  }
  .footer-parent {
    bottom: 40px;
    padding-bottom: 0px;
  }
  .h1-lg {
    margin-bottom: 0px;
    font-size: 65px;
    line-height: 54px;
    text-align: center;
  }
  .s-link {
    display: block;
    font-size: 15px;
    text-align: center;
  }
  .text-sm {
    padding-top: 0px;
    font-size: 12px;
  }
  .overlay-block {
    display: none;
  }
  .div-block {
    margin-top: -50px;
  }
  .div-block-1 {
    margin-bottom: 30px;
  }
  .tour-dates-parent {
    width: 90%;
  }
  .close-btn {
    top: 35px;
    right: 0px;
  }
  .image-1 {
    position: absolute;
    left: 30px;
    display: block;
    width: 50px;
    margin-bottom: 50px;
  }
  .header-parent-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-2 {
    position: absolute;
    left: 30px;
    display: block;
    width: 120px;
    margin-top: 16px;
    margin-bottom: 50px;
  }
  .h1-lg-1 {
    width: 280px;
    margin-bottom: 0px;
    font-size: 65px;
    line-height: 54px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}