@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.no, .ausblenden {
  display: none;
}

header, section, footer, aside, nav, article, figure {
  display: block;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.seo {
  display: none;
}

.clear {
  clear: both;
}

* {
  position: relative;
  box-sizing: border-box;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

* {
  position: relative;
  box-sizing: border-box;
}

.row {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0;
}
.row:after {
  clear: both;
  display: block;
  content: "";
}
.row.flex-center {
  display: flex;
  align-items: center;
}
.row.flex-center .d100, .row.flex-center .d80, .row.flex-center .d75, .row.flex-center .d66, .row.flex-center .d60, .row.flex-center .d50, .row.flex-center .d40, .row.flex-center .d33, .row.flex-center .d25, .row.flex-center .d20 {
  float: none;
}
.row.reverse .d100, .row.reverse .d80, .row.reverse .d75, .row.reverse .d66, .row.reverse .d60, .row.reverse .d50, .row.reverse .d40, .row.reverse .d33, .row.reverse .d25, .row.reverse .d20 {
  float: right;
}
.row.text {
  max-width: 600px;
}
.row.flex-same {
  display: flex;
}
.row.flex-same .d100, .row.flex-same .d80, .row.flex-same .d75, .row.flex-same .d66, .row.flex-same .d60, .row.flex-same .d50, .row.flex-same .d40, .row.flex-same .d33, .row.flex-same .d25, .row.flex-same .d20 {
  flex: 1;
  display: flex;
  float: none;
}
.row.flex-reverse {
  flex-direction: row-reverse;
}

.d100, .d80, .d75, .d66, .d60, .d50, .d40, .d33, .d25, .d20 {
  float: left;
  padding: 20px;
}
.d100.flex-center, .d80.flex-center, .d75.flex-center, .d66.flex-center, .d60.flex-center, .d50.flex-center, .d40.flex-center, .d33.flex-center, .d25.flex-center, .d20.flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.d100 {
  width: 100%;
}

.d80 {
  width: 80%;
}

.d75 {
  width: 75%;
}

.d66 {
  width: 66.6666%;
}

.d60 {
  width: 60%;
}

.d50 {
  width: 50%;
}

.d40 {
  width: 40%;
}

.d33 {
  width: 33.3333%;
}

.d25 {
  width: 25%;
}

.d20 {
  width: 20%;
}

.lazyBG {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-hide {
  display: none !important;
}

@media screen and (max-width: 720px) {
  .row {
    margin: 30px auto;
    padding: 0;
  }
  .row.flex-same {
    display: block;
  }
  .row.flex-same .d100, .row.flex-same .d80, .row.flex-same .d75, .row.flex-same .d66, .row.flex-same .d60, .row.flex-same .d50, .row.flex-same .d40, .row.flex-same .d33, .row.flex-same .d25, .row.flex-same .d20 {
    display: block;
  }
  .row.flex-reverse {
    display: block;
  }

  .d100, .d80, .d75, .d66, .d60, .d50, .d40, .d33, .d25, .d20 {
    float: none;
    width: 100%;
  }

  .m-hide {
    display: none !important;
  }

  .d-hide {
    display: block !important;
  }
}
html, body {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  line-height: 1.4;
  color: #DCDCE0;
  letter-spacing: 0.02em;
  background: #000;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h3 {
  font-weight: 700;
  margin-top: 2em;
}

::selection {
  background: #FFFFFF;
  color: #000;
}

::-moz-selection {
  background: #FFFFFF;
  color: #000;
}

#wrapper {
  width: 100vw;
  min-height: 100vh;
}

.text p {
  margin-bottom: 0.5em;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  font-size: 11px;
  pointer-events: none;
}
nav a {
  pointer-events: initial;
}
nav .livingColumnTitle {
  position: absolute;
  left: 1em;
  height: 1em;
  top: calc( 100vh + 1em );
  transform: rotate(-90deg);
  width: 100vh;
  text-align: right;
  transform-origin: top left;
}
nav .breadcrumbs {
  position: absolute;
  top: 0.8em;
  right: 1em;
  width: calc(100% - 50px);
  text-align: right;
}
nav .social {
  position: absolute;
  right: 2em;
  height: 1em;
  top: 1em;
  transform: rotate(-90deg);
  width: calc( 100vh - 2em );
  text-align: left;
  transform-origin: top right;
}
nav .line {
  display: inline-block;
  width: 5em;
  height: 1px;
  background: #DCDCE0;
  vertical-align: 0.3em;
}

#glitch {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  height: 120px;
  display: block;
}

@media screen and (max-width: 720px) {
  body, html {
    font-size: 16px;
  }

  .btn {
    width: calc( 100% - 20px );
    max-width: 320px;
  }

  header {
    display: none;
  }

  footer .row .d50 {
    text-align: center;
    padding-bottom: 30px;
  }
  footer .row .d50 + .d50 {
    display: flex;
    justify-content: space-between;
    border: none;
  }
  footer .row .d50 + .d50 a img {
    margin-left: 0;
  }
  footer .row .d50 + .d50 a img.bummclack {
    height: 50px;
  }

  #intro .logo {
    top: 35%;
    width: calc( 100% - 20px );
    max-width: 300px;
  }

  #music img {
    width: 100%;
  }

  .album-container .get-it {
    flex-direction: column;
  }
  .album-container .get-it .btn {
    margin: 10px;
    background: rgba(220, 220, 224, 0.2);
  }

  #about-img {
    width: 140%;
  }
}

/*# sourceMappingURL=style.css.map */
