html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;

  background: url(bg.gif) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-transform: uppercase;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: lightgray;
}
a, img {
  border: none;
  outline: none
}
iframe {
  border: none;
}
body {
  font-family: 'M PLUS 1p', sans-serif;
  color: white;
}
.hidden {
  display: none;
}
.clear {
  float: none;
  clear: both;
}
#bottom a {
  color: white;
}
#bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}
#bottom span {
  margin-right: 25px;
  font-weight: bold;
}
#contact {
  font-size: 12px;
  text-align: left;
  display: inline-block;
  margin: 10px 0 15px 0;
}
#contact .left {
  float: left;
}
#contact .right {
  float: right;
  text-align: right;
}
#contact p {
  line-height: 14px;
}
#contact a:hover {
  color: lightgrey;
}
#content {
  margin-top: 15px;
  text-align: left;
  width: 60%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 65%;
  overflow: auto;
}
#content .tour, #content .music {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-transform: none !important;
}
#top {
  z-index: 2;
  position: relative;
  width: 100%;
  top: 0;
  text-align: center;
  height: 21%;
}
#top img {
  width: 45%;
  max-width: 430px;
  min-width: 230px;
  margin-bottom: 20px;
}
#top p {
  display: inline;
  line-height: 28px;
  font-size: 26px;
  margin: 10px;
  font-weight: bold;
  cursor: pointer;
}
#menu {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  width: 50%;
}
#content .bit-widget {
  font-size: 16px;
  color: white;
}
#content .bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-size: 16px;
}
#content table, #content #bit-events a.bit-track-artist-header {
  font-size: 16px;
}
#content .bit-widget .bit-no-dates-container {
  border-top: 2px solid #fff;
}
#content .bit-widget .bit-events-container .bit-details {
  color: #fff;
}
#content td.bit-date {
  width: 70px;
}
#content .bit-track-button-container {
  display: none;
}
#social{
  position: absolute;
  top: 50%;
  left: 2%;
  line-height: 0em;
  transform: translateY(-50%);
}
#social ul {
  margin-left: 10px;
}
#social ul li{
  list-style-type: none;
  margin: 20px 0;
}
#social img {
  width: 5%;
  min-width: 40px;
  max-width: 60px;
}
.wrapper > div {
  display: none;
}
.wrapper > div.visible {
  display: block;
}
#cover {
  width: 40%;
  min-width: 200px;
  margin-right: 5px;
  display: inline-block;
}
#cover img {
  width: 100%;
  display: inline-block;
}
#coverText {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.vid-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   pointer-events: none;
   overflow: hidden;
}
.vid-wrapper iframe {
   width: 100%;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
#top, #bottom {
  z-index: 2;
}
#social, #content {
  z-index: 3;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (min-height: 1000px) {
  html, body {
    font-size: 24px;
  }
  #top img {
    width: 30%;
    max-width: 250px;
    margin-bottom: 20px;
  }
  #social img{
    width: 60%;
    min-width: 60px;
  }
  #top p {
    font-size: 30px;
    line-height: 32px;
  }
  #cover {
    margin: 30px 0 15px 0;
    width: 75%;
    max-width: 700px;
  }
  #coverText {
    text-align: center;
    font-size: 20px;
  }
  #bottom {
    font-size: 20px;
  }
  #contact {
    font-size: 10px;
    margin: 15px 0 20px 0;
  }
  #contact p {
    line-height: 20px;
  }
  #content {
    text-align: center;
    height: 70%;
  }
}

@media only screen and (min-width: 600px) and (max-height: 600px) {
  #top img {
    width: 15%;
    max-width: 250px;
    min-width: 50px;
    margin-bottom: 20px;
  }
  #top p {
    font-size: 24px;
    line-height: 26px;
  }
}
