@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600;700&display=swap");
@media (min-width: 768px) {
  .h-md-100 {
    height: 100vh;
  }
}
.btn-round {
  border-radius: 30px;
}

.bg-indigo {
  background: indigo;
}

.text-cyan {
  color: #35bdff;
}

html,
body {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  background-color: #9d141c;
}

.modal-content {
  background-color: #9d141c;
  border-radius: 0px;
  box-shadow: 10px 10px 10px #000;
}

a {
  color: #fff;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

#adler {
  width: 60px;
  height: auto;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 8;
}
#adler img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

li {
  color: #fff;
}

p {
  font-size: 1.1em;
  line-height: 1.2;
  color: #fff;
}

p.big {
  font-size: 1.5em;
}

#thehotellogo {
  width: 440px;
}

.vertical-dot-nav {
  z-index: 9;
  right: 20px !important;
}
@media (max-width: 768px) {
  .vertical-dot-nav {
    right: 0px !important;
  }
}

.bg-tnoe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(157, 20, 28, 0.8);
  background-color: #9d141c;
  mix-blend-mode: multiply;
}

.btn-wht {
  border: 3px solid #fff;
  color: #fff;
  border-radius: 0px;
  background-color: transparent;
}
.btn-wht .bold {
  font-weight: bold;
}
.btn-wht:hover {
  background-color: #fff;
  color: #9d141c !important;
}

.contentSection {
  position: relative;
  min-height: 80vh;
}
.contentSection .bg-pic {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.contentSection .content {
  padding: 4rem;
}
.contentSection .leftContent {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.contentSection .leftContent .inner {
  height: 100%;
}
.contentSection .rightContent {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
}
.contentSection .rightContent .inner {
  height: 100%;
}
.contentSection .content {
  position: relative;
  z-index: 2;
}

.seperatorSection {
  background-color: #9d141c;
}
.seperatorSection p {
  margin-bottom: 0px;
}

#pageHeader {
  background-color: #9d141c;
}

#s1 .bg-pic {
  background-image: url("../tnfotos/medium23/girl.jpg");
}

#s2 .bg-pic {
  background-image: url("../tnfotos/medium23/boy.jpg");
}

#desktopStart {
  display: flex;
}
#desktopStart .bg-pic {
  background-image: url("../img/title24.jpg");
}
@media (max-width: 992px) {
  #desktopStart {
    display: none;
  }
}

#mobileStart {
  display: none;
  background-color: #9d141c;
  width: 100%;
}
#mobileStart #hero-img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  #mobileStart {
    display: block;
  }
}

#hotelSlider {
  height: 100%;
}
#hotelSlider .slick-track {
  height: 100%;
}
#hotelSlider .slick-list {
  height: 100%;
}
#hotelSlider .mySlide {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.uploadButtons {
  display: block;
  text-align: left;
  margin-left: 0%;
  margin-right: 30%;
}
.uploadButtons .uploadButton {
  display: inline-block;
  width: 45%;
  margin-left: 1%;
  margin-right: 1%;
}
.uploadButtons .uploadButton img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  html,
  body {
    font-size: 16px;
  }
  #thehotellogo {
    width: 300px;
  }
  .uploadButtons {
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
  }
  #hotelSection {
    background-color: #9d141c;
  }
  #hotelSection #hotelSlider {
    height: 75vh;
    min-height: 75vh;
  }
  .contentSection {
    height: auto;
    min-height: auto;
  }
  .contentSection .content {
    padding: 3rem;
  }
  .contentSection .bg-pic {
    position: relative;
    height: 65vh;
  }
  .contentSection .rightContent,
  .contentSection .leftContent {
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
  #adler {
    display: none;
  }
  .contentSection .content {
    padding: 2rem;
  }
}
@media screen and (max-width: 568px) {
  #thehotellogo {
    width: 250px;
  }
  .contentSection .content {
    padding: 1.5rem;
  }
}/*# sourceMappingURL=polygonmedia.css.map */