@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

.appMain {
  background-color: #fff;
  margin-top: 72px;
}
@media (min-width: 400px) {
  .appMain {
    margin-top: 100px;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.topHeader {
  background: #fff;
  z-index: 2;
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
}

.navbar {
  white-space: nowrap;
  list-style: none;
  text-align: right;
  padding: 0;
  background: transparent;
  color: #858583;
  z-index: 1;
}
.navbar .navbar-brand {
  width: 220px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/images/logo.png?331566f2df73ee4d0387d7c78ef26867);
}
@media (min-width: 400px) {
  .navbar .navbar-brand {
    width: 304px;
    height: 100px;
  }
}
.navbar .navbar-nav {
  padding: 0;
}
.navbar .navbar-nav .nav-item {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  line-height: 30px;
  color: #A45729;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.6s;
}
.navbar .navbar-nav .nav-item:hover {
  text-decoration: none;
  color: #fff;
  background: #858583;
}
.navbar .navbar-nav .nav-item.bigButton {
  background: #A45729;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.navbar .navbar-nav .nav-item.bigButton:hover {
  text-decoration: none;
  background: #b8622e;
}
.navbar .navbar-toggler {
  border: none;
  outline: 0;
  height: 40px;
}
.navbar .navbar-toggler:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}
.navbar .navbar-collapse.show {
  margin-bottom: 40px;
}

/* video background */
#background-video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* page content */
h1, h2, h3, h4 {
  font-weight: bold;
}

h1 {
  color: #A45729;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 25px;
  color: #A45729;
}

h3 {
  font-size: 20px;
  color: #A45729;
}
@media (min-width: 468px) {
  h3 {
    font-size: 24px;
  }
}

.btn.btn-primary {
  background: #a66036;
  border-color: #A45729;
}

.form-control:focus {
  border-color: #A45729;
  box-shadow: 0 0 0 0.25rem rgba(164, 87, 41, 0.25);
}

main {
  background-color: transparent;
  font-size: 16px;
  padding: 10px;
  position: relative;
}
@media (min-width: 768px) {
  main {
    font-size: 20px;
  }
}
.slider {
  z-index: 1;
  position: relative;
}

.sliderContent {
  margin-top: 30vh;
}

.carousel-caption {
  top: 5%;
  right: 0%;
  left: 40%;
  bottom: unset;
}
@media (min-width: 468px) {
  .carousel-caption {
    top: 22%;
    right: 0%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .carousel-caption {
    top: 22%;
    right: 0%;
    left: 40%;
  }
}

.carousel-inner img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 468px) {
  .carousel-inner img {
    max-height: 600px;
  }
}

.lightbox-carousel .carousel-inner .ratio {
  height: 100vh;
}

a.bigButton {
  text-decoration: none;
  display: inline;
  padding: 5px 10px;
  background: #A45729;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 768px) {
  a.bigButton {
    padding: 15px 30px;
  }
}
a.bigButton:hover {
  text-decoration: none;
  background: #b8622e;
}

.sliderButton {
  margin-top: 30px;
  text-align: center;
}
.sliderButton a.bigButton {
  font-size: 20px;
  padding: 10px 20px;
}

.challenge {
  margin-top: 40px;
}
.challenge .map img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.description {
  font-size: 20px;
  font-weight: 300;
  padding: 0 20px;
}

.challengeHeader {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
  color: #414141;
}

.challengeVideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.challengeVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.challengeForm {
  text-align: center;
  position: relative;
  width: 100%;
  height: 2000px;
}
.challengeForm iframe {
  width: 100%;
  height: 100%;
}

.prices {
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
}
.prices .titleGiven {
  margin-top: 10px;
}
.prices .priceGiven {
  font-weight: bold;
}

.footer {
  padding: 40px 0;
  position: relative;
}
.footer .footerText {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: justify;
}
.footer .footerText a {
  color: #fff;
  text-decoration: underline;
}
.footer .footerLinks {
  text-align: right;
}
.footer .footerLinks a {
  display: inline-block;
  padding: 10px;
}

.chTitle {
  text-align: center;
  font-size: 24px;
}

.chImage img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.chIframe {
  height: 650px;
  min-height: 650px;
}
.chIframe iframe {
  width: 100%;
  height: 100%;
}

.chIframeTitle {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.pImage {
  text-align: center;
}
.pImage img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.pName {
  text-align: center;
}

.pDesc {
  font-size: 18px;
  font-weight: 300;
}

.pDesc1 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.pDesc2 {
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
}

.article {
  color: #858583;
}

.articleImages a {
  display: block;
  position: relative;
}
.articleImages img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .articleImages img {
    aspect-ratio: 4/3;
  }
}
.articleImages .articleImageText {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0px, rgba(0, 0, 0, 0.5) -1px 1px 0px, rgba(0, 0, 0, 0.5) 1px 1px 0px, rgba(0, 0, 0, 0.5) 1px -1px 0px;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
}

.articleFiles .articleFile {
  text-align: center;
}
.articleFiles img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .articleFiles img {
    aspect-ratio: 1/1;
  }
}
.articleFiles .articleFileText a {
  display: inline-block;
  text-align: center;
  color: #999;
  text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0px, rgba(0, 0, 0, 0.5) -1px 1px 0px, rgba(0, 0, 0, 0.5) 1px 1px 0px, rgba(0, 0, 0, 0.5) 1px -1px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px;
}
.articleFiles .articleFileText a:hover {
  color: #fff;
  text-decoration: none;
}
.articleFiles .articleFileText a i.i {
  font-size: 24px;
  vertical-align: top;
  margin-right: 10px;
}

.modal-backdrop.show {
  opacity: 1;
}

.bg-image {
  /* The image used */
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.pageBottom {
  position: relative;
}

.legend.free {
  color: var(--litepicker-day-color);
  background-color: var(--litepicker-day-color-bg);
}
.legend.occupied {
  color: var(--litepicker-is-locked-color);
  background-color: var(--litepicker-is-locked-color-bg);
}
.legend.selected {
  color: var(--litepicker-is-in-range-color);
  background-color: var(--litepicker-is-in-range-color-bg);
}
