body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.covid-banner{
    padding:17px 15px;
    background-image: -webkit-linear-gradient(270deg, #1bdbee, #1bdbee);
    background-image: linear-gradient(180deg, #1bdbee, #1bdbee);
}

.covid-banner p{
    margin:0;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
}

.section {
  position: relative;
  padding: 63px 40px;
  background-color: #fff;
}

.section.section-gray {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #e1e1e1;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  background-color: #ff432e;
}

.section.section-tents-events {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff85cb;
}

.section.tent-sizing-sections {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffac00;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #ff432e;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 55px;
  margin-bottom: 0px;
  font-family: 'Luckiest Guy', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px #000;
}

.align-right {
  text-align: right;
}

.hero-heading {
  font-family: 'Luckiest Guy', sans-serif;
  color: #ffac00;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .25), 1px 1px 6px #000;
}

.hero-subheading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  text-shadow: 1px 1px 6px #000;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #29455d;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #4495e1;
  color: #fff;
}

.hollow-button.red {
  border-color: #ff432e;
  background-color: #ff432e;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Luckiest Guy', sans-serif;
  text-align: center;
  letter-spacing: 3px;
}

.section-heading.centered {
  font-family: 'Luckiest Guy', sans-serif;
  color: rgba(0, 0, 0, .74);
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-heading.centered.contactheader {
  margin-bottom: -20px;
  color: #ffd402;
}

.section-heading.centered.tentseventsheader {
  margin-bottom: 30px;
}

.section-heading.centered.tent-sizing {
  margin-bottom: 30px;
}

.section-heading.carny-head {
  margin-bottom: 83px;
  color: #ffd402;
}

.section-heading.dance-bar {
  margin-bottom: 40px;
}

.section-subheading {
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-subheading.center {
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-top: 21px;
  padding-bottom: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-style: none;
  background-image: -webkit-linear-gradient(270deg, #ffac00, #ffac00);
  background-image: linear-gradient(180deg, #ffac00, #ffac00);
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #ff432e;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: static;
  top: 7%;
  padding-bottom: 70px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #30ad64;
  background-image: -webkit-linear-gradient(282deg, #0098ff, #2d3e4f);
  background-image: linear-gradient(168deg, #0098ff, #2d3e4f);
  color: #2e80b6;
}

.nav-link {
  display: block;
  padding: 10px 0px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  padding-top: 10px;
  color: #ecf0f1;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 100%;
  background-image:  -webkit-linear-gradient(270deg, #b5da4d, #b5da4d);
  background-image:  linear-gradient(180deg, #b5da4d, #b5da4d);
  background-position: 0px 0px, 0px 0px;
  background-repeat: no-repeat, repeat;
  font-size: 18px;
}

.banner.jump {
  display: block;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, #53bbf4, #53bbf4);
  background-image: linear-gradient(180deg, #53bbf4, #53bbf4);
}

.column-0-padding {
  text-align: center;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.hours-season {
  display: block;
  padding-top: 70px;
  color: #ecf0f1;
}

.fairy-tale-tents {
  display: block;
  margin-bottom: 30px;
  text-align: left;
}

.container {
  text-align: left;
}

.right-grid-2 {
  margin-left: 20px;
}

.tent-capacity-chart {
  font-family: 'Luckiest Guy', sans-serif;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

.text-block-2 {
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  color: #ff432e;
  line-height: 14px;
  text-decoration: none;
}

.text-block-2:hover {
  color: #30ad64;
}

.lightbox-link {
  text-align: center;
  text-decoration: none;
}

.column-fun-ages {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 21px;
  padding-bottom: 14px;
}

.fairy-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.fairy-logo:hover {
  opacity: 0.5;
}

.section-2 {
  padding: 63px 40px;
}

.section-2.tent-packages-sections {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(270deg, #1bdbee, #1bdbee);
  background-image: linear-gradient(180deg, #1bdbee, #1bdbee);
  box-shadow: 0 0 6px 0 #fff;
}

.tent-package-slider {
  padding-bottom: 30px;
}

.please-note {
  padding-top: 20px;
}

.paragraph {
  font-family: Oswald, sans-serif;
}

.section-tables-chairs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.heading {
  font-weight: 500;
}

.heading.seasons {
  color: #ffac00;
  font-size: 32px;
  text-shadow: 1px 1px 6px #000;
}

.seasons {
  color: #29455d;
  font-size: 16px;
  text-align: center;
}

.inflatable-jump-section {
  padding: 90px 40px;
  background-image: -webkit-linear-gradient(270deg, #ffac00, #ffac00);
  background-image: linear-gradient(180deg, #ffac00, #ffac00);
}

.fun-for-all-section {
  padding: 90px 40px;
  background-image: -webkit-linear-gradient(270deg, #1bdbee, #1bdbee);
  background-image: linear-gradient(180deg, #1bdbee, #1bdbee);
}

.slider {
  background-color: #fff;
}

.row {
  margin-right: auto;
  margin-left: auto;
}

.section-porta-potty {
  padding: 90px 40px;
  background-image: -webkit-linear-gradient(270deg, #fdd100, #fdd100);
  background-image: linear-gradient(180deg, #fdd100, #fdd100);
}

.section-dance-bar {
  padding: 90px 40px;
  background-image: -webkit-linear-gradient(270deg, #1bdbee, #1bdbee);
  background-image: linear-gradient(180deg, #1bdbee, #1bdbee);
}

.section-carnival-games {
  padding: 90px 40px;
  border-style: none;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fff, #ff432e 48%), -webkit-linear-gradient(270deg, #ff432e, #ff432e);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #ff432e 48%), linear-gradient(180deg, #ff432e, #ff432e);
}

.jump-row {
  padding-bottom: 30px;
}

.jump-row.last {
  padding-bottom: 70px;
}

.body {
  background-color: #53bbf4;
}

.jump-container-top {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
}

.jump-columns {
  text-align: center;
}

.jump-sub {
  padding-top: 50px;
  font-family: 'Luckiest Guy', sans-serif;
  font-size: 40px;
  letter-spacing: 3px;
}

.faq.section {
  position: static;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff85cb;
}

.logo-nav {
  margin-bottom: -35px;
}

.buttons {
  margin-bottom: -120px;
  font-size: 16px;
}

.faq-head {
  margin-bottom: 50px;
  font-family: 'Luckiest Guy', sans-serif;
  text-align: center;
  letter-spacing: 3px;
}

.description-1 {
  padding-top: 15px;
  padding-right: 35px;
  padding-left: 35px;
  font-family: Oswald, sans-serif;
}

.schematics {
  border-style: none;
  color: #ff432e;
  text-decoration: none;
}

.schematics:hover {
  color: #30ad64;
}

.lightbox-link-2 {
  text-decoration: none;
}

.jump-units-row {
  padding-top: 40px;
}

.jumpers-caption {
  padding-top: 10px;
  color: #ffac00;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
}

.jumpers-caption:hover {
  color: #30ad64;
}

.lightbox-link-3 {
  text-decoration: none;
}

.lightbox-link-4 {
  text-decoration: none;
}

.lightbox-link-5 {
  text-decoration: none;
}

.lightbox-link-6 {
  text-decoration: none;
}

.lightbox-link-7 {
  text-decoration: none;
}

.lightbox-link-8 {
  text-decoration: none;
}

.lightbox-link-9 {
  text-decoration: none;
}

.lightbox-link-10 {
  text-decoration: none;
}

.lightbox-link-11 {
  text-decoration: none;
}

.lightbox-link-12 {
  text-decoration: none;
}

.lightbox-link-13 {
  text-decoration: none;
}

.lightbox-link-14 {
  text-decoration: none;
}

.lightbox-link-15 {
  text-decoration: none;
}

.lightbox-link-16 {
  text-decoration: none;
}

.lightbox-link-17 {
  text-decoration: none;
}

.phone {
  color: #ff432e;
  text-decoration: none;
}

.address-phone {
  padding-top: 27px;
  color: #29455d;
  font-size: 22px;
  text-align: center;
}

.heading-2 {
  color: #ffac00;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.potty-copy {
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.potty-blurb {
  padding-top: 40px;
}

.carny-lightbox {
  text-align: center;
}

.carny-row {
  margin-top: 57px;
}

.carny-img {
  box-shadow: 0 -6px 50px 8px #f0f0f0;
}

.carny-img.circle {
  border-radius: 100%;
  box-shadow: none;
  -webkit-transform: rotateX(13deg) rotateY(-180deg) rotateZ(-3deg);
  transform: rotateX(13deg) rotateY(-180deg) rotateZ(-3deg);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carny-img.circle:hover {
  -webkit-transform: rotateX(13deg) rotateY(3deg) rotateZ(0deg) skew(13deg, 0deg) scale(1.33);
  transform: rotateX(13deg) rotateY(3deg) rotateZ(0deg) skew(13deg, 0deg) scale(1.33);
}

.carny-img.circle.taz {
  margin-top: 80px;
  margin-bottom: -55px;
  border-radius: 0%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.carny-img.circle.taz:hover {
  box-shadow: none;
  -webkit-perspective: 1090px;
  perspective: 1090px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.areas-covered {
  margin-bottom: 100px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.paragraph-2 {
  padding-top: 18px;
  text-align: left;
}

.illinois {
  color: #ffac00;
}

.indianna {
  color: #ffac00;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.important-text {
  text-shadow: 1px 1px 6px #000;
}

.nowserving {
  padding-top: 19px;
  color: #29455d;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.dropdown {
  width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.answer {
  padding: 10px 35px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Oswald, sans-serif;
}

.dropdown-list.w--open {
  position: static;
}

.dropdown-list-2.w--open {
  position: static;
}

.dropdown-list-3.w--open {
  position: static;
}

.paragraph-3 {
  padding-right: 35px;
  padding-left: 35px;
  font-family: Oswald, sans-serif;
}

.tent-package-head {
  color: #ffac00;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #000;
}

.combo-unit-pic {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.combo-unit-pic:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.combo-unit-row {
  padding-bottom: 75px;
}

.now-available {
  font-family: 'Luckiest Guy', sans-serif;
  color: #ffac00;
  letter-spacing: 3px;
  text-shadow: 0 1px 0 #000;
}

.paragraph-4 {
  font-family: Oswald, sans-serif;
}

.dry-slide-row {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.unit-headers {
  font-size: 25px;
}

.lightbox-link-18 {
  text-decoration: none;
}

.lightbox-link-19 {
  text-decoration: none;
}

.areas {
  color: #29455d;
  text-align: left;
}

.paragraph-5 {
  font-family: Oswald, sans-serif;
}

.paragraph-6 {
  font-family: Oswald, sans-serif;
}

.paragraph-7 {
  font-family: Oswald, sans-serif;
}

.heading-4 {
  font-weight: 600;
}

.heading-5 {
  font-weight: 600;
}

.heading-6 {
  font-weight: 600;
}

.heading-7 {
  font-weight: 600;
}

.heading-8 {
  font-weight: 600;
}

.heading-9 {
  font-weight: 600;
}

.heading-10 {
  font-weight: 600;
}

.heading-11 {
  font-weight: 600;
}

.dropdown-toggle {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-toggle.w--open {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tent-sizingrow {
  padding-top: 25px;
  padding-left: 50px;
}

.tent-packages-row {
  padding-top: 25px;
}

.potty {
  -webkit-transform-origin: 129% 50% 0px;
  -ms-transform-origin: 129% 50% 0px;
  transform-origin: 129% 50% 0px;
}

.content-sec {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tent-size-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
  font-size: 100%;
}

.col-head-list {
  padding: 10px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #000;
  background-image: -webkit-linear-gradient(270deg, #2e80b6, #2e80b6);
  background-image: linear-gradient(180deg, #2e80b6, #2e80b6);
  color: #fff;
  font-size: 100%;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.col-head-list.first-col {
  border-left-style: solid;
  font-size: 100%;
}

.single-entry-table {
  padding: 5px;
  border-style: solid none;
  border-width: 1px;
  border-color: #000;
  text-align: center;
}

.single-entry-table.odd-row {
  border-top-style: none;
  border-right-style: none;
  border-left-style: solid;
  background-image: -webkit-linear-gradient(270deg, #7dbce7, #7dbce7);
  background-image: linear-gradient(180deg, #7dbce7, #7dbce7);
  font-size: 100%;
}

.single-entry-table.odd-row.last-col {
  border-right-style: solid;
}

.single-entry-table.even-row {
  border-top-style: none;
  border-right-style: none;
  border-left-style: solid;
  background-image: -webkit-linear-gradient(270deg, #1bdbee, #1bdbee);
  background-image: linear-gradient(180deg, #1bdbee, #1bdbee);
}

.single-entry-table.even-row.last-col {
  border-right-style: solid;
}

.spacer {
  color: #2e80b6;
}

.click-advice {
  margin-top: -9px;
  font-size: 14px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 1;
  -webkit-transform: scale(0.01, 0.01) translate(0px, 0px);
  -ms-transform: scale(0.01, 0.01) translate(0px, 0px);
  transform: scale(0.01, 0.01) translate(0px, 0px);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .left-navigation{
      order:-1;
  }
  
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .hero-heading {
    display: block;
    padding-top: 45px;
  }
  .hero-subheading {
    font-size: 19px;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 0%;
    margin-bottom: 20px;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: auto;
    background-image: -webkit-linear-gradient(270deg, #b5da4d, #b5da4d);
    background-image: linear-gradient(180deg, #b5da4d, #b5da4d);
  }
  .banner.jump {
    height: 50%;
  }
  .hours-season {
    position: static;
  }
  .right-grid-2 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .grid-twos {
    margin-top: 0px;
  }
  .row {
    padding-bottom: 20px;
  }
  .jump-sub {
    padding-top: 0px;
  }
  .buttons {
    margin-bottom: 0px;
  }
  .address-phone {
    margin-top: -30px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    padding-top: 0px;
    font-size: 37px;
  }
  .footer.center {
    left: 0px;
    top: 416%;
    right: 0px;
    bottom: auto;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .banner {
    background-image: -webkit-linear-gradient(270deg, #b5da4d, #b5da4d);
    background-image: linear-gradient(180deg, #b5da4d, #b5da4d);
  }
  .banner.jump {
    height: 24%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-grid-2 {
    margin-left: 20px;
  }
  .jump-container-top {
    padding-top: 189px;
    text-align: right;
  }
}

@media (max-width: 479px) {
  .hero-heading {
    margin-top: 25px;
    padding-top: 0px;
  }
  .hollow-button.white {
    margin-bottom: 12px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 2%;
    padding-bottom: 0px;
  }
  .banner {
    height: 700px;
    background-image: -webkit-linear-gradient(270deg, #b5da4d, #b5da4d);
    background-image: linear-gradient(180deg, #b5da4d, #b5da4d);
  }
  .hours-season {
    padding-top: 0px;
  }
  .right-grid-2 {
    margin-left: 0px;
  }
  .jump-row {
    padding-top: 32px;
  }
  .jump-row.last {
    padding-bottom: 66px;
  }
  .jump-container-top {
    padding-top: 0px;
  }
  .address-phone {
    margin-top: -50px;
    padding-top: 0px;
    font-size: 15px;
  }
  .carny-img.circle {
    margin-bottom: 36px;
  }
  .carny-img.circle.taz {
    margin-top: 38px;
    margin-bottom: 73px;
  }
  .tent-sizingrow {
    padding-left: 20px;
  }
}

@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}