body {
  background: #000;
  /* background: #000 url('images/background.png') no-repeat fixed 50% 0%; */
  color: #FCF9F3;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  line-height: 25px;
}

#container {
  margin: 0 auto;
  overflow: hidden;
  padding: 120px 6%;
  width: 88%;
  max-width: 689px;
}

p#intro {
  margin-bottom: 3em;
}

a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

h2,#tags,#socials_list {
  text-transform: uppercase;
  font-weight: 700;
}

h2,#tags {
  font-size: 16px;
  letter-spacing: 0.2em;
}

h2 {
  margin: 50px 0 10px 0;
}

.floatlist {
  margin: 2em 0;
}

.floatlist ul {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.floatlist ul li {
  margin: 0;
  padding: 0 0.7em 0 0;
  width: auto;
  display: inline;
}

#tags ul li {
  background: url(images/bullet.svg) no-repeat;
  background-position: right center;
}

#tags ul li:last-child {
  background: none;
  padding: 0;
}

p {
  clear:left;
}


h3 {
  display:none;
}

#socials_list {
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 20px 0;
}

#socials_list li {
  padding-right: 54px;
}

#socials_list li:last-child {
  padding-right: 0;
}

#socialist_list ul, #socials_list li {
  list-style: none;
}

#socials_list a {
  line-height: 54px;
  padding: 4px 0 4px 34px;
  border: none;
  text-decoration: none;
}

#socials_list a:hover {
  text-decoration: underline;
}

#socials_list a { background: no-repeat center left; }

#socials_list #twitch_link a    { background-image: url('icons/Twitch.svg'); }
#socials_list #instagram_link a { background-image: url('icons/Instagram.svg'); }
#socials_list #youtube_link a   { background-image: url('icons/YouTube.svg'); }
#socials_list #bandcamp_link a  { background-image: url('icons/Bandcamp.svg'); }

#gallery_list,
#gallery_list li {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}

#gallery_list {
  margin-top: 3em;
}

#gallery_list li {
  margin-bottom: 15px;
}

#gallery_list img {
  width: 100%;
}

#gallery_list .flyer img {
  width: 337px;
}

#gallery_list img.portrait {
  max-width: 480px;
}

#gallery_list .flyer a:first-child {

}

#gallery_list .flyer a {

}

 #gallery_list .flyer.double {
  width: 337px;
  float: left;
}

#gallery_list .flyer.double.notthefirstone {
  margin-left: 15px;
}

#videobg {
  bottom: 0;
  display: hidden;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  z-index: -1000;
}




.clearfix::after {
  content: "";
  clear: both;
  display: table;
}





@media only screen and (max-width: 782px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  #gallery_list .flyer img,
  #gallery_list .flyer.double img {
    width: 100%;
  }

  #gallery_list .flyer.double {
    width: 100%;
  }

  #gallery_list .flyer.double:first-child {
    margin-right: 0;
  }

  #gallery_list .flyer.double.notthefirstone {
    margin-left: 0;
  }
}


@media only screen and (max-width: 474px) {
  #socials_list ul li {
    display: block;
    padding-right: 0;
  }

  #gallery_list .flyer.double.notthefirstone {
    margin-left: 0;
  }
}
