html,
body {
  min-height: 100vh;
  overflow: auto;
}
body {
  background-color: #000;
  margin: 0;
  color: #fff;
  font-family: Varela;
  font-size: 14px;
}
body h1,
body h2 {
  font-family: "Dorsa";
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 300;
}
body h1 {
  font-size: 100px;
}
@media screen and (max-width: 900px) {
  body h1 {
    font-size: 60px;
  }
}
body h2 {
  font-size: 100px;
}
body .text-wrapper {
  line-height: 1.8;
}
body .main {
  background: #19191b;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  max-width: 1400px;
  margin-top: 40px;
}
body .mainstage {
  position: relative;
  background-image: url("gfx/mainstage.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 35%;
}
body .mainstage .logo {
  position: absolute;
  right: 5%;
  top: 5%;
  max-width: 40%;
}
@media screen and (max-width: 900px) {
  body .mainstage .logo {
    max-width: 90%;
  }
}
body .contact {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  width: 100%;
  z-index: 20;
  position: fixed;
  top: 0;
}
body .contact ul {
  margin: 0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  max-width: 90%;
  list-style: none;
  padding-left: 0;
}
body .contact ul li {
  display: flex;
  flex-direction: column;
  display: inline-block;
  flex-wrap: wrap;
  text-align: center;
  width: 33.33333%;
}
body .contact ul li a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 900px) {
  body .contact ul li {
    font-size: 12px;
  }
}
body .main-layout {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: -5% auto 0 auto;
}
@media screen and (max-width: 900px) {
  body .main-layout {
    display: block;
  }
}
body .main-layout ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  body .main-layout ul {
    width: 100%;
  }
}
body .main-layout ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: inline-block;
  flex-wrap: wrap;
}
body .songs {
  column-count: 2;
}
body .songs span {
  display: block;
  font-size: 11px;
}
body .video-wrapper,
body .text-wrapper {
  padding: 8px;
}
body .video-wrapper {
  margin: 10px;
}
body .video-wrapper-inner {
  background: rgba(197, 131, 21, 0.25);
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
body .video-wrapper-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .image-layout {
  width: 100%;
  margin: 0 auto;
}
body .image-layout ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
body .image-layout ul li {
  display: flex;
  flex-direction: column;
  display: inline-block;
  flex-wrap: wrap;
  width: 16.6666%;
  margin-bottom: -4px;
  position: relative;
}
@media (max-width: 900px) {
  body .image-layout ul li {
    width: 33.33333333%;
  }
}
@media (max-width: 600px) {
  body .image-layout ul li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  body .image-layout ul li {
    width: 100%;
  }
}
body .image-layout ul li h3,
body .image-layout ul li span {
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  left: 0;
}
body .image-layout ul li h3 {
  bottom: 10%;
}
body .image-layout ul li span {
  top: 87.5%;
}
body .image-layout ul li img {
  width: 100%;
  height: auto;
}
