@charset "UTF-8";
/* CSS Document */
body {
  background: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}
a {
  color: #E6746C;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
}
.main-wrapper {
  width: 100%;
}
.header {
  background: #fff;
  color: #333;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-wrapper {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  position: relative;
  text-align: right;
}
.logo {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 275px;
  height: auto;
}
.navigation {
  text-align: right;
}
.navigation a {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-family: 'Helvetica Neue Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0px 25px;
  padding: 58px 0px;
  position: relative;
  text-decoration: none;
}
.navigation a:first-of-type {
  padding-left: 0px;
}
.navigation a:hover {
  color: #8FC4B4;
}
.navigation a.nav-tickets {
  background: url("../images/nav-ticket-back.png") no-repeat center center;
  background-size: 100%;
  color: #fff;
  padding: 58px 32px;
}
.navigation a.nav-tickets:hover {
  color: #333;
}
.navigation .icon {
  display: none;
}
.section.featured {
  width: 100%;
}
.featured-wrapper {
  padding-top: 135px;
  margin: auto;
}
.intro-wrapper {
  background: #fff;
  margin: auto;
  padding: 80px 0px;
  width: 90%;
  max-width: 820px;
}
.intro-wrapper img {
  margin: auto;
  width: 465px;
  max-width: 90%;
}
.intro-wrapper p {
  color: #333;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0px;
}
.intro-wrapper p a {
  color: #666;
}
.section.details {
  background: #E6746C;
  padding: 80px 0px;
  text-align: center;
}
.details-wrapper {
  color: #fff;
  margin: auto;
  width: 90%;
  max-width: 980px;
}
.details-wrapper .details-header {
  margin: auto;
  width: 420px;
  max-width: 90%;
}
.details-row {
  font-size: 22px;
  line-height: 30px;
  margin-top: 50px;
  text-align: left;
}
.details-column {
  display: inline-block;
  vertical-align: top;
  width: 470px;
}
.details-icon {
  float: left;
  margin-right: 30px;
  width: 132px;
}
.details-icon.location {
  margin: 0px 30px 20px 35px;
  width: 84px;
}
.details-content {
  padding-top: 20px;
}
.details-row h3 {
  font-family: 'Helvetica Neue Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 0px;
  text-transform: uppercase;
}
.details-row p {
  margin: 0px;
}
.callout {
  color: #FFDDD1;
  font-size: 15px;
  line-height: 20px;
}
.section.experience {
  background: #fff;
  padding: 80px 0px 30px;
}
.experience-wrapper {
  margin: auto;
  width: 90%;
  max-width: 980px;
}
.experience-text {
  margin: auto;
  max-width: 820px;
  text-align: center;
}
.experience-text img {
  margin: auto;
  width: 505px;
  max-width: 90%;
}
.experience-text h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  max-width: 820px;
}
.experience-row {
  display: flex;
  justify-content: space-between;
}
.experience-column {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 60px;
  width: 100%;
  max-width: 430px;
  text-align: center;
}
.experience-icon {
  margin: 0px auto 26px auto;
  width: 168px;
}
.section.button {
  margin-top: 80px;
  text-align: center;
}
.section.button a {
  background: #8FC4B4;
  border-radius: 50px;
  color: #fff;
  font-family: 'Helvetica Neue Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 20px 120px;
  text-decoration: none;
  text-transform: uppercase;
}
.section.button a:hover {
  background: #333;
}
.footer {
  background: #E6746C;
  color: #fff;
  padding: 10px 0px 40px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 800;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 90%;
  max-width: 1200px;
}
.footer-logo {
  width: 105px;
}
.copyright {
  font-size: 18px;
  margin-top: 20px;
  text-align: right;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
.social {
  margin-bottom: 20px;
}
.social img {
  display: inline-block;
  margin-left: 20px;
  max-width: 70px;
  height: auto;
  transition: all .2s;
}
.social a:hover img {
  opacity: 0.85;
}
@media screen and (max-width: 900px) {
  .header {
    height: 100px;
  }
  #topnav {
    background: #fff;
  }
  .logo {
    left: 10px;
    width: 170px;
    z-index: 10;
  }
  .navigation {
    width: 100%;
  }
  .navigation a {
    display: none;
    padding: 5px 10px;
  }
  .navigation.responsive {
    position: relative;
    padding-top: 80px;
  }
  .navigation.responsive a {
    margin: 0px 0px 5px 0px;
    display: block;
    text-align: right;
    font-size: 16px
  }
  .navigation.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation .icon {
    display: inline-block;
    font-size: 30px !important;
    margin: 0px;
    padding: 25px 10px 15px;
  }
  .navigation a.nav-tickets {
    background: none;
    color: #333;
    padding: 5px 10px;
  }
  .featured-wrapper {
    padding-top: 100px;
  }
  .details-row {
    text-align: center;
  }
  .details-column {
    display: block;
    text-align: center;
    width: 100%;
  }
  .details-icon {
    float: none;
    margin: 0px auto 0px auto;
  }
  .details-icon.location {
    margin: 30px auto 10px auto;
    width: 84px;
  }
  .experience-row {
    display: block;
  }
  .experience-column {
    margin: 60px auto 0px auto;
    width: 90%;
    max-width: 90%;
  }
  .section.button {
    margin: 30px auto;
  }
  .section.button a {
    font-size: 24px;
    padding: 15px 75px;
  }
  .copyright {
    font-size: 16px;
    margin-top: 15px;
  }
  .social img {
    margin-left: 10px;
    max-width: 50px;
  }
}