/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* fonts */
@font-face {
  font-family: 'bebas_neueregular';
  src: url("../fonts/bebasneue-webfont.eot");
  src: url("../fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue-webfont.woff2") format("woff2"), url("../fonts/bebasneue-webfont.woff") format("woff"), url("../fonts/bebasneue-webfont.ttf") format("truetype"), url("../fonts/bebasneue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lanenarrowregular';
  src: url("../fonts/lanenar_-webfont.eot");
  src: url("../fonts/lanenar_-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lanenar_-webfont.woff2") format("woff2"), url("../fonts/lanenar_-webfont.woff") format("woff"), url("../fonts/lanenar_-webfont.ttf") format("truetype"), url("../fonts/lanenar_-webfont.svg#lane_-_narrowregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'af_pepsiregular';
  src: url("../fonts/afpepsi_-webfont.eot");
  src: url("../fonts/afpepsi_-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/afpepsi_-webfont.woff2") format("woff2"), url("../fonts/afpepsi_-webfont.woff") format("woff"), url("../fonts/afpepsi_-webfont.ttf") format("truetype"), url("../fonts/afpepsi_-webfont.svg#af_pepsiregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bodonixtregular';
  src: url("../fonts/BodoniXT-webfont.eot");
  src: url("../fonts/BodoniXT-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniXT-webfont.woff2") format("woff2"), url("../fonts/BodoniXT-webfont.woff") format("woff"), url("../fonts/BodoniXT-webfont.ttf") format("truetype"), url("../fonts/BodoniXT-webfont.svg#bodonixtregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hartingplain';
  src: url("../fonts/Harting_plain-webfont.eot");
  src: url("../fonts/Harting_plain-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Harting_plain-webfont.woff2") format("woff2"), url("../fonts/Harting_plain-webfont.woff") format("woff"), url("../fonts/Harting_plain-webfont.ttf") format("truetype"), url("../fonts/Harting_plain-webfont.svg#hartingplain") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* variables */
/* style */
* {
  box-sizing: border-box;
}

body {
  background: black;
}

#arcticanimate {
  display: none;
}

#rectangle {
  display: none;
}

video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  background: black;
  background-size: cover;
}

#container {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  float: left;
}

nav {
  width: 100%;
  padding: 1% 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 5;
}
nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 90%;
}
nav ul li {
  font-family: "af_pepsiregular";
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  margin-top: 2%;
}
@media screen and (max-width: 850px) {
  nav ul li {
    font-size: 14px;
  }
}
nav ul li :first-child {
  margin-top: -5.5%;
}
nav ul li a {
  color: white;
  text-decoration: none;
}
nav ul li a img {
  width: 100%;
}
nav ul li a:hover {
  color: grey;
}

#daytrigger {
  position: fixed;
  top: 70%;
}
#daytrigger li {
  background: white;
  height: 40px;
  width: 150px;
  margin-top: 10%;
  font-family: "af_pepsiregular";
  font-size: 10px;
  text-transform: uppercase;
  padding: 15px;
  margin-left: -100%;
  -webkit-transition: margin-left .3s ease;
          transition: margin-left .3s ease;
}
#daytrigger li .point {
  width: 0;
  height: 0;
  border-top: 40px solid white;
  border-right: 40px solid transparent;
  display: inline-block;
  margin-left: 135px;
  margin-top: -25px;
}
#daytrigger li .bandlogo {
  float: right;
  margin-right: -120px;
  margin-top: -40px;
}
#daytrigger li .bandlogo img {
  height: 35px;
}
#daytrigger li:hover {
  margin-left: 0%;
  cursor: pointer;
}

.cover {
  width: 100%;
  height: 300vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 450px) {
  .cover {
    background: rgba(0, 0, 0, 0.4);
  }
}

.clearfix {
  clear: both;
}

audio {
  display: none;
}

/* homepage */
#countdown {
  width: 100%;
  margin: auto;
  margin-top: 14%;
}
@media screen and (max-width: 850px) {
  #countdown {
    margin-top: 26%;
  }
}
@media screen and (max-width: 700px) {
  #countdown {
    margin-top: 38%;
  }
}
@media screen and (max-width: 450px) {
  #countdown {
    margin-top: 60%;
  }
}
#countdown #countbox1 {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 45px;
  font-family: "bebas_neueregular";
}
@media screen and (max-width: 850px) {
  #countdown #countbox1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  #countdown #countbox1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 450px) {
  #countdown #countbox1 {
    font-size: 24px;
  }
}
#countdown #countbox1 #days {
  font-size: 193px;
}
@media screen and (max-width: 850px) {
  #countdown #countbox1 #days {
    font-size: 150px;
  }
}
@media screen and (max-width: 700px) {
  #countdown #countbox1 #days {
    font-size: 120px;
  }
}
@media screen and (max-width: 450px) {
  #countdown #countbox1 #days {
    font-size: 100px;
  }
}
#countdown #ny {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 100px;
  font-family: "bebas_neueregular";
  padding-top: .5%;
}
@media screen and (max-width: 850px) {
  #countdown #ny {
    font-size: 77px;
  }
}
@media screen and (max-width: 700px) {
  #countdown #ny {
    font-size: 62px;
  }
}
@media screen and (max-width: 450px) {
  #countdown #ny {
    font-size: 53px;
  }
}

ul#home {
  width: 100%;
  height: 100vh;
  margin-top: 24vh;
  padding-bottom: 45%;
  padding-top: 18vh;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 850px) {
  ul#home {
    margin-top: 26vh;
  }
}
@media screen and (max-width: 700px) {
  ul#home {
    margin-top: 35vh;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  ul#home {
    margin-top: 35vh;
  }
}
ul#home li {
  text-align: center;
  width: 30%;
  color: white;
}
ul#home li h1 {
  font-family: "bebas_neueregular";
  font-size: 70px;
}
ul#home li h2 {
  font-family: "af_pepsiregular";
  font-size: 18px;
  padding-top: 5%;
}
ul#home li h3 {
  font-family: "bebas_neueregular";
  font-size: 30px;
}
ul#home li p {
  font-family: "lanenarrowregular";
  font-size: 16px;
  padding-top: 1%;
}
ul#home li img {
  width: 50%;
}

/* schedule page */
#sort {
  width: 32%;
  margin-top: 10%;
  float: left;
}
#sort ul {
  width: 100%;
}
#sort ul li {
  background: rgba(64, 64, 65, 0.5);
  float: left;
  padding: 5%;
  margin-bottom: 3%;
  width: 100%;
}
#sort ul li select {
  background: transparent;
  width: 100%;
  font-family: "af_pepsiregular";
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
@media screen and (max-width: 850px) {
  #sort ul li {
    font-size: 11px;
  }
}
#sort ul li img {
  width: 18px;
  margin-left: 15px;
}
@media screen and (max-width: 850px) {
  #sort ul li img {
    margin-left: 3px;
  }
}

#sortmobile {
  display: none;
  margin: auto;
  margin-top: 27%;
  width: 100%;
}
#sortmobile #left {
  float: left;
  width: 50%;
  text-align: center;
}
#sortmobile #right {
  float: right;
  width: 50%;
}
#sortmobile select {
  background: transparent;
  width: 100%;
  font-family: "af_pepsiregular";
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  margin-left: 3%;
}
@media screen and (max-width: 700px) {
  #sortmobile {
    display: block;
  }
}

#lineup {
  float: right;
  z-index: 1;
  width: 66%;
  margin-top: 10%;
  min-height: 400px;
  background: rgba(64, 64, 65, 0.5);
  padding: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 700px) {
  #lineup {
    margin-top: 5%;
  }
}
#lineup .acts {
  width: 100px;
  float: left;
  margin: auto;
  margin: 1%;
  align: center;
}
@media screen and (max-width: 700px) {
  #lineup .acts {
    width: 85px;
  }
}
#lineup .acts img {
  width: 100%;
}
#lineup .acts img:hover {
  cursor: pointer;
}

#generator {
  margin-top: 3%;
  width: 100%;
}
#generator h2 {
  font-family: "bebas_neueregular";
  font-size: 30px;
  color: white;
  text-align: center;
}
#generator h3 {
  font-family: "lanenarrowregular";
  font-size: 14px;
  color: white;
  text-align: center;
}
#generator #selector {
  min-height: 400px;
  width: 60%;
  margin: auto;
  margin-top: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#generator #selector img {
  width: 100px;
  float: left;
  margin: auto;
  margin: 1%;
  align: center;
  padding: 1% 5%;
}
@media screen and (max-width: 700px) {
  #generator #selector {
    min-height: 300px;
    width: 90%;
  }
}
#generator button {
  font-family: "bebas_neueregular";
  color: #ffffff;
  font-size: 20px;
  background: #000000;
  padding: 1% 2%;
  border: solid #ffffff 3px;
  text-decoration: none;
  margin-left: 37.5%;
  margin-bottom: 3%;
  width: 25%;
}
#generator button:hover {
  background: #ffffff;
  text-decoration: none;
  color: #000000;
  border: solid #000000 3px;
}

/* tickets page */
#tickets {
  text-align: center;
  width: 95%;
  color: white;
  padding-bottom: 10%;
  margin: auto;
  margin-top: 7%;
}
@media screen and (max-width: 700px) {
  #tickets {
    margin-top: 25%;
  }
}
#tickets .column {
  float: left;
  width: 30%;
  padding: 1%;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #tickets .column {
    width: 100%;
    margin-top: 10%;
  }
}
#tickets .column h1 {
  font-family: "bebas_neueregular";
  font-size: 120px;
}
#tickets .column h2 {
  font-family: "af_pepsiregular";
  font-size: 18px;
  padding-top: 5%;
}
#tickets .column h3 {
  font-family: "bebas_neueregular";
  font-size: 30px;
  margin-top: 20%;
}
#tickets .column p {
  font-family: "lanenarrowregular";
  color: grey;
  margin-top: -2%;
}
#tickets .column li {
  list-style: none;
  margin: auto;
  margin-bottom: 5%;
  padding: 2%;
  background: rgba(64, 64, 65, 0.5);
  width: 100%;
}
#tickets .column li h1 {
  font-size: 35px;
}
#tickets .column li img {
  width: 25%;
  margin-top: -4%;
}
#tickets .column li img.small {
  width: 50px;
  float: left;
  margin: 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#tickets .column select {
  background: transparent;
  width: 88.5%;
  font-family: "af_pepsiregular";
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 20% auto;
  font-size: 14px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  padding: 3% 7%;
  -webkit-appearance: none;
}
@media screen and (max-width: 700px) {
  #tickets .column select {
    width: 91%;
  }
}
#tickets .column button {
  font-family: "bebas_neueregular";
  color: #ffffff;
  font-size: 20px;
  background: #000000;
  padding: 1% 2%;
  border: solid #ffffff 3px;
  text-decoration: none;
  width: 75%;
}
@media screen and (max-width: 700px) {
  #tickets .column button {
    margin-bottom: 30%;
  }
}
#tickets .column button:hover {
  background: #ffffff;
  text-decoration: none;
  color: #000000;
  border: solid #000000 3px;
}

/* videos page */
#videopage {
  width: 50%;
  height: 100%;
  margin: auto;
  margin-top: 10%;
}
@media screen and (max-width: 850px) {
  #videopage {
    width: 60%;
    margin-top: 15%;
  }
}
@media screen and (max-width: 700px) {
  #videopage {
    width: 80%;
    margin-top: 30%;
  }
}
@media screen and (max-width: 450px) {
  #videopage {
    width: 100%;
  }
}
#videopage .video {
  margin: auto;
  width: 100%;
  margin-bottom: 10%;
  position: relative;
  padding-bottom: 45%;
  padding-top: 25px;
  height: 0;
}
#videopage .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* info page */
#map {
  float: left;
  margin: 10% 5% 0 15%;
  width: 40%;
  height: 250px;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  #map {
    width: 100%;
    margin: 0;
    margin-top: 25%;
  }
}

#info {
  float: left;
  margin-top: 13%;
}
#info h3 {
  color: white;
  font-family: "bebas_neueregular";
  font-size: 18px;
  padding-top: 7%;
}
#info p {
  font-family: "lanenarrowregular";
  font-size: 14px;
  color: white;
  padding: 2% 0;
}
@media screen and (max-width: 700px) {
  #info {
    width: 100%;
    text-align: center;
    margin-top: 1%;
  }
}

#about {
  width: 80%;
  margin: auto;
  margin-top: 1%;
}
@media screen and (max-width: 700px) {
  #about {
    width: 100%;
    margin-top: 7%;
    margin-bottom: 4%;
  }
}
#about h2 {
  color: white;
  font-family: "bebas_neueregular";
  padding: 3%;
  text-align: center;
  font-size: 24px;
}
#about p {
  width: 80%;
  margin: auto;
  font-family: "lanenarrowregular";
  color: white;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #about p {
    width: 95%;
    font-size: 14px;
  }
}

ul#infoimages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-top: 5%;
}
ul#infoimages li {
  width: 200px;
}
ul#infoimages li img {
  width: 100%;
}

#fulllineup {
  margin-top: 2%;
  width: 100%;
}
#fulllineup h2 {
  color: white;
  font-family: "bebas_neueregular";
  padding: 3%;
  text-align: center;
  font-size: 24px;
}
#fulllineup ul {
  background: rgba(64, 64, 65, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 1% 2%;
  padding-left: 5%;
}
@media screen and (max-width: 700px) {
  #fulllineup ul {
    padding-left: 2%;
  }
}
#fulllineup ul li {
  height: 115px;
  padding: 1%;
}
@media screen and (max-width: 700px) {
  #fulllineup ul li {
    height: 50px;
  }
}
#fulllineup ul li img {
  height: 100%;
}

/* media queries */
@media screen and (max-width: 700px) {
  nav {
    width: 100vw;
  }
  nav ul {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  nav ul li {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin: auto;
    padding: 0 1.2%;
  }
  nav ul li :first-child {
    margin-top: 0%;
    width: 100vw;
  }

  ul#home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-top: 10%;
  }
  ul#home li {
    width: 60%;
    margin: auto;
    height: 100vh;
    padding: 8%;
  }
  ul#home li img {
    width: 65%;
  }

  #daytrigger {
    display: none;
  }

  #sort {
    display: none;
  }

  #lineup {
    border: 0;
    height: 100%;
    width: 100%;
  }
  #lineup ul {
    background: rgba(64, 64, 65, 0.5);
    margin-top: 30%;
  }
  #lineup ul li {
    height: 80px;
  }
}
@media screen and (max-width: 450px) {
  body {
    background: url(../images/bkgphoto.jpg);
  }

  #container {
    background: none;
  }

  video {
    display: none;
  }

  nav {
    background: black;
  }
  nav ul li {
    font-size: 10px;
  }

  ul#home {
    padding-top: 20%;
  }
  ul#home li {
    width: 100%;
  }
  ul#home li img {
    width: 50%;
  }

  #lineup ul li {
    height: 50px;
  }
}
