* {
  box-sizing: border-box;
}

@font-face {
  font-family: "bios";
  src: url("/assets/fonts/Web437_IBM_BIOS.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "bios-x2";
  src: url("/assets/fonts/Web437_IBM_BIOS-2y.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "nitti";
  src: url("/assets/fonts/nitti-webfont.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/assets/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
html, body {
  height: 100%;
  max-width: 100%;
}

body {
  background-color: #111111;
  padding: 0;
  margin: 0;
  font-family: "nitti";
  color: #999999;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fafafa;
}

h1 {
  font-size: 36px;
  line-height: 31px;
}

a {
  color: #80ff00;
}

.content {
  padding: 0 24px;
  max-width: 900px;
  margin: 0 auto;
}

#release img {
  width: 100%;
  height: auto;
}

main {
  flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
}

footer {
  flex-shrink: 0;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

header {
  width: 100%;
  overflow: hidden;
  background-color: #fafafa;
  height: 56px;
  color: black;
  flex-shrink: 0;
}

header a, header a:visited {
  color: #111111;
}

header li, header ul {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

header li {
  line-height: 56px;
  color: black;
}

header img {
  width: 44px;
  height: 48px;
  padding-top: 8px;
}

#header-content {
  display: flex;
  flex-direction: row;
}

#header-content div {
  flex-grow: 2;
}

#logo {
  margin-left: -6px;
}

.header-active {
  text-decoration: none;
}

footer {
  padding-bottom: 48px;
}

.index-album img {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.index-album {
  margin-bottom: 64px;
  overflow-wrap: break-word;
}

h1, h2 {
  text-decoration: none;
}

.index-album a {
  text-decoration: none;
}

#index {
  padding-top: 32px;
}

#index h2, #index h3 {
  font-size: 14px;
}

#index {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#index div {
  width: calc(50% - 16px);
}

#about-platforms {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

#about-platforms li {
  list-style: none;
}

#about-platforms img {
  width: 200px;
  height: 200px;
  filter: invert(1);
}

#release {
  padding-top: 40px;
}

#release-links img {
  width: 44px;
  height: 44px;
}

#release-links h4 {
  margin-bottom: 8px;
}

#release-links ul {
  padding: 0;
  margin: 0;
  margin-top: 12px;
}

#release-links li {
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  list-style-type: none;
  width: 100%;
  text-align: center;
  color: #111111;
  height: 44px;
  padding: 6px;
  line-height: 32px;
  margin-bottom: 3px;
}

#release-links li img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

#release-links li a {
  color: #111111;
  display: flex;
  flex-direction: row;
}

#release-cover img {
  width: 100%;
}

#release-links, #release-tracklist, #release-credits {
  margin-top: 32px;
}

#release-tracklist ol {
  margin: 0;
  padding: 0;
  padding-left: 32px;
  margin-top: 8px;
}

#release-tracklist li {
  background-color: #111111;
  padding-left: 0px;
}

#release-credits ul {
  margin-top: 8px;
  padding-left: 0px;
}

#release-credits li {
  padding-left: 0px;
  list-style-type: none;
}

#links {
  padding-top: 32px;
}

.links-album {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.links-album img {
  width: 44px;
  height: 44px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  #release {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  #release-info {
    width: 50%;
    padding-left: 6px;
  }
  #release-cover {
    padding-right: 6px;
    width: 50%;
  }
  #index div {
    width: calc(33% - 16px);
  }
}

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