body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Poiret One';
  color: #585858;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Poiret One';
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 0px;
  padding: 20px;
  border-left: 3px solid #000;
  background-image: url('../images/close.png');
  background-position: 10px 10px;
  background-size: 70px;
  background-repeat: no-repeat;
  font-family: Inconsolata, monospace;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}

.main-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url('../images/slime-1-min.gif');
  background-size: cover;
  background-repeat: no-repeat;
}

.purple-half {
  position: relative;
  display: inline-block;
  width: 50vw;
  height: 100vh;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 3, 205, .95)), to(rgba(209, 213, 253, .9)));
  background-image: linear-gradient(180deg, rgba(120, 3, 205, .95), rgba(209, 213, 253, .9));
  cursor: pointer;
}

.blue-half {
  position: relative;
  display: inline-block;
  width: 50vw;
  height: 100vh;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 128, 205, .95)), to(rgba(209, 253, 240, .9)));
  background-image: linear-gradient(180deg, rgba(3, 128, 205, .95), rgba(209, 253, 240, .9));
  cursor: pointer;
}

.background {
  overflow: hidden;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.light-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.light-wrap {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 3, 205, .98)), color-stop(38%, rgba(135, 39, 213, .9)), to(rgba(209, 213, 253, .9))), url('../images/slime-1-min.gif');
  background-image: linear-gradient(180deg, rgba(120, 3, 205, .98), rgba(135, 39, 213, .9) 38%, rgba(209, 213, 253, .9)), url('../images/slime-1-min.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.arrow-back-right {
  position: fixed;
  top: 6px;
  right: 6px;
  z-index: 10;
  overflow: visible;
  width: 80px;
  height: 80px;
  border-radius: 15px 20px;
  background-color: #fff;
  background-image: url('../images/back.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
}

.arrow-back-right:hover {
  background-color: #31e031;
  background-size: 60px;
}

.dark-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.dark-wrap {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 128, 205, .98)), color-stop(37%, rgba(63, 164, 215, .9)), to(rgba(209, 253, 240, .9))), url('../images/slime-1-min.gif');
  background-image: linear-gradient(180deg, rgba(3, 128, 205, .98), rgba(63, 164, 215, .9) 37%, rgba(209, 253, 240, .9)), url('../images/slime-1-min.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.arrow-back-left {
  position: fixed;
  left: 6px;
  top: 6px;
  z-index: 20;
  overflow: visible;
  width: 80px;
  height: 80px;
  border-radius: 20px 15px;
  background-color: #fff;
  background-image: url('../images/backn.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
}

.arrow-back-left:hover {
  background-color: #fc8623;
  background-size: 60px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.container {
  position: static;
  display: block;
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 20px;
  background-color: transparent;
}

.clear-block-with-padding {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  clear: both;
}

.mount-mong {
  position: absolute;
  left: 0px;
  top: 25vh;
  right: 0px;
  display: block;
  width: 70%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/bd_mt_main.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nelson {
  position: absolute;
  left: 0px;
  top: 25vh;
  right: 0px;
  display: block;
  width: 70%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/bd_nelson_main.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.title-logo {
  position: static;
  z-index: 1;
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-logo.purple {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.bay-dreams-logo {
  position: static;
  left: 0px;
  right: 0px;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.grape-animation-left {
  position: relative;
  right: 10vw;
  width: 10vw;
  height: 100vh;
  background-image: url('../images/purplecorner.svg');
  background-position: 0px 100%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.grape-animation-right {
  position: relative;
  left: 11vw;
  width: 60vw;
  height: 100vh;
  background-image: url('../images/bluecorner.svg');
  background-position: 97% 100%;
  background-size: 130px;
  background-repeat: no-repeat;
}

.grape-animation-left-mobile {
  position: relative;
  right: 10vw;
  width: 60vw;
  height: 100vh;
  background-image: url('../images/purplecorner.svg');
  background-position: 0px 100%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.grape-animation-right-mobile {
  position: relative;
  width: 58vw;
  height: 100vh;
  background-image: url('../images/bluecorner.svg');
  background-position: 100% 100%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -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-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.preloader-icon {
  width: 25vw;
}

.mainmount {
  position: relative;
  top: 0px;
  display: block;
  height: 60vh;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
}

.header-section {
  position: relative;
  z-index: 1;
  display: block;
  height: 80vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.artists-section {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

._2ndactsmount {
  position: relative;
  top: -41px;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 80%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.firstactsmount {
  display: block;
  width: 80%;
  margin: 120px auto 0px;
}

.gallery-section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.social-links {
  display: block;
  margin: 50px auto;
}

.copy2 {
  position: relative;
  top: 15px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.instagramn {
  position: static;
  display: block;
  width: 200px;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/instanelson.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.facebook1 {
  position: relative;
  display: block;
  width: 190px;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-image: url('../images/fb.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.twitter1 {
  position: relative;
  display: block;
  width: 190px;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mainnelson {
  position: static;
  top: 0px;
  display: block;
  height: 60vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.actsnelson {
  position: relative;
  top: 0px;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.div-block {
  position: absolute;
  width: 60vw;
}

.div-block-2 {
  left: 50vw;
  width: 12vw;
  background-image: url('../images/bluecorner_1.svg');
  background-position: 100% 100%;
  background-size: 120px;
}

.slider {
  height: 488px;
  background-color: transparent;
}

.slide-9 {
  background-image: url('../images/BD-Gallery-1-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/BD-Gallery-2-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/BD-Gallery-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/BD-Gallery-4-min.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/BD-Gallery-5-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.html-embed {
  height: 100%;
}

.mask-2 {
  border-radius: 30px;
}

.right-arrow-2 {
  height: 70%;
}

.facebookn {
  position: relative;
  display: block;
  width: 200px;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-image: url('../images/facebooknelson.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.twittern {
  position: relative;
  display: block;
  width: 200px;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
  background-image: url('../images/twitternelson.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.instagram {
  position: static;
  display: block;
  width: 190px;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/insta.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  left: 0px;
  right: 0px;
  bottom: -11px;
  margin-top: 0px;
}

.left-arrow-2 {
  height: 70%;
}

.firstactnelson {
  position: relative;
  display: block;
  overflow: visible;
  width: 80%;
  margin: 120px auto 0px;
}

.instafeed {
  display: block;
  overflow: visible;
  margin: 40px auto 70px;
  padding-bottom: 0px;
  background-color: transparent;
}

.utility-page-wrap {
  display: block;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.utility-page-content {
  position: relative;
  top: 45%;
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading {
  color: #5100a8;
}

.text-block-2 {
  color: #1268ff;
  font-weight: 700;
}

.slide-14 {
  background-image: url('../images/BD-Gallery-6-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/BD-Gallery-7-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/BD-Gallery-8-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/purpnew-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-block {
  display: block;
  width: 30%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #ea72e3;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.slide-1 {
  background-image: url('../images/blueslide-01.svg');
  background-position: 50% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-mount {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  display: block;
  width: 8%;
  margin: 10px auto;
}

.footer-nelson {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-block-n {
  display: block;
  width: 30%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fc8623;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.socials-purple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-1-2 {
  background-image: url('../images/BD-Gallery-9-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/BD-Gallery-9-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.buttonpurple {
  position: relative;
  display: block;
  width: 40vw;
  height: auto;
  margin: 0px auto;
  padding: 17px 55px;
  border-radius: 25px 15px;
  background-color: red;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
}

.buttonblue {
  position: relative;
  display: block;
  width: 50vw;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 55px;
  border-radius: 25px 15px;
  background-color: red;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
}

.tabs-content {
  position: static;
  display: block;
  overflow: hidden;
  width: 75%;
  height: auto;
  margin: 0px auto 50px;
  padding: 40px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px 25px;
  background-color: rgba(226, 236, 255, .49);
  text-align: left;
}

.ticket-info-1 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #741bc6;
}

.text-block-15 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
}

.ticket-info-2 {
  position: relative;
  margin-left: 50px;
  float: left;
  cursor: pointer;
}

.card-2 {
  overflow: hidden;
  width: 200px;
  height: 0px;
  padding-right: 10px;
  padding-left: 10px;
  clear: none;
  border-style: none;
  border-color: transparent;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-1 {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 200px;
  padding-right: 0px;
  clear: left;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #741cc7;
  cursor: pointer;
}

.no-margin-bottom {
  position: static;
  display: block;
  width: 85%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  clear: none;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
}

.faq-container-nelson {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 128, 205, .98)), color-stop(38%, rgba(63, 164, 215, .9)), to(rgba(209, 253, 240, .9))), url('../images/slime-1-min.gif');
  background-image: linear-gradient(180deg, rgba(3, 128, 205, .98), rgba(63, 164, 215, .9) 38%, rgba(209, 253, 240, .9)), url('../images/slime-1-min.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-container-faq-nelson {
  display: block;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.grey-backing-nelson {
  width: 100vw;
  height: 15vh;
  background-color: #fff;
  background-image: url('../images/blueslime_2.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-main-container-nelson {
  width: 100vw;
}

.main-image-top-nelson {
  display: block;
  height: 60vh;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.festival-info-title-block-nelson {
  display: block;
  width: 35vw;
  height: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px 15px;
  background-color: #fc8623;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.festival-info-text-nelson {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
  letter-spacing: 2px;
}

.imlookingforheading-nelson {
  position: relative;
  top: -50px;
  display: block;
  width: 55%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 25px 15px;
  background-color: #0b6ebd;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.tab-container-nelson {
  display: block;
  width: 100vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.tab-dropdown-nelson {
  display: none;
}

.tab-system-nelson {
  height: auto;
  margin-top: 0px;
  background-color: #fff;
}

.tabs-menu-n {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 40px 40px 20px;
  border-bottom: 0px none transparent;
  background-color: transparent;
  text-align: center;
}

.ticket-info-nelson {
  width: 200px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #fc8623;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.ticket-info-nelson.w--current {
  background-color: #0b6ebd;
  color: #fff;
  font-weight: 800;
}

.general-rules-nelson {
  width: 240px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #fc8623;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.general-rules-nelson.w--current {
  background-color: #0d63b5;
  color: #fff;
  font-weight: 800;
}

.what-can-i-bring-nelson {
  width: 260px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #fc8623;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.what-can-i-bring-nelson.w--current {
  background-color: #0d63b5;
  color: #fff;
  font-weight: 800;
}

.general-faqs-nelson {
  width: 230px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #fc8623;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.general-faqs-nelson.w--current {
  background-color: #0b6ebd;
  color: #fff;
  font-weight: 800;
}

.camping-info-nelson {
  width: 220px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #fc8623;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.camping-info-nelson.w--current {
  background-color: #0b6ebd;
  color: #fff;
  font-weight: 800;
}

.text-block-10-n {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.text-block-9-n {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.text-block-11-n {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.text-block-12-n {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.text-block-13-n {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.expander-container-n {
  position: static;
  display: block;
  overflow: visible;
  width: 200px;
  max-width: auto;
  margin: 10px;
  float: left;
  clear: none;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.expander-container-n:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tickets-online-para {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Oregon, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.ticket-fairy-link {
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oregon, sans-serif;
  color: #003edd;
  font-size: 18px;
  text-align: center;
}

.support-tf-link {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oregon, sans-serif;
  color: #003edd;
  font-size: 13px;
  text-align: center;
}

.vip-link-nelson {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oregon, sans-serif;
  color: #003edd;
  font-size: 13px;
  text-align: center;
}

.card-non-flip {
  position: relative;
  z-index: 999;
  display: block;
  width: 300px;
  height: 200px;
  padding-top: 20px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px 25px;
  background-color: #24348b;
  cursor: default;
}

.non-flip-text {
  position: static;
  display: block;
  width: 85%;
  margin: 25px auto 0px;
  float: none;
  clear: none;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-17 {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  font-family: Oregon, sans-serif;
  color: #fff;
  text-align: center;
}

.non-expand-nelson {
  position: static;
  display: block;
  width: auto;
  max-width: auto;
  margin: 10px;
  float: left;
  clear: none;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.non-expand-nelson:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.non-flip-text2 {
  position: static;
  display: block;
  width: 85%;
  margin: 50px auto 0px;
  float: none;
  clear: none;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.non-flip-text3 {
  position: static;
  display: block;
  width: 85%;
  margin: 45px auto 0px;
  float: none;
  clear: none;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.non-flip-text4 {
  position: static;
  display: block;
  width: 85%;
  margin: 20px auto 0px;
  float: none;
  clear: none;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.tab-wrapper-nelson {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  clear: none;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.what-bring {
  position: relative;
  z-index: 999;
  display: block;
  width: 400px;
  height: 475px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 25px 15px;
  background-color: #248b51;
  cursor: default;
}

.what-bring-title {
  position: static;
  display: block;
  width: 85%;
  margin: 15px auto 0px;
  float: none;
  clear: none;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.what-bring-text {
  display: block;
  width: 85%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Oregon, sans-serif;
  color: #fff;
  text-align: center;
}

.cant-bring {
  position: relative;
  z-index: 999;
  display: block;
  width: 400px;
  height: 630px;
  padding-top: 20px;
  padding-right: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px 25px;
  background-color: #8b2424;
  cursor: default;
}

.cant-bring-text {
  display: block;
  width: 85%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Oregon, sans-serif;
  color: #fff;
  text-align: center;
}

.yesno-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.click-the-boxes {
  margin-bottom: 20px;
  font-family: Oregon, sans-serif;
  color: rgba(105, 28, 192, .47);
  font-size: 20px;
  text-align: center;
}

.card-non-flip1 {
  position: relative;
  z-index: 999;
  display: block;
  width: 300px;
  height: 200px;
  padding-top: 20px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px 25px;
  background-color: #24348b;
  cursor: default;
}

.didnt-find-section {
  height: 20vh;
  padding-top: 55px;
  background-color: transparent;
  background-image: url('../images/orangeslime_3.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.didnt-find-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.download-section {
  height: auto;
  margin-bottom: 20px;
  padding-top: 0px;
}

.pdf-download-button {
  position: relative;
  display: block;
  width: 25vw;
  height: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  border-radius: 25px 15px;
  background-color: #4fd66f;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  font-family: Oregon, sans-serif;
  color: #331f32;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
}

.footer-nelson-info {
  margin-top: 90px;
}

.main-image-top-mount {
  display: block;
  height: 60vh;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.festival-info-text-mount {
  padding-top: 35px;
  font-family: Oregon, sans-serif;
  color: #3a2239;
  font-size: 50px;
  text-align: center;
  letter-spacing: 2px;
}

.festival-info-title-block-mount {
  display: block;
  width: 35vw;
  height: 90px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px 15px;
  background-color: #4fd66f;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.main-container-faq-mount {
  display: block;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.imlookingforheading-mount {
  position: relative;
  top: -43px;
  display: block;
  width: 55%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 25px 15px;
  background-color: #4fd66f;
  font-family: Oregon, sans-serif;
  color: #3a2239;
  font-size: 50px;
  text-align: center;
}

.grey-backing-mount1 {
  height: 15vh;
  background-color: #fff;
  background-image: url('../images/greenslime_1.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-menu-m {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 40px 40px 20px;
  border-bottom: 0px none transparent;
  background-color: transparent;
  text-align: center;
}

.ticket-info-mount {
  width: 200px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #331f32;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.ticket-info-mount.w--current {
  background-color: #46d064;
  color: #fff;
  font-weight: 800;
}

.text-block-9-m {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.text-block-10-m {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.text-block-11-m {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.text-block-12-m {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.text-block-13-m {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 29px;
}

.general-rules-mount {
  width: 240px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #331f32;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.general-rules-mount.w--current {
  background-color: #46d064;
  color: #fff;
  font-weight: 800;
}

.tab-system-mount {
  height: auto;
  margin-top: 0px;
  background-color: #fff;
}

.tab-main-container-mount {
  width: 100vw;
}

.tab-container-mount {
  display: block;
  width: 100vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.faq-container-mount {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 3, 205, .98)), color-stop(38%, rgba(135, 39, 213, .9)), to(rgba(209, 213, 253, .9))), url('../images/slime-1-min.gif');
  background-image: linear-gradient(180deg, rgba(120, 3, 205, .98), rgba(135, 39, 213, .9) 38%, rgba(209, 213, 253, .9)), url('../images/slime-1-min.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-dropdown-mount {
  display: none;
}

.what-can-i-bring-mount {
  width: 260px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #331f32;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.what-can-i-bring-mount.w--current {
  background-color: #46d064;
  color: #fff;
  font-weight: 800;
}

.general-faqs-mount {
  width: 230px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #331f32;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.general-faqs-mount.w--current {
  background-color: #46d064;
  color: #fff;
  font-weight: 800;
}

.camping-info-mount {
  width: 220px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 25px 15px;
  background-color: #331f32;
  color: #78cec3;
  font-weight: 600;
  text-align: center;
}

.camping-info-mount.w--current {
  background-color: #46d064;
  color: #fff;
  font-weight: 800;
}

.tabs-content-mount {
  position: static;
  display: block;
  overflow: hidden;
  width: 75%;
  height: auto;
  margin: 0px auto 50px;
  padding: 40px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px 25px;
  background-color: rgba(105, 28, 192, .06);
  text-align: left;
}

.click-the-boxes-mount {
  margin-bottom: 20px;
  font-family: Oregon, sans-serif;
  color: rgba(105, 28, 192, .47);
  font-size: 20px;
  text-align: center;
}

.tab-wrapper-mount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  clear: none;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.expander-container-m {
  position: static;
  display: block;
  overflow: visible;
  width: 200px;
  max-width: auto;
  margin: 10px;
  float: left;
  clear: none;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.expander-container-m:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.non-expand-mount {
  position: static;
  display: block;
  width: auto;
  max-width: auto;
  margin: 10px;
  float: left;
  clear: none;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.non-expand-mount:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.didnt-find-section-mount {
  height: 20vh;
  padding-top: 55px;
  background-color: transparent;
  background-image: url('../images/purpleslime_1.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.download-section-mount {
  height: auto;
  margin-bottom: 20px;
  padding-top: 0px;
}

.footer-mount-info {
  margin-top: 90px;
}

.footer-block-m {
  display: block;
  width: 30%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #691cc0;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.yesno-wrapper-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.ticket-fairy-link-n {
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oregon, sans-serif;
  color: #003edd;
  font-size: 18px;
  text-align: center;
}

.card-1n {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 200px;
  padding-right: 0px;
  clear: left;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d63b5;
  cursor: pointer;
}

.click-the-boxes-n {
  margin-bottom: 20px;
  font-family: Oregon, sans-serif;
  color: rgba(13, 88, 172, .45);
  font-size: 20px;
  text-align: center;
}

.card-non-flip-m {
  position: relative;
  z-index: 999;
  display: block;
  width: 300px;
  height: 200px;
  padding-top: 20px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px 25px;
  background-color: #400a8a;
  cursor: default;
}

.pdf-download-button-n {
  position: relative;
  display: block;
  width: 25vw;
  height: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  border-radius: 25px 15px;
  background-color: #0d63b5;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
}

.faqbuttonmount {
  position: relative;
  display: block;
  width: 45vw;
  height: 350px;
  margin: 0px auto 50px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 25px 15px;
  background-color: transparent;
  background-image: url('../images/Info_Slime_M.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Oregon, sans-serif;
  color: #3a2239;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
}

.faqbuttonnelson {
  position: relative;
  display: block;
  width: 45vw;
  height: 350px;
  margin: 0px auto 100px;
  padding-top: 0px;
  border-radius: 25px 15px;
  background-color: transparent;
  background-image: url('../images/Info_Slime_N.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Oregon, sans-serif;
  color: #2f43a0;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
}

.arrow-back-right-info {
  position: fixed;
  top: 6px;
  right: 6px;
  z-index: 20;
  overflow: visible;
  width: 80px;
  height: 80px;
  border-radius: 15px 20px;
  background-color: #fff;
  background-image: url('../images/back.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
}

.arrow-back-right-info:hover {
  background-color: #31e031;
  background-size: 60px;
}

.link-block-2 {
  position: fixed;
  top: 6px;
  right: 6px;
  z-index: 20;
  width: 80px;
  height: 80px;
}

.clouds_1 {
  display: block;
  width: 600px;
  margin-left: 153px;
  padding-top: 393px;
}

.clouds_1.closer {
  display: block;
  margin-right: 140px;
  margin-left: auto;
  padding-top: 0px;
}

.cloud_3 {
  display: block;
  height: 400px;
  margin-top: 0px;
  margin-right: 30px;
  margin-left: auto;
}

.cloud_3.bottom {
  height: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.cloud_2 {
  display: block;
  height: 500px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.cloud_2.further {
  height: 500px;
  margin-left: 180px;
}

.bay-dreams-clouds {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  overflow: auto;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  background-image: url('../images/sky_bg-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-section {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 100px;
  padding-top: 0px;
}

.header-experience {
  position: static;
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.top-parallax-row {
  position: relative;
}

.column-2 {
  position: relative;
  overflow: visible;
  padding: 60px 0px;
}

.image-4 {
  position: relative;
  top: 15vh;
  display: block;
  width: 45%;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: auto;
}

.text-block-17-m {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  font-family: Oregon, sans-serif;
  color: #fff;
  text-align: center;
}

.vip-link-mount {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oregon, sans-serif;
  color: #003edd;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

.parallax-section-1-mobile {
  position: relative;
  width: 100vw;
  height: 100%;
  padding-top: 0px;
}

.column-1 {
  position: relative;
  padding: 60px 0px;
}

.yas-box {
  background-color: #00c987;
  opacity: 0;
}

.camping-photo-1 {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.camping-photo-2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 70%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  box-shadow: 12px 12px 50px -6px rgba(0, 0, 0, .32);
}

.camping-photo-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 70%;
  margin-top: 0px;
  margin-right: 37px;
  margin-left: auto;
  padding-left: 0px;
  clear: none;
  box-shadow: 12px 12px 50px -6px rgba(0, 0, 0, .32);
}

.camping-photo-4 {
  position: relative;
  top: 0px;
  z-index: 2;
  display: block;
  width: 70%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  box-shadow: 12px 12px 50px -6px rgba(0, 0, 0, .32);
}

.camping-text {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.camping-text-mobile {
  position: relative;
  z-index: 0;
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  box-shadow: 12px 12px 50px -6px rgba(0, 0, 0, .32);
}

.camping-mobile-2 {
  position: relative;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.camping-1-mobile {
  position: relative;
  display: block;
  width: 80%;
  margin-top: 97px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  box-shadow: 12px 12px 50px -6px rgba(0, 0, 0, .32);
}

.camping-2-mobile {
  position: relative;
  top: 0px;
  z-index: 2;
  display: block;
  width: 70%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  box-shadow: 12px 12px 50px -6px rgba(0, 0, 0, .32);
}

.camping-3-mobile {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  clear: none;
  box-shadow: 12px 12px 50px -6px rgba(0, 0, 0, .32);
}

.link-block-n {
  position: fixed;
  left: 6px;
  top: 6px;
  z-index: 20;
  width: 80px;
  height: 80px;
}

.arrow-back-left-info {
  position: fixed;
  left: 6px;
  top: 6px;
  z-index: 20;
  overflow: visible;
  width: 80px;
  height: 80px;
  border-radius: 20px 15px;
  background-color: #fff;
  background-image: url('../images/backn.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
}

.arrow-back-left-info:hover {
  background-color: #fc8623;
  background-size: 60px;
}

.slime-bottom-terms {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 20vh;
  margin-top: 40px;
  background-image: url('../images/greenslime_1.svg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slime-top-terms {
  width: 100vw;
  height: 20vh;
  margin-bottom: 100px;
  background-image: url('../images/greenslime_1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  display: block;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
  font-family: Oregon, sans-serif;
  color: #fff;
  text-align: center;
}

.terms-2 {
  margin-top: 20px;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.terms-1 {
  display: block;
  width: 55%;
  margin: 0px auto 40px;
  padding: 20px;
  border-style: none;
  border-top-width: 0px;
  border-top-color: #fff;
  border-bottom-width: 0px;
  border-bottom-color: #fff;
  border-radius: 15px 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46d064), to(#46d064));
  background-image: linear-gradient(180deg, #46d064, #46d064);
  font-family: Oregon, sans-serif;
  color: #331f32;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-5 {
  display: block;
  width: 20%;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-2 {
  background-color: #3a2239;
}

.terms-1-top {
  display: block;
  width: 60%;
  margin: 0px auto 40px;
  padding: 20px;
  border-style: none;
  border-top-width: 0px;
  border-top-color: #fff;
  border-bottom-width: 0px;
  border-bottom-color: #fff;
  border-radius: 15px 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46d064), to(#46d064));
  background-image: linear-gradient(180deg, #46d064, #46d064);
  font-family: Oregon, sans-serif;
  color: #331f32;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}

.footer-block-tc {
  position: static;
  display: block;
  width: 30%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.copytc {
  position: relative;
  top: 15px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #331f32;
  font-size: 18px;
  text-align: center;
}

.terms6 {
  display: block;
  width: 55%;
  margin: 0px auto 80px;
  padding: 20px;
  border-style: none;
  border-top-width: 0px;
  border-top-color: #fff;
  border-bottom-width: 0px;
  border-bottom-color: #fff;
  border-radius: 15px 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46d064), to(#46d064));
  background-image: linear-gradient(180deg, #46d064, #46d064);
  font-family: Oregon, sans-serif;
  color: #331f32;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}

.bd-tc-link {
  display: block;
  width: 40%;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/BayDreams.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-4 {
  margin-bottom: 50px;
}

.tandclink {
  position: relative;
  display: block;
  width: 20%;
  height: auto;
  margin: 0px auto;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 25px 15px;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.link-block-tc {
  position: fixed;
  left: 6px;
  top: 6px;
  z-index: 20;
  width: 80px;
  height: 80px;
}

.arrow-back-right-tc {
  position: fixed;
  left: 6px;
  top: 6px;
  z-index: 20;
  overflow: visible;
  width: 80px;
  height: 80px;
  border-radius: 15px 20px;
  background-color: #4fd66f;
  background-image: url('../images/back.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
}

.arrow-back-right-tc:hover {
  background-color: #fff;
  background-size: 60px;
}

.link {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.link-nelson {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.main-experience {
  position: static;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.inflatable-grass-image {
  position: relative;
  z-index: 1;
  display: block;
  height: 600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/inflatable_grass.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mount-column {
  margin-top: 250px;
}

.column-3 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 3, 205, .98)), color-stop(36%, rgba(135, 39, 213, .9)), to(rgba(209, 213, 253, .9)));
  background-image: linear-gradient(180deg, rgba(120, 3, 205, .98), rgba(135, 39, 213, .9) 36%, rgba(209, 213, 253, .9));
}

.image-5 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.image-6 {
  display: block;
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  top: -20vh;
  z-index: 0;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url('../images/slime-1-min.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-4 {
  height: auto;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 128, 205, .98)), color-stop(39%, rgba(63, 164, 215, .9)), to(rgba(209, 253, 240, .9)));
  background-image: linear-gradient(180deg, rgba(3, 128, 205, .98), rgba(63, 164, 215, .9) 39%, rgba(209, 253, 240, .9));
}

.image-7 {
  display: block;
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  width: 79.9%;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.link-mount-experience {
  display: block;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 25px 20px;
  border-radius: 15px 25px;
  background-color: #4fd66f;
  text-decoration: none;
  cursor: pointer;
}

.link-nelson-experience {
  display: block;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 25px 20px;
  border-radius: 15px 25px;
  background-color: #fc8623;
  text-decoration: none;
  cursor: pointer;
}

.nelson-tickets-link {
  font-family: Oregon, sans-serif;
  color: #28454f;
  font-size: 45px;
  text-align: center;
  text-decoration: none;
}

.mount-tickets-link {
  font-family: Oregon, sans-serif;
  color: #300955;
  font-size: 45px;
  text-align: center;
  text-decoration: none;
}

.the-mount-heading {
  position: relative;
  display: block;
  width: 50%;
  margin-top: 250px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.nelson-heading {
  position: relative;
  display: block;
  width: 50%;
  margin-top: 250px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oregon, sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.cloud_2--3 {
  display: block;
  height: 500px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.cloud_2--3.further {
  height: 500px;
  margin-left: 180px;
}

.column-5 {
  position: relative;
}

.div-block-7 {
  width: 100vw;
  height: 1vh;
  background-image: url('../images/whiteslime1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience-footer {
  position: relative;
  top: -10vh;
  margin-top: 0px;
}

.expbuttonmount {
  position: relative;
  display: block;
  width: 65vw;
  height: 450px;
  margin: 0px auto 100px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 25px 15px;
  background-color: transparent;
  background-image: url('../images/experiencelink1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Oregon, sans-serif;
  color: #3a2239;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
}

.camping-section {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.music {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 100px;
  padding-top: 0px;
}

.music-section {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.music-photo-1 {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.food-section {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.music-text {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.food-text {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.food-photo-1 {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.carnival-rides {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.carnival-text {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.carnival-photo-1 {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.art-section {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.art-image-1 {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.art-text {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vip-section {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.vip-photo {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.vip-text {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vip-section-mobile {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.camping-section-mobile {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.music-section-mobile {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.food-section-mobile {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.carnival-rides-mobile {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.art-section-mobile {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.expbuttonnelson {
  position: relative;
  display: block;
  width: 65vw;
  height: 450px;
  margin: 0px auto 100px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 25px 15px;
  background-color: transparent;
  background-image: url('../images/experiencelink1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Oregon, sans-serif;
  color: #3a2239;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
}

.location-section {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.image-9 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.location-section-mobile {
  position: relative;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.div-block-8 {
  display: block;
  width: 60%;
  margin: 50px auto 100px;
}

.link-block-experience {
  position: fixed;
  left: 6px;
  top: 6px;
  z-index: 20;
  width: 80px;
  height: 80px;
}

.arrow-back-left-exp {
  position: fixed;
  left: 6px;
  top: 6px;
  z-index: 20;
  overflow: visible;
  width: 80px;
  height: 80px;
  border-radius: 20px 15px;
  background-color: #fff;
  background-image: url('../images/backn.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
}

.arrow-back-left-exp:hover {
  background-color: #fff;
  background-size: 60px;
}

.cardi_nelson {
  position: relative;
  display: block;
  overflow: visible;
  width: 80%;
  margin: 0px auto;
}

.cardi_mount {
  display: block;
  width: 80%;
  margin: 0px auto;
}

.camping-req-button {
  position: relative;
  display: block;
  width: 30vw;
  height: auto;
  margin: 40px auto 100px;
  padding: 17px 55px;
  border-radius: 25px 15px;
  background-color: #fc8623;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  font-family: Oregon, sans-serif;
  color: #2f43a0;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
}

.camping-req-button.contact {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #52dd76;
  color: #fff;
  font-size: 28px;
}

.camping-req-button.contact._2 {
  margin-bottom: 16px;
  background-color: #52dd76;
}

.camping-req-button.contact.black {
  color: rgba(0, 0, 0, .5);
}

.camping-req-button.contact.yellow {
  background-color: #fdab48;
}

.camping-req-button.submit {
  width: 100%;
  margin-bottom: 0px;
  background-color: #fdab48;
  color: #fff;
}

.camping_n {
  position: relative;
  display: block;
  width: 45vw;
  height: 350px;
  margin: 0px auto 100px;
  padding-top: 0px;
  border-radius: 25px 15px;
  background-color: transparent;
  background-image: url('../images/camping_n.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Oregon, sans-serif;
  color: #2f43a0;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
}

.buttonpreparty {
  position: relative;
  display: block;
  width: 50vw;
  height: auto;
  margin: 21px auto 0px;
  padding: 17px 55px;
  border-radius: 25px 15px;
  background-color: #38e438;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  font-family: Oregon, sans-serif;
  color: #4d2a4b;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
}

.contact-hide-div {
  overflow: hidden;
  width: 100%;
}

.contact {
  font-size: 14px;
}

.small-contact-text {
  color: rgba(0, 0, 0, .45);
  font-size: 18px;
}

.heading-3 {
  font-size: 14px;
}

.hidden-contact-info {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  display: none;
}

html.w-mod-js *[data-ix="fade-up-and-in"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .purple-half {
    width: 100%;
    height: 50vh;
  }
  .blue-half {
    width: 100%;
    height: 50vh;
  }
  .container {
    padding-bottom: 20px;
  }
  .mount-mong {
    top: 12vh;
    height: 25vh;
  }
  .nelson {
    top: 12vh;
    height: 25vh;
  }
  .title-logo {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .title-logo.purple {
    position: static;
  }
  .bay-dreams-logo {
    position: static;
    left: 0px;
    max-width: 100%;
    float: left;
  }
  .grape-animation-left {
    right: 0vw;
    height: 50vh;
  }
  .grape-animation-right {
    left: 8vw;
    width: 100vw;
    height: 50vh;
  }
  .grape-animation-left-mobile {
    right: 0vw;
    width: 100vw;
    height: 50vh;
    background-size: 100px;
  }
  .grape-animation-right-mobile {
    left: 0vw;
    width: 100vw;
    height: 50vh;
    background-image: url('../images/bluecorner_1.svg');
    background-size: 100px;
  }
  .mainmount {
    height: 60vh;
  }
  ._2ndactsmount {
    top: -20px;
    width: 85%;
    margin-bottom: 40px;
  }
  .firstactsmount {
    width: 80%;
  }
  .social-links {
    margin-top: 60px;
  }
  .instagramn {
    width: 160px;
  }
  .facebook1 {
    width: 160px;
  }
  .twitter1 {
    width: 160px;
  }
  .actsnelson {
    top: -28px;
  }
  .socials-nelson {
    padding-right: 50px;
    padding-left: 50px;
  }
  .facebookn {
    width: 160px;
  }
  .twittern {
    width: 160px;
  }
  .instagram {
    width: 160px;
    background-image: url('../images/insta.svg');
  }
  .firstactnelson {
    width: 80%;
  }
  .footer-block {
    width: 40%;
  }
  .slide-1 {
    background-image: url('../images/blueslide-01.svg');
    background-position: 50% 50%;
  }
  .image-3 {
    width: 12%;
  }
  .footer-block-n {
    width: 40%;
  }
  .socials-purple {
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .buttonpurple {
    width: 55vw;
    height: auto;
    padding-top: 16px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 28px;
    line-height: 28px;
  }
  .buttonblue {
    width: 70vw;
    height: auto;
    padding-top: 17px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 28px;
    line-height: 28px;
  }
  .tabs-content {
    height: auto;
    margin-top: 0px;
    margin-bottom: 70px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grey-backing-nelson {
    height: 15vh;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .festival-info-title-block-nelson {
    width: 60vw;
  }
  .festival-info-text-nelson {
    color: #fff;
  }
  .imlookingforheading-nelson {
    width: 60%;
    padding-top: 40px;
  }
  .tabs-menu-n {
    position: relative;
    height: 350px;
    padding-top: 60px;
    padding-bottom: 10px;
    clear: none;
  }
  .ticket-info-nelson {
    margin-bottom: 10px;
  }
  .ticket-info-nelson.w--current {
    margin-bottom: 10px;
  }
  .camping-info-nelson {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .expander-container-n {
    margin-right: 10px;
    margin-left: 20px;
    float: left;
    text-align: left;
  }
  .ticket-fairy-link {
    color: #003edd;
  }
  .non-expand-nelson {
    margin-right: 10px;
    margin-left: 20px;
    float: left;
    text-align: left;
  }
  .what-bring {
    height: 570px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .what-bring-text {
    line-height: 25px;
  }
  .cant-bring {
    height: 770px;
  }
  .cant-bring-text {
    line-height: 25px;
  }
  .yesno-wrapper {
    -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;
  }
  .didnt-find-section {
    height: 20vh;
    padding-top: 45px;
    background-position: 0px 50%;
  }
  .didnt-find-text {
    padding-top: 0px;
    font-size: 35px;
  }
  .pdf-download-button {
    width: 45vw;
    height: 120px;
    padding-top: 16px;
    font-size: 28px;
    line-height: 28px;
  }
  .festival-info-text-mount {
    padding-bottom: 35px;
    color: #3a2239;
  }
  .festival-info-title-block-mount {
    width: 60vw;
    height: auto;
  }
  .imlookingforheading-mount {
    width: 60%;
    padding-top: 40px;
  }
  .grey-backing-mount1 {
    height: 90px;
  }
  .tabs-menu-m {
    position: relative;
    height: 350px;
    padding-top: 60px;
    padding-bottom: 10px;
    clear: none;
  }
  .ticket-info-mount {
    margin-bottom: 10px;
  }
  .ticket-info-mount.w--current {
    margin-bottom: 10px;
  }
  .camping-info-mount {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tabs-content-mount {
    height: auto;
    margin-top: 0px;
    margin-bottom: 70px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .expander-container-m {
    margin-right: 10px;
    margin-left: 20px;
    float: left;
    text-align: left;
  }
  .non-expand-mount {
    margin-right: 10px;
    margin-left: 20px;
    float: left;
    text-align: left;
  }
  .didnt-find-section-mount {
    height: 20vh;
    padding-top: 45px;
    background-position: 0px 50%;
  }
  .footer-block-m {
    width: 40%;
  }
  .yesno-wrapper-m {
    -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;
  }
  .pdf-download-button-n {
    width: 45vw;
    height: 120px;
    padding-top: 16px;
    font-size: 28px;
    line-height: 28px;
  }
  .faqbuttonmount {
    width: 65vw;
    height: 250px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 28px;
  }
  .faqbuttonnelson {
    width: 65vw;
    height: 250px;
    margin-bottom: 50px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 28px;
  }
  .clouds_1.closer {
    width: 400px;
    margin-right: -35px;
  }
  .cloud_3 {
    margin-left: 25px;
  }
  .cloud_2.further {
    margin-left: 158px;
  }
  .bay-dreams-clouds {
    background-size: cover;
  }
  .header-experience {
    height: 80vh;
  }
  .image-4 {
    width: 70%;
  }
  .column-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .camping-photo-1 {
    width: 90%;
  }
  .camping-photo-2 {
    width: 80%;
  }
  .camping-photo-3 {
    width: 80%;
  }
  .camping-photo-4 {
    width: 80%;
  }
  .camping-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .camping-2-mobile {
    width: 100%;
  }
  .camping-3-mobile {
    width: 100%;
  }
  .slime-top-terms {
    margin-bottom: 80px;
  }
  .heading-2 {
    width: 70%;
  }
  .terms-2 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
  .terms-1 {
    width: 80%;
  }
  .div-block-5 {
    width: 40%;
  }
  .terms-1-top {
    width: 80%;
    font-size: 20px;
  }
  .footer-block-tc {
    width: 40%;
  }
  .terms6 {
    width: 80%;
  }
  .bd-tc-link {
    width: 60%;
  }
  .tandclink {
    width: 40%;
    height: auto;
    padding-top: 17px;
    font-size: 18px;
    line-height: 28px;
  }
  .link {
    width: 30%;
    margin-top: 10px;
    padding: 5px;
    font-size: 12px;
  }
  .link-nelson {
    width: 30%;
    margin-top: 10px;
    padding: 5px;
    font-size: 13px;
  }
  .inflatable-grass-image {
    height: 500px;
  }
  .image-5 {
    width: 90%;
  }
  .image-6 {
    width: 90%;
  }
  .image-7 {
    width: 90%;
  }
  .image-8 {
    width: 89.9%;
  }
  .link-mount-experience {
    width: 80%;
  }
  .link-nelson-experience {
    width: 80%;
  }
  .nelson-tickets-link {
    font-size: 30px;
  }
  .mount-tickets-link {
    font-size: 30px;
  }
  .the-mount-heading {
    width: 80%;
  }
  .nelson-heading {
    width: 80%;
  }
  .cloud_2--3.further {
    margin-left: 158px;
  }
  .expbuttonmount {
    width: 90vw;
    height: 300px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 28px;
  }
  .music-section {
    margin-bottom: 0px;
  }
  .music-photo-1 {
    width: 90%;
  }
  .music-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .food-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .food-photo-1 {
    width: 90%;
  }
  .carnival-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .carnival-photo-1 {
    width: 90%;
  }
  .art-image-1 {
    width: 90%;
  }
  .art-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .vip-photo {
    width: 90%;
  }
  .vip-text {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .music-section-mobile {
    margin-bottom: 0px;
  }
  .expbuttonnelson {
    width: 90vw;
    height: 300px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 28px;
  }
  .image-9 {
    width: 90%;
  }
  .cardi_nelson {
    width: 80%;
  }
  .cardi_mount {
    width: 80%;
  }
  .camping-req-button {
    width: 70vw;
    height: auto;
    padding-top: 17px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 28px;
    line-height: 28px;
  }
  .camping-req-button.contact {
    font-size: 27px;
  }
  .camping-req-button.contact._2 {
    background-color: #52dd76;
    font-size: 17px;
  }
  .camping-req-button.contact._2.yellow {
    background-color: #fdab48;
  }
  .camping_n {
    width: 65vw;
    height: 250px;
    margin-bottom: 50px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 28px;
  }
  .buttonpreparty {
    width: 70vw;
    height: auto;
    padding-top: 16px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 28px;
    line-height: 28px;
  }
  .contact-hide-div {
    height: 51vh;
  }
}

@media (max-width: 767px) {
  .light-wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 3, 205, .98)), color-stop(38%, rgba(135, 39, 213, .9)), to(rgba(209, 213, 253, .8))), url('../images/slime-1-min.gif');
    background-image: linear-gradient(180deg, rgba(120, 3, 205, .98), rgba(135, 39, 213, .9) 38%, rgba(209, 213, 253, .8)), url('../images/slime-1-min.gif');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .container {
    padding-bottom: 20px;
  }
  .clear-block-with-padding {
    padding-bottom: 70px;
  }
  .mount-mong {
    top: 25%;
    height: 25vh;
  }
  .nelson {
    top: 25%;
    height: 25vh;
  }
  .bay-dreams-logo {
    position: static;
    left: 0px;
    right: 0px;
    max-width: 100%;
    float: none;
  }
  .grape-animation-left {
    right: 0vw;
    width: 100vw;
    height: 50vh;
  }
  .grape-animation-right {
    left: 8vw;
    width: 100vw;
    height: 50vh;
  }
  .grape-animation-left-mobile {
    right: 0vw;
    width: 100vw;
    height: 50vh;
    background-size: 100px;
  }
  .grape-animation-right-mobile {
    left: 0vw;
    width: 100vw;
    height: 50vh;
    background-size: 100px;
  }
  .mainmount {
    margin-top: -100px;
  }
  .header-section {
    height: 70vh;
    margin-bottom: 0px;
  }
  .artists-section {
    margin-bottom: 0px;
  }
  ._2ndactsmount {
    width: 90%;
    margin-bottom: 50px;
  }
  .firstactsmount {
    margin-top: 150px;
    margin-bottom: 0px;
  }
  .social-links {
    margin-top: 50px;
  }
  .instagramn {
    position: static;
    width: 120px;
    height: 120px;
    float: right;
  }
  .facebook1 {
    position: static;
    width: 120px;
    height: 120px;
    float: left;
  }
  .twitter1 {
    position: static;
    width: 120px;
    height: 120px;
    float: none;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mainnelson {
    margin-top: -80px;
  }
  .actsnelson {
    top: -16px;
    width: 80%;
  }
  .slider {
    height: 300px;
  }
  .socials-nelson {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .facebookn {
    position: static;
    width: 120px;
    height: 120px;
    float: left;
  }
  .twittern {
    position: static;
    width: 120px;
    height: 120px;
    float: none;
  }
  .instagram {
    position: static;
    width: 120px;
    height: 120px;
    float: right;
  }
  .firstactnelson {
    margin-top: 150px;
    margin-bottom: 0px;
  }
  .instafeed {
    margin-bottom: 50px;
  }
  .footer-block {
    width: 50%;
  }
  .slide-1 {
    background-image: url('../images/blueslide-01.svg');
  }
  .image-3 {
    width: 15%;
  }
  .footer-block-n {
    width: 50%;
  }
  .socials-purple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .buttonpurple {
    height: auto;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    clear: none;
    font-size: 26px;
    text-decoration: none;
  }
  .buttonblue {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    clear: none;
    font-size: 26px;
    text-decoration: none;
  }
  .tabs-content {
    width: 90%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 25px 20px;
  }
  .grey-backing-nelson {
    height: 9vh;
  }
  .main-image-top-nelson {
    width: 80%;
  }
  .festival-info-title-block-nelson {
    width: 80vw;
  }
  .festival-info-text-nelson {
    color: #fff;
  }
  .imlookingforheading-nelson {
    padding-top: 30px;
    font-size: 40px;
  }
  .tab-dropdown-nelson {
    display: block;
    height: 70px;
    padding-top: 0px;
    padding-left: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fc7a20;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }
  .tab-dropdown-nelson:hover {
    background-color: #fc7a20;
  }
  .text-block-nelson {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 25px;
    padding-left: 25px;
    font-family: Oregon, sans-serif;
    letter-spacing: 2px;
  }
  .tab-system-nelson {
    background-color: #fff;
  }
  .tabs-menu-n {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 50;
    display: none;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fc7a20;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, .08);
    cursor: pointer;
  }
  .ticket-info-nelson {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .ticket-info-nelson.w--current {
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .general-rules-nelson {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .general-rules-nelson.w--current {
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .what-can-i-bring-nelson {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .what-can-i-bring-nelson.w--current {
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .general-faqs-nelson {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .general-faqs-nelson.w--current {
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .camping-info-nelson {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .camping-info-nelson.w--current {
    margin-bottom: 10px;
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .text-block-10-n {
    padding-top: 0px;
    color: #fff;
  }
  .text-block-9-n {
    padding-top: 0px;
    color: #fff;
  }
  .text-block-11-n {
    padding-top: 0px;
    color: #fff;
  }
  .text-block-12-n {
    padding-top: 0px;
    color: #fff;
  }
  .text-block-13-n {
    padding-top: 0px;
    color: #fff;
  }
  .expander-container-n {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ticket-fairy-link {
    color: #003edd;
  }
  .non-expand-nelson {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tab-wrapper-nelson {
    margin-top: 20px;
  }
  .what-bring {
    height: 570px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .what-bring-text {
    line-height: 25px;
  }
  .cant-bring {
    height: 760px;
  }
  .cant-bring-text {
    line-height: 25px;
  }
  .yesno-wrapper {
    margin-top: 20px;
    -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;
  }
  .click-the-boxes {
    margin-top: 20px;
  }
  .didnt-find-section {
    height: 18vh;
    padding-top: 10px;
    padding-bottom: 0px;
    background-position: 50% 50%;
    background-repeat: repeat-x;
  }
  .didnt-find-text {
    padding-top: 20px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 2px;
  }
  .download-section {
    height: 9vh;
  }
  .pdf-download-button {
    width: 65vw;
    height: 120px;
    clear: none;
    font-size: 26px;
    text-decoration: none;
  }
  .main-image-top-mount {
    width: 80%;
  }
  .festival-info-text-mount {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #3a2239;
  }
  .festival-info-title-block-mount {
    width: 80vw;
    height: auto;
  }
  .imlookingforheading-mount {
    padding-top: 30px;
    font-size: 40px;
  }
  .grey-backing-mount1 {
    height: 9vh;
  }
  .tabs-menu-m {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 50;
    display: none;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #331f32;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, .08);
    cursor: pointer;
  }
  .ticket-info-mount {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .ticket-info-mount.w--current {
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .text-block-9-m {
    padding-top: 0px;
    color: #fff;
  }
  .text-block-10-m {
    padding-top: 0px;
    color: #fff;
  }
  .text-block-11-m {
    padding-top: 0px;
    color: #fff;
  }
  .text-block-12-m {
    padding-top: 0px;
    color: #fff;
  }
  .text-block-13-m {
    padding-top: 0px;
    color: #fff;
  }
  .general-rules-mount {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .general-rules-mount.w--current {
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .tab-system-mount {
    background-color: #fff;
  }
  .tab-dropdown-mount {
    display: block;
    height: 70px;
    padding-top: 0px;
    padding-left: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #331f32;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }
  .tab-dropdown-mount:hover {
    background-color: #331f32;
  }
  .text-block-mount1 {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 25px;
    padding-left: 25px;
    font-family: Oregon, sans-serif;
    letter-spacing: 2px;
  }
  .what-can-i-bring-mount {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .what-can-i-bring-mount.w--current {
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .general-faqs-mount {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .general-faqs-mount.w--current {
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .camping-info-mount {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
  }
  .camping-info-mount.w--current {
    margin-bottom: 10px;
    background-color: transparent;
    color: #78cec3;
    font-weight: 600;
  }
  .tabs-content-mount {
    width: 90%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 25px 20px;
  }
  .click-the-boxes-mount {
    margin-top: 20px;
  }
  .tab-wrapper-mount {
    margin-top: 20px;
  }
  .expander-container-m {
    margin-right: 10px;
    margin-left: 10px;
  }
  .non-expand-mount {
    margin-right: 10px;
    margin-left: 10px;
  }
  .didnt-find-section-mount {
    height: 18vh;
    padding-top: 10px;
    padding-bottom: 0px;
    background-position: 50% 50%;
    background-repeat: repeat-x;
  }
  .download-section-mount {
    height: 9vh;
  }
  .footer-block-m {
    width: 50%;
  }
  .yesno-wrapper-m {
    margin-top: 20px;
    -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;
  }
  .ticket-fairy-link-n {
    color: #003edd;
  }
  .click-the-boxes-n {
    margin-top: 20px;
  }
  .pdf-download-button-n {
    width: 65vw;
    height: 120px;
    clear: none;
    font-size: 26px;
    text-decoration: none;
  }
  .faqbuttonmount {
    margin-bottom: 0px;
    clear: none;
    font-size: 26px;
    text-decoration: none;
  }
  .faqbuttonnelson {
    width: 70vw;
    margin-top: 30px;
    margin-bottom: 5px;
    padding-top: 0px;
    clear: none;
    font-size: 26px;
    text-decoration: none;
  }
  .bay-dreams-clouds {
    position: fixed;
    z-index: -1;
    overflow: scroll;
  }
  .top-parallax-row {
    margin-top: 20px;
    clear: none;
  }
  .column-2 {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-4 {
    width: 80%;
  }
  .parallax-section-1-mobile {
    height: auto;
    margin-bottom: 100px;
  }
  .column-1 {
    padding: 0px;
  }
  .camping-photo-1 {
    z-index: 1;
    width: 90%;
    margin-top: 0px;
  }
  .camping-photo-2 {
    z-index: 1;
    width: 90%;
    margin-top: 100px;
  }
  .camping-photo-3 {
    position: relative;
    z-index: 1;
    margin-top: 100px;
  }
  .camping-photo-4 {
    z-index: 1;
    margin-top: 100px;
  }
  .camping-text-mobile {
    width: 90%;
    margin-top: 5px;
    box-shadow: none;
  }
  .camping-mobile-1 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .camping-1-mobile {
    z-index: 1;
    width: 90%;
    margin-top: 40px;
  }
  .camping-2-mobile {
    z-index: 1;
    width: 85%;
    margin-top: 70px;
  }
  .camping-3-mobile {
    position: relative;
    z-index: 1;
    width: 85%;
    margin-top: 70px;
  }
  .camping-4-mobile {
    position: relative;
    z-index: 1;
    display: block;
    width: 85%;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .camping-mobile-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-2 {
    width: 80%;
  }
  .div-block-5 {
    width: 40%;
  }
  .terms-1-top {
    font-size: 20px;
  }
  .footer-block-tc {
    width: 50%;
  }
  .bd-tc-link {
    width: 75%;
  }
  .tandclink {
    width: 50%;
    height: auto;
    padding-bottom: 17px;
    clear: none;
    font-size: 18px;
    text-decoration: none;
  }
  .link {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .link-nelson {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .main-experience {
    position: static;
    overflow: visible;
    width: auto;
    height: 100%;
  }
  .inflatable-section {
    position: static;
    height: auto;
  }
  .inflatable-grass-image {
    height: 350px;
  }
  .column-3 {
    position: relative;
  }
  .row {
    top: -10vh;
  }
  .column-4 {
    position: relative;
    overflow: visible;
    height: auto;
  }
  .link-mount-experience {
    width: 65%;
  }
  .link-nelson-experience {
    width: 65%;
  }
  .the-mount-heading {
    width: 70%;
    margin-top: 150px;
  }
  .nelson-heading {
    margin-top: 100px;
  }
  .body-3 {
    overflow: visible;
    height: 100%;
  }
  .cloud_2--3.further {
    display: block;
    margin-right: auto;
    margin-left: 10px;
  }
  .experience-footer {
    top: -5vh;
  }
  .expbuttonmount {
    height: 200px;
    margin-bottom: 70px;
    clear: none;
    background-image: url('../images/experiencelink1.svg');
    font-size: 26px;
    text-decoration: none;
  }
  .music-photo-1 {
    z-index: 1;
    width: 90%;
    margin-top: 0px;
  }
  .food-photo-1 {
    z-index: 1;
    width: 90%;
    margin-top: 0px;
  }
  .carnival-photo-1 {
    z-index: 1;
    width: 90%;
    margin-top: 0px;
  }
  .art-image-1 {
    z-index: 1;
    width: 90%;
    margin-top: 0px;
  }
  .vip-photo {
    z-index: 1;
    width: 90%;
    margin-top: 0px;
  }
  .expbuttonnelson {
    height: 200px;
    margin-bottom: 70px;
    clear: none;
    background-image: url('../images/experiencelink1.svg');
    font-size: 26px;
    text-decoration: none;
  }
  .div-block-8 {
    width: 90%;
  }
  .cardi_nelson {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .cardi_mount {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .camping-req-button {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    clear: none;
    font-size: 26px;
    text-decoration: none;
  }
  .camping-req-button.contact {
    width: 100%;
  }
  .camping_n {
    width: 70vw;
    margin-top: 30px;
    margin-bottom: 5px;
    padding-top: 0px;
    clear: none;
    font-size: 26px;
    text-decoration: none;
  }
  .buttonpreparty {
    height: auto;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    clear: none;
    font-size: 25px;
    text-decoration: none;
  }
  .contact-hide-div {
    height: 410px;
  }
  .small-contact-text {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .purple-half {
    width: 100vw;
  }
  .blue-half {
    width: 100vw;
  }
  .light-wrap {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 3, 205, .98)), color-stop(29%, rgba(140, 49, 216, .9)), to(rgba(209, 213, 253, .8))), url('../images/slime-1-min.gif');
    background-image: linear-gradient(180deg, rgba(120, 3, 205, .98), rgba(140, 49, 216, .9) 29%, rgba(209, 213, 253, .8)), url('../images/slime-1-min.gif');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 450px;
  }
  .container {
    max-width: auto;
    padding-bottom: 20px;
  }
  .clear-block-with-padding {
    padding-bottom: 25px;
  }
  .mount-mong {
    top: 25%;
    display: block;
    width: 90vw;
    height: 24vh;
    margin-right: auto;
    margin-left: auto;
  }
  .nelson {
    top: 25%;
    display: block;
    width: 90%;
    height: 24vh;
    margin-right: auto;
    margin-left: auto;
  }
  .bay-dreams-logo {
    position: static;
    left: -7px;
    display: block;
    width: auto;
    max-width: 100%;
  }
  .grape-animation-left {
    right: 0vw;
    width: 100vw;
    height: 50vh;
    background-size: 70px;
  }
  .grape-animation-right {
    left: 0vw;
    width: 100vw;
    height: 50vh;
    background-size: 70px;
  }
  .grape-animation-left-mobile {
    right: 0vw;
    width: 100vw;
    height: 50vh;
    background-size: 70px;
  }
  .grape-animation-right-mobile {
    left: 0vw;
    width: 100vw;
    height: 50vh;
    background-size: 70px;
  }
  .mainmount {
    height: 30vh;
    margin-top: -80px;
  }
  .header-section {
    height: 40%;
    margin-bottom: 0px;
  }
  .artists-section {
    margin-bottom: 30px;
  }
  ._2ndactsmount {
    top: -9px;
    width: 100%;
    margin-bottom: 20px;
  }
  .firstactsmount {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .social-links {
    margin-top: 50px;
  }
  .copy2 {
    position: relative;
    top: 10px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
  }
  .instagramn {
    width: 200px;
    height: 80px;
    margin-left: 8px;
  }
  .facebook1 {
    display: block;
    width: 200px;
    height: 80px;
    margin-right: 10px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .twitter1 {
    width: 200px;
    height: 80px;
    margin-left: 10px;
  }
  .mainnelson {
    height: 30vh;
  }
  .actsnelson {
    top: -8px;
    width: 100%;
    margin-bottom: 20px;
  }
  .slider {
    height: 270px;
  }
  .html-embed {
    overflow: hidden;
    width: 100%;
  }
  .right-arrow-2 {
    right: 0px;
    width: 15%;
  }
  .socials-nelson {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .facebookn {
    display: block;
    width: 200px;
    height: 80px;
    margin-right: 8px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .twittern {
    width: 200px;
    height: 80px;
  }
  .instagram {
    width: 200px;
    height: 80px;
    margin-left: auto;
  }
  .slide-nav-2 {
    bottom: -13px;
  }
  .left-arrow-2 {
    width: 15%;
  }
  .firstactnelson {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .instafeed {
    overflow: auto;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .slide-18 {
    background-image: url('../images/purpnew-01.svg');
    background-position: 50% 50%;
  }
  .footer-block {
    width: 80%;
    height: 40px;
    margin-top: 40px;
    border-radius: 20px;
    background-color: #ea72e3;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  .slide-1 {
    background-image: url('../images/blueslide-01.svg');
  }
  .image-3 {
    width: 20%;
  }
  .footer-block-n {
    width: 80%;
    height: 40px;
    margin-top: 45px;
    border-radius: 20px;
    background-color: #fc8623;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  .socials-purple {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttonpurple {
    width: 70vw;
    height: auto;
    margin-top: 13px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .buttonblue {
    width: 85vw;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .tabs-content {
    width: 95%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 15px;
  }
  .card-2 {
    overflow: hidden;
    width: 200px;
    height: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    border-color: #0b6ebd;
    -webkit-transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
  }
  .card-1 {
    width: 200px;
    height: 200px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #741cc7;
  }
  .no-margin-bottom {
    display: block;
    width: 85%;
    font-family: Oregon, sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .main-container-faq-nelson {
    height: 550px;
  }
  .grey-backing-nelson {
    display: block;
  }
  .main-image-top-nelson {
    width: 90%;
    height: auto;
    margin-top: 100px;
  }
  .festival-info-text-nelson {
    color: #fff;
    font-size: 28px;
  }
  .tab-container-nelson {
    width: 100%;
  }
  .tab-dropdown-nelson {
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 94% 50%;
    background-size: 20px;
    font-size: 16px;
  }
  .text-block-nelson {
    color: #fff;
  }
  .tab-system-nelson {
    margin-top: 0px;
    background-color: #fff;
  }
  .tabs-menu-n {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .ticket-info-nelson {
    padding-left: 15px;
    font-size: 16px;
  }
  .general-rules-nelson {
    padding-left: 15px;
    font-size: 16px;
  }
  .what-can-i-bring-nelson {
    padding-left: 15px;
    font-size: 16px;
  }
  .general-faqs-nelson {
    padding-left: 15px;
    font-size: 16px;
  }
  .camping-info-nelson {
    padding-left: 15px;
    font-size: 16px;
  }
  .text-block-10-n {
    color: #fff;
  }
  .text-block-9-n {
    color: #fff;
  }
  .text-block-11-n {
    color: #fff;
  }
  .text-block-12-n {
    color: #fff;
  }
  .text-block-13-n {
    display: block;
    color: #fff;
  }
  .expander-container-n {
    display: block;
    width: 200px;
    max-width: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }
  .tickets-online-para {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 20px 15px;
    font-family: Oregon, sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 2px;
  }
  .ticket-fairy-link {
    color: #003edd;
  }
  .vip-link-nelson {
    margin-top: 0px;
  }
  .card-non-flip {
    width: 200px;
    height: 250px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #293b96;
    cursor: default;
  }
  .non-flip-text {
    display: block;
    width: 85%;
    font-family: Oregon, sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .text-block-17 {
    width: 70%;
  }
  .non-expand-nelson {
    display: block;
    width: auto;
    max-width: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }
  .non-flip-text2 {
    display: block;
    width: 85%;
    font-family: Oregon, sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .non-flip-text3 {
    display: block;
    width: 85%;
    font-family: Oregon, sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .non-flip-text4 {
    display: block;
    width: 85%;
    font-family: Oregon, sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .what-bring {
    width: 275px;
    height: 470px;
    margin-top: 20px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #248b51;
  }
  .what-bring-title {
    display: block;
    width: 85%;
    font-family: Oregon, sans-serif;
    color: #fff;
    font-size: 35px;
    text-align: center;
  }
  .what-bring-text {
    width: 90%;
    margin-top: 30px;
    font-size: 12px;
    line-height: 19px;
  }
  .cant-bring {
    width: 275px;
    height: 630px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8b2424;
  }
  .cant-bring-text {
    width: 90%;
    margin-top: 30px;
    font-size: 12px;
    line-height: 19px;
  }
  .yesno-wrapper {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .click-the-boxes {
    margin-top: 10px;
    font-size: 25px;
  }
  .card-non-flip1 {
    width: 200px;
    height: 200px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #293b96;
    cursor: default;
  }
  .didnt-find-section {
    height: 13vh;
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }
  .didnt-find-text {
    padding-top: 10px;
    font-size: 25px;
    line-height: 25px;
  }
  .download-section {
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 0px;
  }
  .pdf-download-button {
    width: 80vw;
    height: 100px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .footer-nelson-info {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .main-image-top-mount {
    width: 90%;
    height: auto;
    margin-top: 100px;
  }
  .festival-info-text-mount {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3a2239;
    font-size: 28px;
  }
  .festival-info-title-block-mount {
    width: 80%;
    height: auto;
  }
  .main-container-faq-mount {
    height: 550px;
  }
  .tabs-menu-m {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .ticket-info-mount {
    padding-left: 15px;
    font-size: 16px;
  }
  .text-block-9-m {
    color: #fff;
  }
  .text-block-10-m {
    color: #fff;
  }
  .text-block-11-m {
    color: #fff;
  }
  .text-block-12-m {
    color: #fff;
  }
  .text-block-13-m {
    display: block;
    color: #fff;
  }
  .general-rules-mount {
    padding-left: 15px;
    font-size: 16px;
  }
  .tab-system-mount {
    margin-top: 0px;
    background-color: #fff;
  }
  .tab-container-mount {
    width: 100%;
  }
  .tab-dropdown-mount {
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 94% 50%;
    background-size: 20px;
    font-size: 16px;
  }
  .text-block-mount1 {
    color: #fff;
  }
  .what-can-i-bring-mount {
    padding-left: 15px;
    font-size: 16px;
  }
  .general-faqs-mount {
    padding-left: 15px;
    font-size: 16px;
  }
  .camping-info-mount {
    padding-left: 15px;
    font-size: 16px;
  }
  .tabs-content-mount {
    width: 95%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 15px;
  }
  .click-the-boxes-mount {
    margin-top: 10px;
    font-size: 25px;
  }
  .expander-container-m {
    display: block;
    width: 200px;
    max-width: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }
  .non-expand-mount {
    display: block;
    width: auto;
    max-width: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }
  .didnt-find-section-mount {
    height: 13vh;
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }
  .download-section-mount {
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 0px;
  }
  .footer-mount-info {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .footer-block-m {
    width: 80%;
    height: 40px;
    border-radius: 20px;
    background-color: #741cc7;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  .yesno-wrapper-m {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ticket-fairy-link-n {
    color: #003edd;
  }
  .card-1n {
    width: 200px;
    height: 200px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0d63b5;
  }
  .click-the-boxes-n {
    margin-top: 10px;
    font-size: 25px;
  }
  .card-non-flip-m {
    width: 200px;
    height: 250px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #400a8a;
    cursor: default;
  }
  .pdf-download-button-n {
    width: 80vw;
    height: 100px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .faqbuttonmount {
    width: 90vw;
    height: 250px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .faqbuttonnelson {
    width: 90vw;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .clouds_1.closer {
    position: static;
    width: 100px;
    margin-left: 0px;
    padding-top: 10px;
  }
  .cloud_3 {
    overflow: hidden;
    margin-right: 0px;
    margin-left: -103px;
  }
  .cloud_2 {
    display: block;
    margin-right: 8px;
    margin-left: auto;
    padding-left: 0px;
  }
  .cloud_2.further {
    display: block;
    width: 45%;
    height: auto;
    margin-right: 14px;
    margin-left: auto;
    padding-left: 0px;
  }
  .bay-dreams-clouds {
    height: auto;
  }
  .header-experience {
    height: 55vh;
  }
  .image-4 {
    width: 90%;
  }
  .text-block-17-m {
    width: 70%;
  }
  .vip-link-mount {
    margin-top: 0px;
  }
  .camping-photo-1 {
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .camping-photo-2 {
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
  }
  .camping-photo-3 {
    display: block;
    width: 90%;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
  }
  .camping-photo-4 {
    display: block;
    width: 90%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .camping-text-mobile {
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .camping-mobile-1 {
    display: none;
  }
  .camping-1-mobile {
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  .camping-2-mobile {
    display: block;
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .camping-3-mobile {
    display: block;
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .camping-4-mobile {
    display: block;
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .camping-mobile-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slime-bottom-terms {
    margin-top: 30px;
  }
  .slime-top-terms {
    margin-bottom: 80px;
  }
  .heading-2 {
    width: 90%;
  }
  .terms-2 {
    width: 80%;
    margin-top: 15px;
    font-size: 13px;
    line-height: 16px;
  }
  .terms-1 {
    font-size: 17px;
    line-height: 19px;
  }
  .div-block-5 {
    width: 40%;
  }
  .terms-1-top {
    width: 90%;
  }
  .footer-block-tc {
    width: 80%;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  .copytc {
    position: relative;
    top: 10px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Varela Round', sans-serif;
    color: #000;
  }
  .terms6 {
    font-size: 17px;
    line-height: 19px;
  }
  .bd-tc-link {
    width: 85%;
  }
  .tandclink {
    width: 50vw;
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .link {
    width: 80%;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }
  .link-nelson {
    width: 80%;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }
  .inflatable-section {
    position: static;
    z-index: 0;
    margin-top: 0px;
  }
  .inflatable-grass-image {
    height: 200px;
  }
  .image-5 {
    width: 100%;
    margin-bottom: 50px;
  }
  .image-6 {
    width: 100%;
  }
  .image-7 {
    width: 100%;
  }
  .image-8 {
    width: 100%;
    margin-bottom: 50px;
  }
  .link-mount-experience {
    width: 80%;
    margin-bottom: 70px;
  }
  .link-nelson-experience {
    width: 80%;
    margin-bottom: 70px;
  }
  .nelson-tickets-link {
    font-size: 25px;
  }
  .mount-tickets-link {
    font-size: 25px;
  }
  .the-mount-heading {
    margin-top: 150px;
    font-size: 35px;
  }
  .nelson-heading {
    width: 70%;
    font-size: 35px;
  }
  .cloud_2--3 {
    display: block;
    margin-right: 8px;
    margin-left: auto;
    padding-left: 0px;
  }
  .cloud_2--3.further {
    display: block;
    width: 45%;
    height: auto;
    margin-right: 14px;
    margin-left: auto;
    padding-left: 0px;
  }
  .experience-footer {
    top: -10vh;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .expbuttonmount {
    width: 90vw;
    height: 250px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .music-photo-1 {
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .food-photo-1 {
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .carnival-photo-1 {
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .art-image-1 {
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .vip-photo {
    top: 0px;
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .expbuttonnelson {
    width: 90vw;
    height: 250px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .div-block-8 {
    margin-bottom: 80px;
  }
  .cardi_nelson {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .cardi_mount {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .camping-req-button {
    width: 85vw;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .camping-req-button.contact._2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .camping_n {
    width: 90vw;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .buttonpreparty {
    width: 85vw;
    height: auto;
    margin-top: 14px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  .contact-hide-div {
    height: 390px;
  }
  .small-contact-text {
    font-size: 13px;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Yellowtail';
  src: url('../fonts/Yellowtail-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oregon';
  src: url('../fonts/Oregon.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}