/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/*********************************FONTS*************************/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 22, 2016 */
@font-face {
  font-family: 'aileronsregular';
  src: url("fonts/ailerons-typeface-webfont.eot");
  src: url("fonts/ailerons-typeface-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ailerons-typeface-webfont.woff2") format("woff2"), url("fonts/ailerons-typeface-webfont.woff") format("woff"), url("fonts/ailerons-typeface-webfont.ttf") format("truetype"), url("fonts/ailerons-typeface-webfont.svg#aileronsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kraftstoffregular';
  src: url("fonts/kraftstoff-regular-webfont.eot");
  src: url("fonts/kraftstoff-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/kraftstoff-regular-webfont.woff2") format("woff2"), url("fonts/kraftstoff-regular-webfont.woff") format("woff"), url("fonts/kraftstoff-regular-webfont.ttf") format("truetype"), url("fonts/kraftstoff-regular-webfont.svg#kraftstoffregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*********************************VARIABLES*************************/
/*********************************INDEX*************************/
header {
  background-color: #f7931d;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}
header #flame {
  height: 107px;
  width: 76px;
  margin-left: 2%;
  margin-top: .5%;
  margin-bottom: .5%;
  margin-right: 4%;
  float: left;
}
header nav {
  display: inline-block;
  margin: auto;
  margin-top: 50px;
  width: 80%;
}
header 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;
}
header nav ul li {
  font-family: 'aileronsregular', 'helvetica', 'arial', sans-serif;
  font-size: 28px;
}
header nav ul li a {
  color: white;
  text-decoration: none;
  margin: 0 40px;
}

#navmobile {
  display: none;
}

.navigation, .nav-trigger {
  display: none;
}

#logo {
  width: 60%;
  margin: auto;
  margin-top: 4%;
  margin-bottom: 4%;
}

#crowd {
  width: 100%;
}
#crowd img {
  width: 100%;
}

#lockup {
  width: 75%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}

#quickbuy {
  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-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 4%;
  width: 70%;
}
#quickbuy a img {
  width: 100%;
}

#bandlogos {
  background-color: #f7931d;
  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-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#bandlogos img {
  height: 7%;
  padding: 3%;
}
#bandlogos #theneighbourhoodlogo {
  height: 10%;
  width: 15%;
  padding: 3%;
}

#mywildfire {
  position: fixed;
  bottom: 0;
  right: 0;
}
#mywildfire #tab {
  height: 34px;
  width: 200px;
  right: 0;
}
#mywildfire #tabinformation {
  display: none;
  height: 500px;
  width: 250px;
  background-color: #b04225;
  right: 0;
}

footer {
  background-color: #f7931d;
  height: 75px;
  width: 100%;
  margin-top: 5%;
}
footer #socialmedia {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: auto;
}
footer #socialmedia a {
  margin-top: 2%;
}
footer #socialmedia a img {
  width: 100%;
}

/*********************************LINEUP*************************/
#lineup {
  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-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 85%;
  margin: auto;
  margin-bottom: 2%;
}
#lineup .band {
  width: 300px;
  height: 300px;
  margin: 1%;
}
#lineup .band .bandlogobox {
  background-color: #f7931d;
  width: 300px;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#lineup .band .bandlogobox img {
  margin: auto;
  width: 90%;
}
#lineup .band .banddescriptionbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background-color: #b04225;
  height: 50px;
  width: 300px;
}
#lineup .band .banddescriptionbox #dropdown img, #lineup .band .banddescriptionbox #add img {
  margin: auto;
  width: 100%;
}

#filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: auto;
  width: 60%;
  margin-bottom: 2%;
}

.dropdown-menu > li > a {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 30px;
  color: #b04225;
}

.btn {
  color: #b04225;
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 35px;
  width: 125px;
}

/*********************************MODAL*************************/
.btn-primary {
  color: #b04225;
  background-color: #b04225;
  background-image: none;
  width: 150px;
  height: 50px;
  border: none;
  box-shadow: none;
}
.btn-primary img {
  width: 35px;
  height: 20px;
  vertical-align: top;
  margin-top: 15px;
}

.modal-content {
  background-color: #f7931d;
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 35px;
  color: white;
}

/*********************************TICKETS*************************/
.ticketcategory {
  border-bottom-color: #f7931d;
  border-bottom-style: double;
  border-bottom-width: medium;
  border-top-color: #f7931d;
  border-top-style: solid;
  border-top-width: medium;
  width: 100%;
  margin: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 1%;
  margin-top: 1%;
}
.ticketcategory h1 {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 100px;
  text-align: center;
  color: #b04225;
}
.ticketcategory #price {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 50px;
  text-align: center;
  color: #b04225;
  padding: 1%;
}
.ticketcategory p {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #b04225;
}
.ticketcategory .ticketcategorybuttons {
  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: 65%;
  margin: auto;
  padding: 2%;
}
.ticketcategory .btn-default {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 50px;
  color: white;
  border: none;
  background-color: #b04225;
  background-image: none;
  text-decoration: none;
  text-align: center;
  width: 15%;
}

#generaladmission, #vippackages {
  background: #f7931d;
}
#generaladmission h1, #vippackages h1 {
  color: white;
}
#generaladmission #price, #vippackages #price {
  color: white;
}
#generaladmission p, #vippackages p {
  color: white;
}

/*********************************EXPERIENCE*************************/
iframe {
  display: block;
  margin: auto;
  width: 1000px;
  height: 650px;
  max-width: 100%;
}

.experience {
  margin: auto;
}
.experience h1 {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 700%;
  color: #f7931d;
  text-align: center;
  padding: 2%;
}
.experience .experiencecategory {
  width: 75%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-bottom-color: #f7931d;
  border-bottom-style: double;
  border-bottom-width: medium;
  padding-top: 2%;
  padding-bottom: 2%;
}
.experience .experiencecategory #picture {
  width: 50%;
  margin-right: 3%;
}
.experience .experiencecategory #picture img {
  width: 500px;
  margin: auto;
}
.experience .experiencecategory #info h2 {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 75px;
  color: #b04225;
}
.experience .experiencecategory #info p {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 35px;
  color: #b04225;
  line-height: 40px;
}

/*********************************INFORMATION*************************/
#generalinfo {
  margin: auto;
  padding: 2%;
}
#generalinfo h1 {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 700%;
  color: #b04225;
  margin: auto;
  text-align: center;
}
#generalinfo #infoimage {
  margin: auto;
  width: 65%;
}
#generalinfo #infoimage img {
  max-width: 100%;
}
#generalinfo p {
  margin: auto;
  text-align: center;
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  color: #b04225;
  font-size: 35px;
  line-height: 40px;
  width: 60%;
}

.infocategory {
  border-bottom-color: #f7931d;
  border-bottom-style: double;
  border-bottom-width: medium;
  border-top-color: #f7931d;
  border-top-style: double;
  border-top-width: medium;
  width: 75%;
  margin: auto;
  padding: 2%;
}
.infocategory h1 {
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
  font-size: 500%;
  text-align: center;
  color: #b04225;
}
.infocategory .eventdetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: auto;
  text-align: center;
  font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
}
.infocategory .eventdetails .daydetails {
  margin: 1%;
}
.infocategory .eventdetails .daydetails h2 {
  font-size: 50px;
  color: #f7931d;
}
.infocategory .eventdetails .daydetails p {
  font-size: 25px;
  color: #b04225;
  line-height: 30px;
}

/*********************************NAV*************************/
header nav ul li a:hover {
  color: #b04225;
  text-decoration: none;
}

.menu-btn div {
  position: absolute;
  left: 100%;
  top: 64%;
  padding-right: 8px;
  line-height: 1.2;
  font-family: 'aileronsregular', 'helvetica', 'arial', sans-serif;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  z-index: 99;
}

.menu-btn span {
  display: block;
  width: 19px;
  height: 3px;
  margin: 4px 0;
  background: black;
  z-index: 99;
}

.responsive-menu {
  display: none;
}

.expand {
  display: block !important;
}

/*********************************TABLET*************************/
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header nav {
    width: 80%;
  }
  header nav ul li a {
    margin: 0 15px;
  }

  footer #socialmedia {
    width: 50%;
  }
  footer #socialmedia a {
    margin-top: 3.5%;
  }

  #quickbuy {
    width: 80%;
  }

  #bandlogos img {
    height: 5%;
  }

  .ticketcategory {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .ticketcategory p {
    margin: auto;
    width: 75%;
  }
  .ticketcategory .btn-default {
    width: 30%;
  }
  .ticketcategory .ticketcategorybuttons {
    width: 75%;
  }

  #lineup .band {
    width: 200px;
    height: 200px;
  }
  #lineup .band .bandlogobox {
    width: 200px;
    height: 150px;
  }
  #lineup .band .bandlogobox img {
    width: 80%;
  }
  #lineup .band .banddescriptionbox {
    width: 200px;
  }

  .btn {
    height: 40px;
    font-size: 25px;
    padding: 0;
  }

  iframe {
    height: 500px;
  }

  .experience h1 {
    font-size: 400%;
  }
  .experience .experiencecategory {
    width: 95%;
  }
  .experience .experiencecategory #picture {
    margin: auto;
  }
  .experience .experiencecategory #picture img {
    width: 350px;
  }
  .experience .experiencecategory #info {
    margin-left: 2%;
  }
  .experience .experiencecategory #info h2 {
    font-size: 50px;
  }
  .experience .experiencecategory #info p {
    font-size: 25px;
    line-height: 30px;
  }

  #generalinfo h1 {
    font-size: 400%;
  }
  #generalinfo #infoimage {
    width: 80%;
  }
  #generalinfo p {
    font-size: 25px;
    line-height: 30px;
  }

  .infocategory {
    width: 90%;
  }
  .infocategory h1 {
    font-size: 350%;
  }
  .infocategory .eventdetails .daydetails h2 {
    font-size: 35px;
  }
  .infocategory .eventdetails .daydetails p {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 787px) {
  header nav {
    display: none;
  }
  header #flame {
    float: right;
  }

  #logo {
    width: 85%;
  }

  #lockup {
    width: 85%;
  }

  #quickbuy {
    width: 90%;
  }

  #bandlogos img {
    height: 5%;
  }
  #bandlogos img#theneighbourhoodlogo {
    height: 10%;
    width: 25%;
    padding: 3%;
  }

  footer #socialmedia {
    width: 75%;
  }
  footer #socialmedia a {
    margin-top: 5%;
  }

  .ticketcategory {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .ticketcategory h1 {
    font-size: 65px;
  }
  .ticketcategory .ticketcategorybuttons {
    width: 90%;
  }
  .ticketcategory .btn-default {
    font-size: 35px;
    width: 30%;
  }
  .ticketcategory #price {
    font-size: 40px;
  }
  .ticketcategory p {
    margin: auto;
    width: 90%;
  }

  #lineup .band {
    width: 150px;
    height: 150px;
    margin: 5%;
  }
  #lineup .band .bandlogobox {
    width: 150px;
    height: 125px;
  }
  #lineup .band .bandlogobox img {
    width: 70%;
  }
  #lineup .band .banddescriptionbox {
    width: 150px;
  }

  .btn {
    height: 30px;
    font-size: 20px;
    padding: 0;
    width: 100px;
    margin: 3%;
  }

  iframe {
    height: 300px;
  }

  .experience h1 {
    font-size: 75px;
    width: 95%;
  }
  .experience .experiencecategory {
    width: 100%;
    display: block;
  }
  .experience .experiencecategory #picture {
    margin: auto;
    width: 100%;
  }
  .experience .experiencecategory #picture img {
    width: 100%;
  }
  .experience .experiencecategory #info {
    margin: auto;
  }
  .experience .experiencecategory #info h2 {
    font-size: 50px;
    text-align: center;
  }
  .experience .experiencecategory #info p {
    margin: auto;
    text-align: center;
    width: 85%;
    font-size: 25px;
    line-height: 30px;
  }

  #generalinfo {
    width: 100%;
    padding: 0;
    padding-bottom: 4%;
  }
  #generalinfo h1 {
    font-size: 75px;
  }
  #generalinfo #infoimage {
    margin: auto;
    width: 100%;
  }
  #generalinfo p {
    font-size: 25px;
    line-height: 30px;
    width: 85%;
  }

  .infocategory {
    width: 100%;
    padding: 0;
  }
  .infocategory h1 {
    font-size: 75px;
  }
  .infocategory .eventdetails {
    display: block;
  }
  .infocategory .eventdetails .daydetails {
    margin-top: 4%;
  }

  /*OFFSITENAV*/
  body {
    overflow-x: hidden;
  }

  .navigation {
    background-color: #f7931d;
    display: block;
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .navigation #mobnavlogo {
    width: 35%;
    margin-top: 25px;
  }
  .navigation li {
    margin-left: 25px;
    margin-top: 25px;
    font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
    font-size: 250%;
  }
  .navigation li a {
    color: white;
    text-decoration: none;
    text-align: center;
  }
  .navigation li a:hover {
    color: #b04225;
  }

  .nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }

  label[for="nav-trigger"] {
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 2;
    width: 50px;
    height: 30px;
    cursor: pointer;
    background-image: url(images/hamburgermenuwhite.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .nav-trigger:checked + label {
    left: 315px;
  }

  .nav-trigger:checked ~ .site-wrap {
    left: 300px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  }

  .nav-trigger + label, .site-wrap {
    -webkit-transition: left 0.2s;
            transition: left 0.2s;
  }

  .site-wrap {
    min-width: 100%;
    min-height: 100%;
    background: white center center fixed no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
  }

  /*OFFSITENAV*/
}
/*********************************MOBILE*************************/
@media screen and (min-width: 0px) and (max-width: 479px) {
  header #flame {
    display: none;
  }
  header nav {
    display: none;
  }

  #logo {
    width: 65%;
    float: right;
    margin-right: 25px;
  }

  #lockup {
    width: 85%;
  }

  #quickbuy {
    width: 90%;
  }

  #bandlogos img {
    height: 5%;
  }
  #bandlogos img#theneighbourhoodlogo {
    height: 15%;
    width: 30%;
    padding: 3%;
  }

  footer #socialmedia {
    margin: auto;
    width: 100%;
  }
  footer #socialmedia a {
    margin: auto;
    margin-top: 5%;
  }
  footer #socialmedia a img {
    margin: auto;
    width: 50%;
  }

  .ticketcategory {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .ticketcategory h1 {
    font-size: 45px;
  }
  .ticketcategory .ticketcategorybuttons {
    width: 100%;
  }
  .ticketcategory .btn-default {
    font-size: 25px;
    width: 25%;
  }
  .ticketcategory #price {
    font-size: 35px;
  }
  .ticketcategory p {
    margin: auto;
    width: 90%;
    font-size: 20px;
    line-height: 25px;
  }

  #generaladmission {
    margin-top: 25%;
  }

  #lineup .band {
    width: 150px;
    height: 150px;
    margin: 5%;
  }
  #lineup .band .bandlogobox {
    width: 150px;
    height: 125px;
  }
  #lineup .band .bandlogobox img {
    width: 70%;
  }
  #lineup .band .banddescriptionbox {
    width: 150px;
  }

  #filter {
    margin: auto;
    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;
    width: 90%;
  }
  #filter #dropdown .btn {
    width: 25%;
  }

  .btn {
    height: 30px;
    font-size: 20px;
    padding: 0;
    width: 100px;
    margin: 3%;
  }

  iframe {
    height: 150px;
  }

  .experience h1 {
    font-size: 45px;
    width: 95%;
  }
  .experience .experiencecategory {
    width: 100%;
    display: block;
    margin-bottom: 10%;
  }
  .experience .experiencecategory #picture {
    margin: auto;
    width: 100%;
  }
  .experience .experiencecategory #picture img {
    width: 100%;
  }
  .experience .experiencecategory #info {
    margin: auto;
  }
  .experience .experiencecategory #info h2 {
    font-size: 30px;
    text-align: center;
  }
  .experience .experiencecategory #info p {
    margin: auto;
    text-align: center;
    width: 85%;
    font-size: 20px;
    line-height: 25px;
  }

  #generalinfo {
    width: 100%;
    padding: 0;
    padding-bottom: 4%;
  }
  #generalinfo h1 {
    font-size: 50px;
  }
  #generalinfo #infoimage {
    margin: auto;
    width: 100%;
  }
  #generalinfo p {
    font-size: 20px;
    line-height: 25px;
    width: 85%;
  }

  .infocategory {
    width: 100%;
    padding: 0;
  }
  .infocategory h1 {
    font-size: 50px;
  }
  .infocategory .eventdetails {
    display: block;
  }
  .infocategory .eventdetails .daydetails {
    margin-top: 4%;
  }
  .infocategory .eventdetails .daydetails h2 {
    font-size: 35px;
  }
  .infocategory .eventdetails .daydetails p {
    font-size: 20px;
    line-height: 25px;
  }

  /*OFFSITENAV*/
  body {
    overflow-x: hidden;
  }

  .navigation {
    background-color: #f7931d;
    display: block;
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .navigation #mobnavlogo {
    width: 40%;
    margin-top: 25px;
  }
  .navigation li {
    margin-left: 25px;
    margin-top: 25px;
    font-family: 'kraftstoffregular', 'helvetica', 'arial', sans-serif;
    font-size: 250%;
  }
  .navigation li a {
    color: white;
    text-decoration: none;
    text-align: center;
  }
  .navigation li a:hover {
    color: #b04225;
  }

  .nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }

  label[for="nav-trigger"] {
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 2;
    width: 50px;
    height: 30px;
    cursor: pointer;
    background-image: url(images/hamburgermenu.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .nav-trigger:checked + label {
    left: 315px;
  }

  .nav-trigger:checked ~ .site-wrap {
    left: 300px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  }

  .nav-trigger + label, .site-wrap {
    -webkit-transition: left 0.2s;
            transition: left 0.2s;
  }

  .site-wrap {
    min-width: 100%;
    min-height: 100%;
    background: white center center fixed no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
  }

  /*OFFSITENAV*/
}

/*# sourceMappingURL=style.css.map */