@font-face {
  font-family: 'Bebas';
  src: url('/fonts/BebasNeue-webfont.eot');
  src: url('/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/BebasNeue-webfont.woff') format('woff'), url('/fonts/BebasNeue-webfont.ttf') format('truetype'), url('/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #444444; }

a, a:link, a:visited {
  color: #a80000;
  text-decoration: none; }
  a:hover, a:hover:link, a:hover:visited {
    color: #db0000; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas"; }

img {
  max-width: 100%; }

#wrapper {
  margin: auto;
  padding: 50px 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.row {
  margin-top: 15px; }

.row:first-child {
  margin-top: 0; }

.col-xs-12 + .col-xs-12 {
  margin-top: 15px; }

section {
  background: white;
  padding: 20px;
  border-radius: 5px;
  margin: 50px auto;
  max-width: 1000px; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .row {
    margin-top: 30px; }
  .col-xs-12 + .col-xs-12 {
    margin-top: 0; }
  .pull-left-sm {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left; }
  .pull-right-sm {
    margin-left: 20px;
    margin-bottom: 20px;
    float: right; } }

body.transitioning #wrapper {
  opacity: 0; }

#social-media {
  position: fixed;
  left: 10px;
  bottom: 10px; }

a.hlinks, a.hlinks:link, a.hlinks:visited {
  color: white;
  cursor: default; }

#donateModal button {
  font-family: 'Bebas';
  font-weight: normal; }
  #donateModal button.btn-primary {
    letter-spacing: 1px; }

nav {
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -105%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 22px 1px black; }
  nav.open {
    left: 0; }
  nav ul {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 50px 20px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    list-style-type: none;
    text-align: left; }
    nav ul a, nav ul a:link, nav ul a:visited {
      color: white; }
      nav ul a:hover, nav ul a:hover:link, nav ul a:hover:visited {
        text-decoration: none; }
      nav ul a.active, nav ul a.active:link, nav ul a.active:visited {
        color: #ffcf49; }
    nav ul li {
      font-size: 40px;
      font-weight: 700;
      text-decoration: none; }
      nav ul li:hover {
        color: #ffcf49; }

#menu-button {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  color: white;
  cursor: pointer; }
  #menu-button.open {
    left: -105%; }
  #menu-button i {
    margin-right: 10px; }

@media (min-width: 768px) {
  nav {
    top: 0;
    height: 50px;
    left: 0;
    right: 0;
    padding: 0;
    bottom: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out; }
    nav ul {
      width: 100%;
      position: static;
      background: none;
      padding: 0;
      text-align: center; }
      nav ul a, nav ul a:link, nav ul a:visited {
        text-transform: uppercase; }
      nav ul li {
        display: inline-block;
        padding: 0 10px;
        font-size: 2em; }
  #menu-button {
    display: none; } }

@media (min-width: 975px) {
  nav ul li {
    padding: 0 30px; } }

body {
  background-image: url(/images/dark-back.png); }

header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 0; }

.track {
  position: relative; }
  .track .credit {
    font-size: 0.7em;
    text-align: center; }
    .track .credit p {
      margin: 0 auto; }
  .track .buttons {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0; }
    .track .buttons li, .track .buttons a li, .track .buttons a a:link, .track .buttons a a:visited {
      padding: 10px 10px;
      cursor: pointer;
      color: #404040;
      width: 100px; }
      .track .buttons li span, .track .buttons a li span, .track .buttons a li a:link, .track .buttons a li a:visited {
        opacity: 0;
        font-family: "Bebas";
        font-size: 0.75em;
        position: relative;
        display: block; }
      .track .buttons li:hover, .track .buttons a li:hover, .track .buttons a a:link, .track .buttons a a:visited {
        text-shadow: none;
        background: #a80000;
        border-radius: 5px;
        color: white; }
        .track .buttons li:hover span, .track .buttons a li:hover span, .track .buttons a li:hover a:link, .track .buttons a li:hover a:visited {
          opacity: 1; }
  .track .lyrics {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    overflow: auto;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.8em;
    z-index: 20;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    display: none; }
    .track .lyrics.active {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .track .lyrics .row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

/****************************
  Styles for Pages
****************************/
.splash {
  color: white;
  text-align: center;
  background-image: url(/images/splash-background.jpg);
  background-size: cover;
  background-position: center bottom; }
  .splash section.row {
    background: none;
    margin: auto; }
    .splash section.row h1 {
      color: #ffcf49;
      font-size: 60px;
      margin: -15px 0 -15px; }
    .splash section.row h2 {
      font-size: 50px;
      margin: 0; }
    .splash section.row h3 {
      font-size: 50px;
      margin: 0; }
  .splash img {
    margin: auto; }
  .splash a.btn-primary, .splash a.btn-primary:link, .splash a.btn-primary:visited {
    color: white; }
  @media (min-width: 768px) {
    .splash {
      position: absolute;
      top: 0;
      bottom: -1px;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .splash section.row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .splash section.row .text {
          align-self: flex-end;
          text-shadow: 0px 0px 21px black;
          padding-bottom: 20px; }
        .splash section.row .btn {
          font-size: 25px;
          margin-top: 10px;
          text-transform: uppercase;
          font-weight: 700;
          text-shadow: none; }
        .splash section.row h1 {
          font-size: 100px;
          margin: -20px 0 -25px; }
        .splash section.row h2 {
          font-size: 70px; }
        .splash section.row h3 {
          font-size: 50px; }
        .splash section.row p {
          text-align: justify;
          margin: 30px auto; } }

.music .album {
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #444444; }
  .music .album h2 {
    color: #a80000; }
    .music .album h2:hover {
      color: #db0000; }
@media (min-width: 768px) {
  .music .album {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    margin-bottom: 0;
    opacity: 0;
    padding: 10px 40px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .music .album:hover {
      opacity: 1; } }

.pigshitandglowing section h2 {
  text-align: center;
  font-size: 5em;
  margin-bottom: 20px; }
.pigshitandglowing section:after {
  display: block;
  content: "";
  clear: both; }

@media (min-width: 768px) {
  .pigshitandglowing section#intro .essay {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.allsoulsday .art-view-only {
  opacity: 0;
  display: none; }
.allsoulsday .btn span {
  font-family: "Bebas"; }
.allsoulsday #track-wrapper {
  color: white;
  /*
  position: absolute;
  @include cover;
  overflow: hidden;
   */ }
.allsoulsday section {
  border-radius: 0;
  -webkit-transition: background-size 1.5s ease-in-out;
  -moz-transition: background-size 1.5s ease-in-out;
  -ms-transition: background-size 1.5s ease-in-out;
  -o-transition: background-size 1.5s ease-in-out;
  transition: background-size 1.5s ease-in-out;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .allsoulsday section blockquote {
    position: relative;
    border: none;
    font-size: 1em;
    padding: 0; }
  .allsoulsday section h2 {
    text-align: center;
    word-spacing: 10px;
    font-size: 3em; }
  .allsoulsday section h3 {
    text-align: center;
    word-spacing: 10px;
    margin: 0 auto; }
  .allsoulsday section .track-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.92);
    color: #444444; }
  .allsoulsday section .lyrics {
    padding: 50px 0;
    text-align: center; }
@media (min-width: 768px) {
  .allsoulsday section h2 {
    font-size: 8em;
    text-shadow: 0px 0px 10px black;
    margin: 0 auto; }
  .allsoulsday section h3 {
    font-size: 4em;
    text-shadow: 0px 0px 10px black; }
  .allsoulsday .lyrics {
    display: none; }
  .allsoulsday section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    min-height: 1000px;
    max-width: 100%;
    padding: 0; }
    .allsoulsday section blockquote {
      font-size: 17.5px;
      max-width: 500px;
      margin: auto; }
    .allsoulsday section .buttons {
      text-shadow: 0px 0px 10px black;
      color: white; }
      .allsoulsday section .buttons li, .allsoulsday section .buttons a li, .allsoulsday section .buttons a a:link, .allsoulsday section .buttons a a:visited {
        color: white; }
    .allsoulsday section .track-wrapper {
      padding: 0;
      background: none;
      color: white; }
    .allsoulsday section .row {
      margin-right: auto;
      margin-left: auto;
      margin-top: 10px;
      padding: 20px;
      max-width: 800px;
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.92);
      color: #444444; }
  .allsoulsday #intro {
    height: auto;
    min-height: 0;
    display: block; }
    .allsoulsday #intro .flex-center {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .allsoulsday #intro .row {
      max-width: 1200px;
      background: transparent; }
    .allsoulsday #intro .intro-text {
      background: rgba(255, 255, 255, 0.92);
      border-radius: 5px;
      padding: 20px;
      margin-right: auto;
      margin-left: auto;
      display: block;
      float: none; }
    .allsoulsday #intro ol {
      font-family: "Bebas";
      word-spacing: 10px;
      text-align: left;
      color: white;
      font-size: 3em; }
      .allsoulsday #intro ol a, .allsoulsday #intro ol a:link, .allsoulsday #intro ol a:visited {
        color: white; }
    .allsoulsday #intro .btn {
      background: #a80000;
      font-size: 3em;
      border-color: #420000;
      padding-right: 40px; }
      .allsoulsday #intro .btn:hover {
        background: #750000;
        border-color: #420000; }
  .allsoulsday #blank-face {
    background-image: url(/images/asod/blank-face.jpg); }
  .allsoulsday #hole-in-the-sky {
    background-image: url(/images/asod/hole-in-the-sky.jpg); }
  .allsoulsday #anticipate-your-arrival {
    background-image: url(/images/asod/anticipate-your-arrival.jpg); }
  .allsoulsday #quiet-revival {
    background-image: url(/images/asod/quiet-revival.jpg); }
  .allsoulsday #long-year {
    background-image: url(/images/asod/long-year.jpg); }
  .allsoulsday #lake-superior {
    background-image: url(/images/asod/lake-superior.jpg); }
  .allsoulsday #we-rest-on-thee {
    background-image: url(/images/asod/we-rest-on-thee.jpg); } }
.allsoulsday #track-wrapper.art-view section {
  position: relative;
  margin: auto;
  max-width: 100%;
  height: auto;
  min-height: 0;
  background-size: contain;
  text-align: center; }
  .allsoulsday #track-wrapper.art-view section .track-wrapper {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: none; }
  .allsoulsday #track-wrapper.art-view section .art-view-only {
    display: block; }
  .allsoulsday #track-wrapper.art-view section#intro {
    background-image: url(/images/asod/album-art.jpg); }
    .allsoulsday #track-wrapper.art-view section#intro .track-wrapper {
      display: none; }
      .allsoulsday #track-wrapper.art-view section#intro .track-wrapper .row {
        display: none; }
.allsoulsday #track-wrapper.art-view.lyrics-view section {
  background-size: cover;
  min-height: 1000px;
  height: 1000px; }
  .allsoulsday #track-wrapper.art-view.lyrics-view section .lyrics {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: rgba(0, 0, 0, 0.79); }
    .allsoulsday #track-wrapper.art-view.lyrics-view section .lyrics ol {
      text-align: justify;
      font-size: 4em;
      font-family: "Bebas";
      word-spacing: 20px;
      color: white; }
      .allsoulsday #track-wrapper.art-view.lyrics-view section .lyrics ol a, .allsoulsday #track-wrapper.art-view.lyrics-view section .lyrics ol a:link, .allsoulsday #track-wrapper.art-view.lyrics-view section .lyrics ol a:visited {
        color: white; }
    .allsoulsday #track-wrapper.art-view.lyrics-view section .lyrics p {
      display: block;
      margin: 20px auto;
      max-width: 800px; }
    .allsoulsday #track-wrapper.art-view.lyrics-view section .lyrics br, .allsoulsday #track-wrapper.art-view.lyrics-view section .lyrics .lyric-wrap {
      display: block; }

@media (min-width: 768px) {
  body.art-view #tracklist, body.art-view #social-media {
    display: none; }
  body.art-view nav {
    top: -100px; }
  body.art-view #player {
    bottom: -100px; } }

.allsaintsday section {
  border-radius: 5px; }
  .allsaintsday section h2 {
    text-align: center; }
  .allsaintsday section blockquote {
    border: none;
    font-size: 0.9em;
    text-align: center;
    max-width: 400px;
    margin: 20px auto; }
.allsaintsday section#intro {
  background: none;
  color: white; }
  .allsaintsday section#intro h2 {
    font-size: 8em; }
  .allsaintsday section#intro .essay {
    background: white;
    color: #404040;
    padding: 20px;
    border-radius: 5px; }
.allsaintsday #intro {
  height: auto;
  min-height: 0;
  display: block; }
  .allsaintsday #intro .flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .allsaintsday #intro .row {
    max-width: 1200px;
    background: transparent; }
  .allsaintsday #intro .intro-text {
    background: rgba(255, 255, 255, 0.92);
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none; }
  .allsaintsday #intro ol {
    font-family: "Bebas";
    word-spacing: 10px;
    text-align: left;
    color: white;
    font-size: 2em; }
    .allsaintsday #intro ol a, .allsaintsday #intro ol a:link, .allsaintsday #intro ol a:visited {
      color: white; }
  .allsaintsday #intro .btn-group {
    margin: 20px auto; }
  .allsaintsday #intro .btn, .allsaintsday #intro a.btn, .allsaintsday #intro a.btn:link, .allsaintsday #intro a.btn:visited {
    background: #a80000;
    border-color: #420000;
    color: white; }
    .allsaintsday #intro .btn:hover, .allsaintsday #intro a.btn:hover, .allsaintsday #intro a.btn:hover:link, .allsaintsday #intro a.btn:hover:visited {
      background: #750000;
      border-color: #420000; }
.allsaintsday section .picture {
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 800px;
  margin: 20px auto;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .allsaintsday section .picture.active {
    height: 700px;
    opacity: 1; }
    .allsaintsday section .picture.active h2 {
      opacity: 0; }
  .allsaintsday section .picture h2 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    font-size: 50px;
    color: white;
    word-spacing: 10px;
    text-shadow: 0px 0px 10px #000000;
    background: rgba(0, 0, 0, 0.58); }
.allsaintsday #cathedral .picture {
  background-image: url("/images/asd/01.jpg"); }
.allsaintsday #think .picture {
  background-image: url("/images/asd/02.jpg"); }
.allsaintsday #marty .picture {
  background-image: url("/images/asd/03.jpg"); }
.allsaintsday #youngest .picture {
  background-image: url("/images/asd/04.jpg"); }
.allsaintsday #wake .picture {
  background-image: url("/images/asd/05.jpg"); }
.allsaintsday #hole .picture {
  background-image: url("/images/asd/06.jpg"); }
.allsaintsday #faith .picture {
  background-image: url("/images/asd/07.jpg"); }
.allsaintsday #allsaints .picture {
  background-image: url("/images/asd/08.jpg"); }
.allsaintsday #untitled .picture {
  background-image: url("/images/asd/09.jpg"); }
.allsaintsday #longyear .picture {
  background-image: url("/images/asd/10.jpg"); }
.allsaintsday #wheniseeyou .picture {
  background-image: url("/images/asd/11.jpg"); }

.loading {
  text-align: center;
  padding: 20px 0; }

#soundcloud {
  position: fixed;
  z-index: 999;
  left: -300%;
  bottom: -300%;
  opacity: 0; }

#player {
  position: fixed;
  border-top: 1px solid #313131;
  bottom: -100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 99999;
  background: rgba(53, 53, 53, 0.97);
  color: white;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out; }
  #player.ready {
    bottom: 0px; }
  #player button {
    background: none;
    border: none;
    margin: 0 2px;
    color: white; }
  #player #play {
    font-size: 1.25em; }
  #player #previous, #player #forward {
    display: none; }
  #player .disabled {
    opacity: 0.25;
    cursor: not-allowed; }

#track-btn {
  position: relative;
  left: 10px; }

#tracks ul {
  border-top: 1px solid #4a4a4a;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #1e1e1e;
  color: white;
  font-size: 1em; }
  #tracks ul li {
    padding: 5px 20px;
    border-bottom: 1px solid #313131; }
    #tracks ul li:hover {
      background: #ffcf49;
      cursor: pointer; }
#tracks .modal-content {
  background: rgba(53, 53, 53, 0.97); }
#tracks .modal-header {
  text-align: center;
  border: none;
  color: white; }
  #tracks .modal-header .close {
    opacity: 0.9;
    text-shadow: none;
    color: white; }
  #tracks .modal-header h3 {
    font-size: 2.5em;
    word-spacing: 10px; }
#tracks .modal-body {
  padding: 0; }
#tracks .modal-footer {
  margin-top: 0;
  border: none; }

#track-info {
  display: inline-block; }

#track-details {
  font-size: 0.7em;
  margin-bottom: 3px; }

#track-details:after {
  clear: both;
  content: "";
  display: block; }

#song-name {
  float: left; }

#track-length {
  display: none;
  float: right;
  color: #a5a5a5; }

#progress-bar {
  cursor: pointer;
  background: #1e1e1e;
  border-bottom: 1px solid #4a4a4a;
  box-shadow: inset 0px 0px 1px black;
  width: 150px;
  height: 9px;
  position: relative;
  clear: both;
  background-size: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

#bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffcf49; }

@media (min-width: 768px) {
  #player {
    width: 400px;
    left: -200px;
    margin: 0 50%; }
    #player.ready {
      bottom: 5px; }
    #player #previous, #player #forward {
      display: block; }
  #track-length {
    display: block; }
  #progress-bar {
    width: 200px; } }
