@import "../css/animate.css";
@import "../css/fontawesome-pro-brands.css";
@import "../css/fontawesome-pro-light.css";
@import "../css/fontawesome-pro-core.css";
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/archivoblack/v17/HTxqL289NzCGg4MzN6KJ7eW6OYs.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.sedgwick {
  font-family: 'Sedgwick Ave Display', cursive;
}
.archivo {
  font-family: 'Archivo Black', sans-serif;
}
.btn {
  color: #133149;
  border: 1px solid #133149;
  text-transform: uppercase;
  padding: 0.75em 1.75em;
}
.btn:hover {
  background: #133149;
  color: #fff;
  text-decoration: none;
}
.buy-btn {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #ffcc00;
  color: #133149;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1em;
  -webkit-box-shadow: 0 5px 10px 0 #000;
  box-shadow: 0 5px 10px 0 #000;
  display: inline-block;
  text-align: center;
}
.buy-btn:hover {
  background: #4aeafa;
  color: #133149;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  text-decoration: none;
}
.buy-btn.sold-out {
  background: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
html {
  font-family: 'Montserrat', sans-serif;
  color: #133149;
  font-size: 16px;
}
h1,
h2,
h3,
h4 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
hr {
  border-color: #fff;
}
a {
  color: #b60000;
}
a:hover {
  color: #d73b48;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 767px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 1199px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@media (min-width: 991px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
nav {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
}
nav.navbar {
  background: #133149;
  height: 60px;
  padding: 0 0 0 1rem;
}
nav.navbar li {
  margin: 0;
}
nav.navbar a.nav-link {
  color: #4aeafa !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.2rem 2rem !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
nav.navbar a.nav-link:hover {
  background: #4aeafa;
  color: #133149 !important;
}
nav.navbar .buy-tickets a.nav-link {
  background: #ffcc00 !important;
  color: #133149 !important;
}
nav.navbar .buy-tickets a.nav-link:hover {
  background: #4aeafa !important;
  color: #133149 !important;
}
nav.navbar #navlogo {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 45px;
  width: 45px;
}
nav.navbar #navlogo img {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 50px;
}
nav.navbar #navlogo.logoshow img {
  top: 5px;
}
section,
footer {
  position: relative;
  z-index: 1;
  padding: 4em 0;
}
#main {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0;
  padding-top: 60px;
}
#main a {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.5em 0.75em;
  margin: 0 0.25em;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#main a:hover {
  color: #133149;
  background: #fff;
}
#main a.carousel-control-next,
#main a.carousel-control-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
}
#main a.carousel-control-next:hover,
#main a.carousel-control-prev:hover {
  background: transparent !important;
}
#main .row {
  padding: 4em 0;
}
#main video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#main #main-logo {
  margin: 1em 0;
  max-width: 600px;
  width: 100%;
}
#main #welcome {
  z-index: 2;
  position: relative;
  background: #2ab8c4;
}
#main #welcome h2 {
  text-shadow: 0px 5px 10px #000;
  font-size: 3vw;
}
#main #welcome .tickets-on-sale h2 {
  font-size: 6vw;
  line-height: 0.875em;
  text-shadow: 0px 5px 10px #000;
}
#main #welcome .tickets-on-sale h3 {
  font-size: 2.25vw;
  text-shadow: 0px 5px 10px #000;
}
#main #welcome .buy-btn {
  background: #ffcc00;
  color: #133149;
  font-size: 3vw;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.25em 1em;
  -webkit-box-shadow: 0 5px 10px 0 #000;
  box-shadow: 0 5px 10px 0 #000;
}
#main #welcome .buy-btn:hover {
  background: #4aeafa;
  color: #133149;
}
#main #mc_embed_signup {
  text-align: center;
}
#main #mc_embed_signup h2 {
  font-weight: normal;
  font-size: 3.5em;
}
#main #mc_embed_signup .button {
  background-color: #ffcc00;
  color: #133149;
  font-weight: 700;
}
#main #mc_embed_signup .button:hover {
  background-color: #ff9934;
  color: #fff;
}
#main .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #133149;
  opacity: 0.125;
  z-index: 1;
}
#lineup {
  background: #4aeafa;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  z-index: 10;
}
#lineup p {
  font-size: 1.25em;
}
#lineup .artist {
  background: #fff;
  padding: 1em;
  margin: 1em;
}
#lineup .artist h2 {
  color: #133149;
  margin: 1rem 0;
}
#about {
  background: #dbdbdb;
}
#tickets {
  background: #d73b48;
  color: #ffffff;
}
#tickets .ticket {
  background: #fff;
  color: #000000;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  padding: 15px 15px 75px 15px;
  margin: 15px 0;
  min-height: 35vh;
  position: relative;
}
#tickets .ticket hr {
  color: #ccc;
  border: 1px solid;
}
#tickets .ticket h3,
#tickets .ticket h4 {
  text-align: center;
}
#tickets .buy-btn {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #ffcc00;
  color: #133149;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1em;
  -webkit-box-shadow: 0 5px 10px 0 #000;
  box-shadow: 0 5px 10px 0 #000;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
}
#tickets .buy-btn:hover {
  background: #4aeafa;
  color: #133149;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  text-decoration: none;
}
#tickets .buy-btn.sold-out {
  background: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#tickets #ticket-compare {
  text-align: center;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  margin: 15px 0;
}
#tickets #ticket-compare th {
  color: #fff;
  background: #000;
}
#faqs {
  background: #2ab8c4;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  z-index: 10;
}
#faqs p,
#faqs li {
  font-size: 1.25em;
}
#faqs a {
  color: #ffffff;
}
#accommodations .hotel {
  padding: 15px;
  text-align: center;
}
#accommodations .hotel h3 {
  font-family: 'Montserrat', sans-serif;
  padding: 0.5em 0;
  font-size: 1em;
  font-weight: 600;
}
#accommodations .ticket {
  background: #fff;
  color: #000000;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
  padding: 15px 15px 75px 15px;
  margin: 15px 0;
  min-height: 35vh;
  position: relative;
}
#accommodations .ticket hr {
  color: #ccc;
  border: 1px solid;
}
#accommodations .ticket h3,
#accommodations .ticket h4 {
  text-align: center;
}
#accommodations .buy-btn {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #ffcc00;
  color: #133149;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1em;
  -webkit-box-shadow: 0 5px 10px 0 #000;
  box-shadow: 0 5px 10px 0 #000;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
}
#accommodations .buy-btn:hover {
  background: #4aeafa;
  color: #133149;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  text-decoration: none;
}
#accommodations .buy-btn.sold-out {
  background: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#schedule .col-lg-6 {
  padding: 15px;
}
#partners {
  background: #4aeafa;
}
#connect {
  background: #dbdbdb;
}
#connect .social {
  list-style: none;
  margin: 0;
  padding: 0;
}
#connect .social li {
  display: inline-block;
}
footer {
  background: #133149;
  color: #fff;
  text-align: center;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 1em;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  nav.navbar a.nav-link {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  #main {
    padding-top: 45px;
  }
  #main #main-logo {
    max-width: 50%;
  }
  #main #mc_embed_signup h2 {
    font-size: 2.5em;
  }
  #main #welcome h2 {
    font-size: 8vw;
  }
  #main #welcome .tickets-on-sale h3 {
    font-size: 5.25vw;
  }
  nav.navbar {
    height: auto;
    padding: 0;
  }
  nav.navbar #navlogo.logoshow img {
    left: 15px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1em;
  }
  #main #welcome_btns {
    font-size: 0.95em;
  }
  #main #mc_embed_signup h2 {
    font-size: 1.125em;
  }
  #connect .social {
    font-size: 0.75em;
  }
}
a.facebook:hover {
  color: #3b5998;
}
a.twitter:hover {
  color: #00aced;
}
a.google_plus:hover {
  color: #dd4b39;
}
a.youtube:hover {
  color: #bb0000;
}
a.vimeo:hover {
  color: #aad450;
}
a.instagram:hover {
  color: #517fa4;
}
a.pinterest:hover {
  color: #cb2027;
}
a.spotify:hover {
  color: #84bd00;
}
a.facebook-btn:hover {
  background: #3b5998;
  color: #fff;
}
a.twitter-btn:hover {
  background: #00aced;
  color: #fff;
}
a.google_plus-btn:hover {
  background: #dd4b39;
  color: #fff;
}
a.youtube-btn:hover {
  background: #bb0000;
  color: #fff;
}
a.vimeo-btn:hover {
  background: #aad450;
  color: #fff;
}
a.instagram-btn:hover {
  background: #517fa4;
  color: #fff;
}
a.pinterest-btn:hover {
  background: #cb2027;
  color: #fff;
}
a.spotify-btn:hover {
  background: #84bd00;
  color: #fff;
}
#mc_embed_signup {
  margin-top: 1em;
}
#mc_embed_signup form {
  margin: 0;
}
#mc_embed_signup h2 {
  font-size: 2.25em;
  margin: 0;
}
#mc_embed_signup .helper_text {
  background-color: transparent !important;
}
