.hero {
  padding-top: 30px;
  padding-bottom: 170px;
  padding-left: 110px;
  background-image: url('../images/IMG_2463.jpg');
  background-position: 67px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heroimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  opacity: 0;
}

.herotxt {
  display: block;
  width: 400px;
  margin-top: -261px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #7efbb4;
  font-size: 47px;
  line-height: 54px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.headline {
  padding-bottom: 0px;
  background-color: #63c68b;
  box-shadow: 0 6px 19px -12px #000;
}

.sectionheading {
  margin-top: 10px;
  padding-left: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 35px;
}

.infosection {
  margin-bottom: 25px;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 22px;
}

.blackheading {
  padding-left: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 33px;
}

.name {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 26px;
  text-align: center;
}

.biotxt {
  padding-right: 30px;
  padding-left: 30px;
}

.positionsubtitle {
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  color: #a5a5a5;
  font-size: 13px;
  text-align: center;
}

.aboutsection {
  padding-bottom: 40px;
}

.contactsec {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #6b6b6b;
  background-image: url('../images/LW-Gobo-BG-R1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.footer {
  background-color: #65cb8e;
}

.formlabel {
  display: none;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.messagebody {
  overflow: auto;
  height: 42px;
  min-height: 130px;
}

.messagebody.textbox {
  color: #fff;
}

.footertext {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 10px;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 10%;
  background-color: #474747;
}

.navlogo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 0px 28px;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.navlogo:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.logonest {
  width: 90%;
  float: right;
}

.navlink {
  width: 100%;
  background-color: #333232;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #63c68b;
  font-weight: 700;
}

.navlink:hover {
  background-color: #1b1919;
}

.navlink.w--current {
  background-color: #63c68b;
  color: #fff;
}

.mobilenav {
  position: fixed;
}

.contactform {
  padding-right: 10px;
  padding-left: 10px;
}

.social-box {
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 20px;
}

.facebook {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
}

.submitbutton {
  display: block;
  width: 280px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #a88701;
  background-color: #e6b82e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.submitbutton:hover {
  background-color: #1b1919;
}

.submitbutton:active {
  background-color: #c28800;
}

.submitbutton.ticketsbutton {
  width: 101px;
  margin-top: 30px;
}

.textbox {
  border-right: 2px solid #b3b3b3;
  border-bottom: 3px solid #999;
  background-color: rgba(0, 0, 0, .37);
  color: #fff;
}

.textbox:focus {
  border-right: 2px solid #63c68b;
  border-bottom: 3px solid #63c68b;
}

.aboutimg {
  padding-top: 50px;
  padding-right: 10px;
}

.button {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.container {
  margin-bottom: 40px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.div-block {
  display: block;
}

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

@media (max-width: 991px) {
  .hero {
    position: relative;
    z-index: 2;
    padding-left: 0px;
    background-position: 0px 0px;
  }
  .footer {
    padding-bottom: 0px;
  }
  .navlogo {
    opacity: 1;
  }
  .logonest {
    width: 100%;
  }
  .navlink {
    display: block;
    width: 90px;
    height: 34px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #4e4e4e;
    text-align: center;
  }
  .navlink.w--current {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }
  .navlink.linklogo {
    padding-top: 18px;
    padding-bottom: 42px;
  }
  .mobilenav {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 49px;
    background-color: #474747;
    opacity: 0;
  }
  .mobilenavlogo {
    display: block;
    width: 69px;
    margin-top: -18px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .navcontainer {
    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: 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;
  }
  .submitbutton {
    background-color: rgba(255, 204, 51, .82);
  }
  .aboutimg {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .hero {
    background-size: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sectionheading {
    padding-left: 25px;
  }
  .infosection {
    padding-right: 25px;
    padding-left: 25px;
  }
  .blackheading {
    padding-left: 25px;
  }
  .footertext {
    padding-left: 25px;
  }
  .contactcontainer {
    padding-right: 25px;
    padding-left: 25px;
  }
  .column {
    padding-right: 35px;
    padding-left: 35px;
  }
  .mobilenav {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
  .submitbutton {
    display: block;
    width: 100%;
  }
  .aboutimg {
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .hero {
    margin-bottom: 0px;
    padding-top: 55px;
    padding-bottom: 25px;
  }
  .herotxt {
    width: 200px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 31px;
    line-height: 40px;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }
  .sectionheading {
    padding-left: 10px;
  }
  .infosection {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blackheading {
    padding-left: 10px;
  }
  .footertext {
    padding-left: 10px;
  }
  .contactcontainer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column {
    padding-right: 15px;
    padding-left: 15px;
  }
}

