html {
  font-size: 20px;
}

#splash {
  background-image: url('../img/splash_m.jpg');
  background-size: contain;
}

#splash .title {
  display: block;
}

#splash a {
  font-size: 1.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
  display: block;
  bottom: 50px;
}

#hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 25px;
  display: block;
  background-image: url('../img/hamburger.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.nohamburger #hamburger,
body.nohamburger .mainmenu li.lang {
  display: none;
}

.menuopen .mainmenu {
  height: 300px;
  background-color: rgba(0,0,0,0.8);
  box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.8);
}

.mainmenu {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
  height: 0;
  overflow: hidden;
  display: block;
  position: fixed;
  top: 0;
  right: 50px;
  left: 0;
  padding-top: 50px;
}

.mainmenu li {
  display: block;
  text-align: left;
  height: 60px;
}

.mainmenu li a {
  font-size: 1.4em;
  line-height: 2.2em
}

.mainmenu li.lang {
  position: absolute;
  margin-top: -350px;
}

.header h1 {
  font-size: 2rem;
}

body > .content,
body .wrapper > .content {
  width: 90%;
}

.overlay .modal {
  width: 90%;
  height: 100%;
  max-height: 100%;
  padding: 5%;
  margin: 0;
}

.overlay .modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

.lineup .picture {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.lineup .map {
  display: none;
}

.lineup .list li.red {
  color: inherit;
}

.discography > .entry > .cover {
  float: none;
}

.discography > .entry > .cover > img {
  max-width: 100%;
  height: auto;
}

.discography > .entry > .description {
  margin: 0;
  min-height: initial;
}

.discography > .entry > .description li {
  display: block;
  margin-bottom: 10px;
  clear: both;
  letter-spacing: -1px;
}

.discography > .separator {
  width: 90%;
  background-size: contain;
  height: 120px;
}

.discography > .entry > .tracks > .list {
  margin-left: 2em;
}