html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
em {
  font-style: italic;
}
a:link,
a:visited {
  color: inherit;
}
img {
  width: 100%;
}
#grid {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#grid .margin {
  width: 5%;
  background: #70b62c;
  opacity: 0.2;
}
#grid #grid-area {
  width: 90%;
  display: flex;
}
#grid .column {
  width: 100%;
  height: 100vh;
  background: none;
  border-right: 1px solid #70b62c;
}
#grid .column:first-child {
  border-left: 1px solid #70b62c;
}
#grid .half {
  border-right: 1px dashed #70b62c;
}
.fugue {
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
}
.tails {
  font-family: 'Fugue Tails', sans-serif;
}
.tails-display {
  font-family: 'Fugue Tails', sans-serif;
}
.mono {
  font-family: 'Fugue Mono', 'FugueMono', monospace;
  font-variant-ligatures: none;
  font-feature-settings: "dlig" off;
}
body {
  font-feature-settings: "liga", "kern";
}
.uppercase {
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h1.uppercase {
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section:first-of-type h2:first-of-type {
  margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
  section:first-of-type h2:first-of-type {
    margin-top: 0;
  }
}
p {
  margin: 1em 0;
}
p + h2 {
  margin-top: 2em;
}
a:link,
a:visited {
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
}
a:link.the-eccentric-press,
a:visited.the-eccentric-press {
  border-bottom: 1px solid #ff5d20;
}
a:link.the-eccentric-press:hover,
a:visited.the-eccentric-press:hover,
a:link.the-eccentric-press:focus,
a:visited.the-eccentric-press:focus {
  color: #ff5d20;
}
a:link.factitious-airs,
a:visited.factitious-airs {
  border-bottom: 1px solid #b5c819;
}
a:link.factitious-airs:hover,
a:visited.factitious-airs:hover,
a:link.factitious-airs:focus,
a:visited.factitious-airs:focus {
  color: #b5c819;
}
a:link.thames,
a:visited.thames {
  border-bottom: 1px solid #c6cccc;
}
a:link.thames:hover,
a:visited.thames:hover,
a:link.thames:focus,
a:visited.thames:focus {
  color: #c6cccc;
}
a:link.huellas-entreveradas,
a:visited.huellas-entreveradas {
  border-bottom: 1px solid #cc890d;
}
a:link.huellas-entreveradas:hover,
a:visited.huellas-entreveradas:hover,
a:link.huellas-entreveradas:focus,
a:visited.huellas-entreveradas:focus {
  color: #cc890d;
}
a:link.souvenirs-caches-innermost,
a:visited.souvenirs-caches-innermost {
  border-bottom: 1px solid #008afb;
}
a:link.souvenirs-caches-innermost:hover,
a:visited.souvenirs-caches-innermost:hover,
a:link.souvenirs-caches-innermost:focus,
a:visited.souvenirs-caches-innermost:focus {
  color: #008afb;
}
a:hover,
a:active {
  color: rgba(30,20,30,0.5);
  border-bottom: 1px solid rgba(30,20,30,0.5);
}
a.mono {
  display: inline-block;
  font-size: 0.9em;
  font-family: 'Fugue Mono', 'FugueMono', monospace;
  font-variant-ligatures: none;
  font-feature-settings: "dlig" off;
}
a.mono.the-eccentric-press {
  color: #ff5d20;
}
a.mono.factitious-airs {
  color: #b5c819;
}
a.mono.thames {
  color: #a0aaaa;
}
a.mono.huellas-entreveradas {
  color: #cc890d;
}
a.mono.souvenirs-caches-innermost {
  color: #008afb;
}
a.link-out {
  color: inherit;
  transition: all 0.3s ease;
}
a.link-out:hover,
a.link-out:focus {
  color: rgba(30,20,30,0.5);
}
a.link-out img,
a.link-out svg {
  width: auto;
  display: inline-block;
  height: 0.6em;
}
a.link-out img path,
a.link-out svg path {
  fill: rgba(30,20,30,0.4);
}
.no-break {
  display: inline-block;
}
.strikethrough {
  text-decoration: line-through;
}
html,
body {
  width: 100vw;
  min-height: 100vh;
  font-size: 24px;
  line-height: 130%;
}
body {
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  background: #fafafa;
  color: #1e141e;
}
::-moz-selection {
  background: #ff0;
}
::selection {
  background: #ff0;
}
.hidden {
  display: none;
}
.grid-area {
  width: 82.5%;
  margin: 0 8.75%;
}
nav {
  padding: 1em 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  nav {
    padding-left: 2.5%;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  nav {
    padding-left: calc(5% + calc(90vw / 24) - 3.5em);
  }
}
nav a:link,
nav a:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
nav #logo {
  width: 3em;
  margin-right: 0.5em;
}
nav #logotype {
  font-family: 'Fugue Tails', sans-serif;
}
button,
.button {
  display: inline-block;
  border: none;
  padding: 0.6em 1em 0.5em;
  margin: 0;
  text-decoration: none;
  background: #1e141e;
  color: #fafafa;
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  font-size: 0.8em;
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-align: center;
}
a.image-link {
  border-bottom: none;
}
#curtain {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(30,20,30,0.6);
  z-index: 2;
  display: none;
}
#newsletter,
.newsletter {
  min-height: 2em !important;
}
#newsletter .indicates-required,
.newsletter .indicates-required {
  display: none !important;
}
#newsletter label,
.newsletter label {
  display: none !important;
}
#newsletter #mc_embed_signup_scroll,
.newsletter #mc_embed_signup_scroll {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-around !important;
}
@media only screen and (max-width: 500px) {
  #newsletter #mc_embed_signup_scroll,
  .newsletter #mc_embed_signup_scroll {
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}
#newsletter .mc-field-group,
.newsletter .mc-field-group {
  width: 100% !important;
}
#newsletter #mc_embed_signup,
.newsletter #mc_embed_signup {
  max-width: 24em !important;
}
@media only screen and (min-width: 1200px) {
  #newsletter #mc_embed_signup,
  .newsletter #mc_embed_signup {
    min-width: 41% !important;
  }
}
#newsletter input,
.newsletter input {
  width: 100% !important;
  height: 2rem !important;
  font-size: 1em !important;
  font-family: 'Fugue Regular', 'Fugue', sans-serif !important;
  border: none !important;
  padding: 0.25em 0.5em !important;
}
#newsletter input[type="email"],
.newsletter input[type="email"] {
  font-size: 1em !important;
  border-radius: 2px 0 0 2px !important;
  border: 1px solid rgba(30,20,30,0.2) !important;
  background: #fff !important;
}
@media only screen and (max-width: 500px) {
  #newsletter input[type="email"],
  .newsletter input[type="email"] {
    border-radius: 2px 2px 0 0 !important;
  }
}
#newsletter input[type="submit"],
.newsletter input[type="submit"] {
  width: 8em !important;
  background: #008afb !important;
  border: 1px solid #008afb !important;
  color: #fafafa !important;
  cursor: pointer !important;
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em !important;
  border-radius: 0 !important;
  padding: 0.6em 1em !important;
}
@media only screen and (max-width: 500px) {
  #newsletter input[type="submit"],
  .newsletter input[type="submit"] {
    width: 100% !important;
    border-radius: 0 0 2px 2px !important;
  }
}
footer {
  width: 100%;
  background: none;
  margin-top: 5em;
  padding: 0;
  font-size: 0.9em;
}
footer .grid-area {
  display: block;
  padding: 2em 0 1em 0;
  border-top: none;
}
@media only screen and (min-width: 1100px) {
  footer .grid-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
footer .about,
footer .newsletter,
footer .colophon {
  width: 100%;
}
footer .about {
  margin-bottom: 1em;
}
@media only screen and (min-width: 1100px) {
  footer .about {
    width: 50%;
    margin-right: 5%;
  }
}
footer .newsletter {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1100px) {
  footer .newsletter {
    width: 41%;
  }
}
footer .newsletter p {
  margin-bottom: 0.5em;
}
footer .colophon {
  color: rgba(30,20,30,0.4);
  font-family: 'Fugue Mono', 'FugueMono', monospace;
  font-size: 0.6em;
}
footer .colophon p {
  display: inline-block;
  margin: 0;
  margin-right: 1em;
}
.album-page .colophon {
  color: rgba(250,250,250,0.4);
}
#home {
  background: #fafafa;
  color: #1e141e;
  overflow-x: hidden;
}
#home #intro {
  color: #1e141e;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  text-align: center;
  padding: 10em 0 4em 0;
}
#home #logo-and-logotype {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1100px) {
  #home #logo-and-logotype {
    flex-direction: column;
  }
}
#home #logo {
  width: 10vw;
  margin: 0;
  margin-right: 2vw;
  position: relative;
  left: 0.15em;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #home #logo {
    width: 15vw;
    margin-right: 0;
    margin-bottom: 1.5vw;
  }
}
@media only screen and (max-width: 900px) {
  #home #logo {
    width: 20vw;
  }
}
@media only screen and (max-width: 600px) {
  #home #logo {
    width: 30vw;
  }
}
#home #logo svg {
  overflow: visible;
}
#home #logo .segment {
  fill: #a6c1bc;
}
#home h1 {
  font-size: 4.6vw;
  line-height: 1em;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  #home h1 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 600px) {
  #home h1 {
    font-size: 9vw;
  }
}
#home #intro-blurb {
  max-width: 28em;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.2em;
}
@media only screen and (min-width: 900px) {
  #home #intro-blurb {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1400px) {
  #home #intro-blurb {
    font-size: 1.9vw;
  }
}
#home #catalogue {
  width: 100%;
  padding: 5em 0;
}
#home #catalogue .grid-area {
  width: 86.5%;
  margin: 0 6.75%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: none;
  flex-direction: column;
}
@media (min-aspect-ratio: 105/100) and (min-width: 900px) {
  #home #catalogue .grid-area {
    flex-direction: row;
  }
}
#home #catalogue .record {
  width: 100%;
  margin: 2vw;
}
@media (min-aspect-ratio: 105/100) and (min-width: 900px) {
  #home #catalogue .record {
    width: 39.25vw;
  }
}
@media (min-aspect-ratio: 140/100) and (min-width: 1100px) {
  #home #catalogue .record {
    margin: 2.5vw;
    width: 23.8vw;
  }
}
#home #catalogue .cover {
  position: relative;
  width: 90%;
  max-width: 24em;
}
#home #catalogue .button {
  position: absolute;
  right: -1em;
  bottom: -0.5em;
  transition: all 0.3s ease;
}
#home #catalogue .button:hover,
#home #catalogue .button:focus {
  transform: scale(1.1);
}
#home h2 {
  margin-top: 1.5em;
  font-size: 0.9em;
  max-width: 24em;
}
#home h2 .subtitle {
  font-size: 0.8em;
  line-height: 1.3;
}
#home h2 a:link,
#home h2 a:visited {
  border-bottom: none;
}
#home h2.horizontal-rule:after {
  content: "—";
  display: block;
}
#home h2 + h2 {
  margin-top: 0;
}
#home h2 + div.cover {
  margin-top: 1em;
}
#home .catalogue-number {
  display: block;
  position: relative;
  left: 1.3em;
  margin-bottom: -1.4em;
  font-family: 'Fugue Mono', 'FugueMono', monospace;
  font-variant-ligatures: none;
  font-feature-settings: "dlig" off;
}
#home .record-blurb {
  margin-top: 0;
  max-width: 24em;
}
#home #the-eccentric-press .horizontal-rule:after {
  color: #ff5d20;
}
#home #the-eccentric-press .catalogue-number {
  color: #ff5d20;
}
#home #the-eccentric-press a.mono {
  color: #ff5d20;
  border-bottom: 1px solid #ff5d20;
}
#home #factitious-airs .horizontal-rule:after {
  color: #b5c819;
}
#home #factitious-airs .catalogue-number {
  color: #b5c819;
}
#home #factitious-airs a.mono {
  color: #b5c819;
  border-bottom: 1px solid #b5c819;
}
#home #thames .horizontal-rule:after {
  color: #a0aaaa;
}
#home #thames .catalogue-number {
  color: #a0aaaa;
}
#home #thames a.mono {
  color: #a0aaaa;
  border-bottom: 1px solid #a0aaaa;
}
#home #huellas-entreveradas .horizontal-rule:after {
  color: #cc890d;
}
#home #huellas-entreveradas .catalogue-number {
  color: #cc890d;
}
#home #huellas-entreveradas a.mono {
  color: #cc890d;
  border-bottom: 1px solid #cc890d;
}
#home #souvenirs-caches-innermost .horizontal-rule:after {
  color: #008afb;
}
#home #souvenirs-caches-innermost .catalogue-number {
  color: #008afb;
}
#home #souvenirs-caches-innermost a.mono {
  color: #008afb;
  border-bottom: 1px solid #008afb;
}
#home #heterotopia .horizontal-rule:after {
  color: #9e85e1;
}
#home #heterotopia .catalogue-number {
  color: #9e85e1;
}
#home #heterotopia a.mono {
  color: #9e85e1;
  border-bottom: 1px solid #9e85e1;
}
#home #a-world-behind-this-world .horizontal-rule:after {
  color: #ff1b21;
}
#home #a-world-behind-this-world .catalogue-number {
  color: #ff1b21;
}
#home #a-world-behind-this-world a.mono {
  color: #ff1b21;
  border-bottom: 1px solid #ff1b21;
}
#home #from-dusk-till-dawn .horizontal-rule:after {
  color: #6a7147;
}
#home #from-dusk-till-dawn .catalogue-number {
  color: #6a7147;
}
#home #from-dusk-till-dawn a.mono {
  color: #6a7147;
  border-bottom: 1px solid #6a7147;
}
#home #collection {
  background: #1e141e;
  color: #fafafa;
  padding: 5em 0 6em 0;
  text-align: center;
  margin-top: -8em;
}
#home #collection .grid-area {
  display: block;
}
#home #collection a {
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
}
#home #collection a:hover,
#home #collection a:focus {
  color: #1e141e;
}
#home #collection h2 {
  margin: 1.5em 0 0.5em 0;
  font-size: 2em;
  line-height: 1.4em;
}
@media only screen and (max-width: 600px) {
  #home #collection h2 {
    font-size: 8vw;
  }
}
#home #collection p {
  font-size: 1.5em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 600px) {
  #home #collection p {
    font-size: 1em;
  }
}
#home #collection button,
#home #collection .button {
  background: #008afb;
  color: #fafafa;
  border-bottom: none;
  transition: all 0.3s ease;
}
#home #collection button:hover,
#home #collection .button:hover,
#home #collection button:focus,
#home #collection .button:focus {
  transform: scale(1.1);
  color: #fafafa;
}
#home #collection #sleeves {
  margin: 4em 0;
}
#home #collection #sleeves img {
  width: 36vw;
  max-width: 800px;
  margin-left: -28vw;
  margin-right: 0;
  position: relative;
  box-shadow: 0 0 0.5em rgba(30,20,30,0.1), 0 0 1em 0.5em rgba(30,20,30,0.6);
}
#home #collection #sleeves img:nth-of-type(1) {
  margin-left: 0;
}
@media only screen and (max-width: 800px) {
  #home #collection #sleeves img:nth-of-type(1) {
    margin-top: 0;
  }
}
#home #collection #sleeves img:nth-of-type(5) {
  z-index: 900;
}
#home #collection #sleeves img:nth-of-type(6) {
  margin-left: -33vw;
}
@media only screen and (max-width: 800px) {
  #home #collection #sleeves img:nth-of-type(6) {
    margin-left: 12vw;
    top: -15vw;
    margin-bottom: -10vw;
  }
}
#home #collection #sleeves img#vinyl {
  box-shadow: none;
  z-index: 800;
}
@media only screen and (max-width: 800px) {
  #home #collection #sleeves img {
    width: 75vw;
    max-width: 75vw;
    margin-left: 0;
    margin-top: -60vw;
  }
}
#home footer {
  margin-top: 1em;
  background: rgba(30,20,30,0.05);
}
#home footer .grid-area {
  border-top: none;
}
#about {
  background: #fafafa;
  color: #1e141e;
  overflow-x: hidden;
}
#about .grid-area {
  max-width: 30rem;
  margin: 0 auto;
}
#about #intro {
  margin: 15vh 0 2em 0;
  text-align: center;
}
#about #intro a:hover,
#about #intro a:focus {
  color: inherit;
}
#about #logo {
  width: 6.6em;
  margin: 0 auto;
  position: relative;
  left: 0.15em;
  text-align: center;
}
#about #logo svg {
  overflow: visible;
}
#about #logo .segment {
  fill: #008afb;
}
#about h1 {
  font-size: 2em;
  line-height: 1em;
  margin: 0.2em auto 0.7em auto;
}
#about h2 {
  font-size: 0.8em;
}
#about h2 + p {
  margin-top: 0;
}
#about footer {
  text-align: center;
}
#about footer .newsletter {
  width: 100%;
}
#about footer #mc_embed_signup {
  margin: 0 auto;
}
.album-page {
  color: #fafafa;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.album-page .catalogue-number {
  display: none;
}
@media (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  .album-page .catalogue-number {
    display: block;
    font-family: 'Fugue Mono', 'FugueMono', monospace;
    font-variant-ligatures: none;
    font-feature-settings: "dlig" off;
    color: #fafafa;
    margin: 4em auto 0.3em auto;
    text-align: center;
  }
}
.album-page h1 {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.1;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 700px) {
  .album-page h1 {
    font-size: 2em;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  .album-page h1 {
    font-size: 3.9vw;
    margin-top: 0;
  }
}
.album-page #album {
  margin-top: 0;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .album-page #album {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.album-page #cover-and-buy {
  width: 100%;
  position: relative;
  max-width: 70vh;
  margin-bottom: 3em;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .album-page #cover-and-buy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .album-page #cover {
    margin-bottom: 0.3em;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1400px) {
  .album-page #cover {
    margin-bottom: -2em;
  }
}
.album-page .buy {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 3px;
  background: #1e141e;
  color: #fafafa;
  position: relative;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
  transition: all 0.3s ease;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .album-page .buy {
    max-width: 14em;
    margin-top: 0;
    text-align: center;
  }
}
.album-page .buy:hover,
.album-page .buy:focus {
  transform: scale(1.05);
}
.album-page .buy p {
  margin: 0;
}
.album-page .buy .description {
  font-size: 0.8em;
  line-height: 1.3;
}
.album-page .cover {
  box-shadow: 0 0 0.5em rgba(30,20,30,0.1), 0 0 40em 1em rgba(30,20,30,0.6);
}
.album-page #metadata {
  position: relative;
  width: 100%;
  max-width: 30em;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .album-page #metadata {
    width: 41%;
    max-width: 30em;
    min-height: 70vh;
  }
}
.album-page h2 {
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  margin-bottom: 0.2em;
}
.album-page h3 {
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72em;
}
.album-page h3 + p.description {
  text-transform: none;
  padding: 0.5rem 0.8rem;
  padding-top: 0;
  margin-top: -0.5rem;
}
.album-page #blurb-short p:first-child {
  margin-top: 0;
}
.album-page #blurb-long p:first-child {
  margin-top: 0;
}
.album-page #blurb-long p:last-child {
  margin-bottom: 0;
}
.album-page #track-listing {
  width: 100%;
  margin-left: 0;
  margin-top: 3em;
  background: rgba(30,20,30,0);
  border: 0px solid rgba(30,20,30,0.4);
  border-radius: 5px;
  font-size: 0.85em;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .album-page #track-listing {
    width: 100%;
    margin-left: 0;
    font-size: 0.8em;
  }
}
@media (min-width: 1400px) {
  .album-page #track-listing {
    width: 88.9%;
  }
}
.album-page #track-listing h2 {
  margin-top: 3em;
  padding: 0;
}
.album-page #track-listing h2::after {
  content: "—";
  display: block;
  height: 0.5em;
  position: relative;
  top: -0.4em;
}
.album-page #track-listing h2:first-of-type {
  margin-top: 1em;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .album-page #track-listing h2 {
    padding-left: 0;
  }
}
.album-page #track-listing .running-time {
  font-family: 'Fugue Mono', 'FugueMono', monospace;
  font-variant-ligatures: none;
  font-feature-settings: "dlig" off;
  font-size: 0.65em;
  white-space: nowrap;
}
.album-page #track-listing dl {
  counter-reset: tracklist-counter;
}
.album-page #track-listing dt {
  padding: 0.5em 1.2rem;
  text-indent: -1.2rem;
  border-bottom: 1px solid #fafafa;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .album-page #track-listing dt {
    padding-left: 0;
  }
}
.album-page #track-listing dt:last-of-type {
  border-bottom: none;
}
.album-page #track-listing dt.expanded {
  border-bottom: none;
}
.album-page #track-listing dt:hover,
.album-page #track-listing dt:focus {
  background: rgba(250,250,250,0.1);
  cursor: pointer;
}
.album-page #track-listing dt:hover:before,
.album-page #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(255,255,255);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page #track-listing dt:before {
  content: counter(tracklist-counter) ".";
  counter-increment: tracklist-counter;
  font-size: 0.8em;
  width: 1.2rem;
  height: 1rem;
  display: inline-block;
  text-indent: 0;
}
.album-page #track-listing dt.playing {
  background: rgba(250,250,250,0.2);
}
.album-page #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #fafafa;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page #track-listing dd {
  box-sizing: content-box;
  font-family: 'Fugue Mono', 'FugueMono', monospace;
  font-variant-ligatures: none;
  font-feature-settings: "dlig" off;
  font-size: 0.8em;
  line-height: 150%;
  color: #fafafa;
  padding-left: 1.2rem;
  padding-right: 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #fafafa;
  display: none;
  font-variant-ligatures: no-common-ligatures;
}
.album-page #track-listing dd:last-of-type {
  border-bottom: none;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .album-page #track-listing dd {
    padding-left: 0;
  }
}
.album-page #track-listing .play {
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 1.2em;
  text-decoration: none;
  border-bottom: none;
  color: #fafafa;
  display: none;
}
.checkout {
  display: none;
  position: relative;
  top: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
  background: none;
  text-align: center;
  z-index: 3;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  .checkout {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-height: 500px) {
  .checkout {
    position: relative;
  }
}
.checkout .uppercase {
  font-size: 0.8em;
}
.checkout .close {
  position: absolute;
  font-size: 1.5em;
  padding: 0.3em 0.5em;
  transition: all 0.3s ease;
  color: #1e141e;
}
.checkout .close:hover,
.checkout .close:focus {
  transform: scale(1.3);
  cursor: pointer;
}
.checkout h3 {
  padding-top: 1.5em;
  margin-bottom: 0;
}
.checkout p {
  margin: 0;
}
.checkout .description {
  font-size: 0.6em;
  line-height: 1.3;
  opacity: 0.6;
  margin-top: 0.3em;
}
.album-page#the-eccentric-press {
  background: #8c2b34;
}
.album-page#the-eccentric-press ::-moz-selection {
  background: rgba(255,93,32,0.4);
}
.album-page#the-eccentric-press ::selection {
  background: rgba(255,93,32,0.4);
}
.album-page#the-eccentric-press #logo .segment {
  fill: #ff5d20;
}
.album-page#the-eccentric-press nav {
  transition: all 0.3s ease;
}
.album-page#the-eccentric-press nav a:link,
.album-page#the-eccentric-press nav a:visited {
  border-bottom: none;
}
.album-page#the-eccentric-press nav a:hover,
.album-page#the-eccentric-press nav a:focus {
  color: #ff5d20;
}
.album-page#the-eccentric-press a:link,
.album-page#the-eccentric-press a:visited {
  border-bottom: 1px solid #ff5d20;
}
.album-page#the-eccentric-press a:link.buy,
.album-page#the-eccentric-press a:visited.buy {
  border-bottom: none !important;
}
.album-page#the-eccentric-press a:hover,
.album-page#the-eccentric-press a:focus {
  color: #ff5d20;
}
.album-page#the-eccentric-press a:hover.buy,
.album-page#the-eccentric-press a:focus.buy {
  color: #fafafa;
}
.album-page#the-eccentric-press .catalogue-number {
  color: #ff5d20;
}
.album-page#the-eccentric-press h1 .artist,
.album-page#the-eccentric-press h1 .title,
.album-page#the-eccentric-press h1 .subtitle {
  display: block;
}
.album-page#the-eccentric-press h1 .artist {
  color: #ff5d20;
}
.album-page#the-eccentric-press h1 .subtitle {
  font-size: 0.5em;
  line-height: 140%;
}
.album-page#the-eccentric-press .mono {
  color: #ff5d20;
}
.album-page#the-eccentric-press #track-listing dt {
  border-bottom: 1px solid #ff5d20;
}
.album-page#the-eccentric-press #track-listing dt:last-of-type {
  border-bottom: none;
}
.album-page#the-eccentric-press #track-listing dt.expanded {
  border-bottom: none;
}
.album-page#the-eccentric-press #track-listing dt:hover,
.album-page#the-eccentric-press #track-listing dt:focus {
  background: rgba(255,93,32,0.1);
}
.album-page#the-eccentric-press #track-listing dt:hover:before,
.album-page#the-eccentric-press #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(255,93,32);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page#the-eccentric-press #track-listing dt.playing {
  background: rgba(255,93,32,0.2);
}
.album-page#the-eccentric-press #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #ff5d20;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page#the-eccentric-press #track-listing dd {
  color: #ff5d20;
  border-bottom: 1px solid #ff5d20;
}
.album-page#the-eccentric-press #track-listing dd:last-of-type {
  border-bottom: none;
}
.album-page#the-eccentric-press #track-listing .play {
  color: #ff5d20;
}
.album-page#the-eccentric-press #track-listing .play-icon {
  fill: #ff5d20;
}
.album-page#the-eccentric-press #track-listing dl {
  border-bottom: 1px solid #ff5d20;
}
.album-page#the-eccentric-press #track-listing dl:last-of-type {
  border-bottom: none;
}
.album-page#the-eccentric-press #track-listing h2:last-of-type {
  margin-top: 1em !important;
}
.album-page#the-eccentric-press .newsletter input[type="submit"] {
  background: #ff5d20 !important;
  border: 1px solid #ff5d20 !important;
}
.album-page#the-eccentric-press footer .grid-area {
  border-top: 4px solid #ff5d20;
}
.album-page#factitious-airs {
  background: #21595a;
}
.album-page#factitious-airs ::-moz-selection {
  background: rgba(181,200,25,0.4);
}
.album-page#factitious-airs ::selection {
  background: rgba(181,200,25,0.4);
}
.album-page#factitious-airs #logo .segment {
  fill: #b5c819;
}
.album-page#factitious-airs nav {
  transition: all 0.3s ease;
}
.album-page#factitious-airs nav a:link,
.album-page#factitious-airs nav a:visited {
  border-bottom: none;
}
.album-page#factitious-airs nav a:hover,
.album-page#factitious-airs nav a:focus {
  color: #b5c819;
}
.album-page#factitious-airs a:link,
.album-page#factitious-airs a:visited {
  border-bottom: 1px solid #b5c819;
}
.album-page#factitious-airs a:link.buy,
.album-page#factitious-airs a:visited.buy {
  border-bottom: none !important;
}
.album-page#factitious-airs a:hover,
.album-page#factitious-airs a:focus {
  color: #b5c819;
}
.album-page#factitious-airs a:hover.buy,
.album-page#factitious-airs a:focus.buy {
  color: #fafafa;
}
.album-page#factitious-airs .catalogue-number {
  color: #b5c819;
}
.album-page#factitious-airs h1 .artist,
.album-page#factitious-airs h1 .title,
.album-page#factitious-airs h1 .subtitle {
  display: block;
}
.album-page#factitious-airs h1 .artist {
  color: #b5c819;
}
.album-page#factitious-airs h1 .subtitle {
  font-size: 0.5em;
  line-height: 140%;
}
.album-page#factitious-airs #scroll-to-buy-button {
  background: #a3b416;
  color: #fafafa;
}
.album-page#factitious-airs .mono {
  color: #b5c819;
}
.album-page#factitious-airs #track-listing dt {
  border-bottom: 1px solid #b5c819;
}
.album-page#factitious-airs #track-listing dt:last-of-type {
  border-bottom: none;
}
.album-page#factitious-airs #track-listing dt.expanded {
  border-bottom: none;
}
.album-page#factitious-airs #track-listing dt:hover,
.album-page#factitious-airs #track-listing dt:focus {
  background: rgba(181,200,25,0.1);
}
.album-page#factitious-airs #track-listing dt:hover:before,
.album-page#factitious-airs #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(181,200,25);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page#factitious-airs #track-listing dt.playing {
  background: rgba(181,200,25,0.2);
}
.album-page#factitious-airs #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #b5c819;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page#factitious-airs #track-listing dd {
  color: #b5c819;
  border-bottom: 1px solid #b5c819;
}
.album-page#factitious-airs #track-listing dd:last-of-type {
  border-bottom: none;
}
.album-page#factitious-airs #track-listing .play {
  color: #b5c819;
}
.album-page#factitious-airs #track-listing .play-icon {
  fill: #b5c819;
}
.album-page#factitious-airs .newsletter input[type="submit"] {
  background: #a3b416 !important;
  border: 1px solid #b5c819 !important;
}
.album-page#factitious-airs footer .grid-area {
  border-top: 4px solid #b5c819;
}
.album-page#thames {
  background: #494955;
}
.album-page#thames ::-moz-selection {
  background: rgba(160,170,170,0.4);
}
.album-page#thames ::selection {
  background: rgba(160,170,170,0.4);
}
.album-page#thames #logo .segment {
  fill: #a0aaaa;
}
.album-page#thames nav {
  transition: all 0.3s ease;
}
.album-page#thames nav a:link,
.album-page#thames nav a:visited {
  border-bottom: none;
}
.album-page#thames nav a:hover,
.album-page#thames nav a:focus {
  color: #a0aaaa;
}
.album-page#thames a:link,
.album-page#thames a:visited {
  border-bottom: 1px solid #a0aaaa;
}
.album-page#thames a:link.buy,
.album-page#thames a:visited.buy {
  border-bottom: none !important;
}
.album-page#thames a:hover,
.album-page#thames a:focus {
  color: #a0aaaa;
}
.album-page#thames a:hover.buy,
.album-page#thames a:focus.buy {
  color: #fafafa;
}
.album-page#thames .catalogue-number {
  color: #a0aaaa;
}
.album-page#thames h1 .artist,
.album-page#thames h1 .title,
.album-page#thames h1 .subtitle {
  display: block;
}
.album-page#thames h1 .artist {
  color: #a0aaaa;
}
.album-page#thames h1 .subtitle {
  font-size: 0.5em;
  line-height: 140%;
}
.album-page#thames #scroll-to-buy-button {
  background: #a0aaaa;
  color: #fafafa;
}
.album-page#thames .mono {
  color: #a0aaaa;
}
.album-page#thames #track-listing dt {
  border-bottom: 1px solid #a0aaaa;
}
.album-page#thames #track-listing dt:last-of-type {
  border-bottom: none;
}
.album-page#thames #track-listing dt.expanded {
  border-bottom: none;
}
.album-page#thames #track-listing dt:hover,
.album-page#thames #track-listing dt:focus {
  background: rgba(160,170,170,0.1);
}
.album-page#thames #track-listing dt:hover:before,
.album-page#thames #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(160,170,170);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page#thames #track-listing dt.playing {
  background: rgba(160,170,170,0.2);
}
.album-page#thames #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #a0aaaa;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page#thames #track-listing dd {
  color: #a0aaaa;
  border-bottom: 1px solid #a0aaaa;
}
.album-page#thames #track-listing dd:last-of-type {
  border-bottom: none;
}
.album-page#thames #track-listing .play {
  color: #a0aaaa;
}
.album-page#thames #track-listing .play-icon {
  fill: #a0aaaa;
}
.album-page#thames .newsletter input[type="submit"] {
  background: #a0aaaa !important;
  border: 1px solid #a0aaaa !important;
}
.album-page#thames footer .grid-area {
  border-top: 4px solid #a0aaaa;
}
.album-page#huellas-entreveradas {
  background: #cc890d;
}
.album-page#huellas-entreveradas ::-moz-selection {
  background: rgba(252,232,64,0.4);
}
.album-page#huellas-entreveradas ::selection {
  background: rgba(252,232,64,0.4);
}
.album-page#huellas-entreveradas #logo .segment {
  fill: #fce840;
}
.album-page#huellas-entreveradas nav {
  transition: all 0.3s ease;
}
.album-page#huellas-entreveradas nav a:link,
.album-page#huellas-entreveradas nav a:visited {
  border-bottom: none;
}
.album-page#huellas-entreveradas nav a:hover,
.album-page#huellas-entreveradas nav a:focus {
  color: #fce840;
}
.album-page#huellas-entreveradas a:link,
.album-page#huellas-entreveradas a:visited {
  border-bottom: 1px solid #fce840;
}
.album-page#huellas-entreveradas a:link.buy,
.album-page#huellas-entreveradas a:visited.buy {
  border-bottom: none !important;
}
.album-page#huellas-entreveradas a:hover,
.album-page#huellas-entreveradas a:focus {
  color: #fce840;
}
.album-page#huellas-entreveradas a:hover.buy,
.album-page#huellas-entreveradas a:focus.buy {
  color: #fafafa;
}
.album-page#huellas-entreveradas .catalogue-number {
  color: #fce840;
}
.album-page#huellas-entreveradas h1 .artist,
.album-page#huellas-entreveradas h1 .title,
.album-page#huellas-entreveradas h1 .subtitle {
  display: block;
}
.album-page#huellas-entreveradas h1 .artist {
  color: #fce840;
}
.album-page#huellas-entreveradas h1 .subtitle {
  font-size: 0.5em;
  line-height: 140%;
}
.album-page#huellas-entreveradas .mono {
  color: #fce840;
}
.album-page#huellas-entreveradas .cover {
  box-shadow: 0 0 0.5em rgba(30,20,30,0.1), 0 0 40em 1em rgba(30,20,30,0.2);
}
.album-page#huellas-entreveradas #track-listing dt {
  border-bottom: 1px solid #fce840;
}
.album-page#huellas-entreveradas #track-listing dt.expanded {
  border-bottom: none;
}
.album-page#huellas-entreveradas #track-listing dt:hover,
.album-page#huellas-entreveradas #track-listing dt:focus {
  background: rgba(252,232,64,0.1);
}
.album-page#huellas-entreveradas #track-listing dt:hover:before,
.album-page#huellas-entreveradas #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(252,232,64);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page#huellas-entreveradas #track-listing dt.playing {
  background: rgba(252,232,64,0.2);
}
.album-page#huellas-entreveradas #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #fce840;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page#huellas-entreveradas #track-listing dd {
  color: #fce840;
  border-bottom: 1px solid #fce840;
}
.album-page#huellas-entreveradas #track-listing dd:last-of-type {
  border-bottom: none;
}
.album-page#huellas-entreveradas #track-listing .play {
  color: #fce840;
}
.album-page#huellas-entreveradas #track-listing .play-icon {
  fill: #fce840;
}
.album-page#huellas-entreveradas .newsletter input[type="submit"] {
  background: #fce840 !important;
  color: #1e141e !important;
  border: 1px solid #fce840 !important;
}
.album-page#huellas-entreveradas footer .grid-area {
  border-top: 4px solid #fce840;
}
.album-page#souvenirs-caches-innermost {
  background: #008afb;
}
.album-page#souvenirs-caches-innermost ::-moz-selection {
  background: rgba(130,240,255,0.4);
}
.album-page#souvenirs-caches-innermost ::selection {
  background: rgba(130,240,255,0.4);
}
.album-page#souvenirs-caches-innermost #logo .segment {
  fill: #82f0ff;
}
.album-page#souvenirs-caches-innermost nav {
  transition: all 0.3s ease;
}
.album-page#souvenirs-caches-innermost nav a:link,
.album-page#souvenirs-caches-innermost nav a:visited {
  border-bottom: none;
}
.album-page#souvenirs-caches-innermost nav a:hover,
.album-page#souvenirs-caches-innermost nav a:focus {
  color: #82f0ff;
}
.album-page#souvenirs-caches-innermost a:link,
.album-page#souvenirs-caches-innermost a:visited {
  border-bottom: 1px solid #82f0ff;
}
.album-page#souvenirs-caches-innermost a:link.buy,
.album-page#souvenirs-caches-innermost a:visited.buy {
  border-bottom: none !important;
}
.album-page#souvenirs-caches-innermost a:hover,
.album-page#souvenirs-caches-innermost a:focus {
  color: #82f0ff;
}
.album-page#souvenirs-caches-innermost a:hover.buy,
.album-page#souvenirs-caches-innermost a:focus.buy {
  color: #fafafa;
}
.album-page#souvenirs-caches-innermost .catalogue-number {
  color: #82f0ff;
}
.album-page#souvenirs-caches-innermost h1 .artist,
.album-page#souvenirs-caches-innermost h1 .title,
.album-page#souvenirs-caches-innermost h1 .subtitle {
  display: block;
}
.album-page#souvenirs-caches-innermost h1 .artist {
  color: #82f0ff;
}
.album-page#souvenirs-caches-innermost h1 .subtitle {
  font-size: 0.5em;
  line-height: 140%;
}
.album-page#souvenirs-caches-innermost .mono {
  color: #82f0ff;
}
.album-page#souvenirs-caches-innermost .cover {
  box-shadow: 0 0 0.5em rgba(30,20,30,0.1), 0 0 40em 1em rgba(30,20,30,0.2);
}
.album-page#souvenirs-caches-innermost #track-listing dt {
  border-bottom: 1px solid #82f0ff;
}
.album-page#souvenirs-caches-innermost #track-listing dt.expanded {
  border-bottom: none;
}
.album-page#souvenirs-caches-innermost #track-listing dt:hover,
.album-page#souvenirs-caches-innermost #track-listing dt:focus {
  background: rgba(130,240,255,0.1);
}
.album-page#souvenirs-caches-innermost #track-listing dt:hover:before,
.album-page#souvenirs-caches-innermost #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(130,240,255);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page#souvenirs-caches-innermost #track-listing dt.playing {
  background: rgba(130,240,255,0.2);
}
.album-page#souvenirs-caches-innermost #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #82f0ff;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page#souvenirs-caches-innermost #track-listing dd {
  color: #82f0ff;
  border-bottom: 1px solid #82f0ff;
}
.album-page#souvenirs-caches-innermost #track-listing dd:last-of-type {
  border-bottom: none;
}
.album-page#souvenirs-caches-innermost #track-listing .play {
  color: #82f0ff;
}
.album-page#souvenirs-caches-innermost #track-listing .play-icon {
  fill: #82f0ff;
}
.album-page#souvenirs-caches-innermost .newsletter input[type="submit"] {
  background: #82f0ff !important;
  color: #1e141e !important;
  border: 1px solid #82f0ff !important;
}
.album-page#souvenirs-caches-innermost footer .grid-area {
  border-top: 4px solid #82f0ff;
}
.album-page#heterotopia {
  background: #181820;
}
.album-page#heterotopia ::-moz-selection {
  background: rgba(158,133,225,0.4);
}
.album-page#heterotopia ::selection {
  background: rgba(158,133,225,0.4);
}
.album-page#heterotopia #logo .segment {
  fill: #9e85e1;
}
.album-page#heterotopia nav {
  transition: all 0.3s ease;
}
.album-page#heterotopia nav a:link,
.album-page#heterotopia nav a:visited {
  border-bottom: none;
}
.album-page#heterotopia nav a:hover,
.album-page#heterotopia nav a:focus {
  color: #9e85e1;
}
.album-page#heterotopia a:link,
.album-page#heterotopia a:visited {
  border-bottom: 1px solid #9e85e1;
}
.album-page#heterotopia a:link.buy,
.album-page#heterotopia a:visited.buy {
  border-bottom: none !important;
}
.album-page#heterotopia a:hover,
.album-page#heterotopia a:focus {
  color: #9e85e1;
}
.album-page#heterotopia a:hover.buy,
.album-page#heterotopia a:focus.buy {
  color: #1e141e;
}
.album-page#heterotopia .catalogue-number {
  color: #9e85e1;
}
.album-page#heterotopia h1 .artist,
.album-page#heterotopia h1 .title,
.album-page#heterotopia h1 .subtitle {
  display: block;
}
.album-page#heterotopia h1 .artist {
  color: #9e85e1;
}
.album-page#heterotopia h1 .subtitle {
  font-size: 0.5em;
  line-height: 140%;
}
.album-page#heterotopia .buy {
  background: #9e85e1;
  color: #1e141e;
  border-radius: 3px;
}
.album-page#heterotopia .buy:hover,
.album-page#heterotopia .buy:focus {
  color: #1e141e;
}
.album-page#heterotopia .mono {
  color: #9e85e1;
}
.album-page#heterotopia .cover {
  box-shadow: 0 0 0.5em rgba(158,133,225,0.1), 0 0 40em 1em rgba(158,133,225,0.2);
}
.album-page#heterotopia #track-listing dt {
  border-bottom: 1px solid #9e85e1;
}
.album-page#heterotopia #track-listing dt.expanded {
  border-bottom: none;
}
.album-page#heterotopia #track-listing dt:hover,
.album-page#heterotopia #track-listing dt:focus {
  background: rgba(158,133,225,0.1);
}
.album-page#heterotopia #track-listing dt:hover:before,
.album-page#heterotopia #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(158,133,225);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page#heterotopia #track-listing dt.playing {
  background: rgba(158,133,225,0.2);
}
.album-page#heterotopia #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #9e85e1;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page#heterotopia #track-listing dd {
  color: #9e85e1;
  border-bottom: 1px solid #9e85e1;
}
.album-page#heterotopia #track-listing dd:last-of-type {
  border-bottom: none;
}
.album-page#heterotopia #track-listing .play {
  color: #9e85e1;
}
.album-page#heterotopia #track-listing .play-icon {
  fill: #9e85e1;
}
.album-page#heterotopia .newsletter input[type="submit"] {
  background: #9e85e1 !important;
  color: #1e141e !important;
  border: 1px solid #9e85e1 !important;
}
.album-page#heterotopia footer .grid-area {
  border-top: 4px solid #9e85e1;
}
.album-page#a-world-behind-this-world {
  background: #ff838d;
}
.album-page#a-world-behind-this-world ::-moz-selection {
  background: rgba(255,131,141,0.4);
}
.album-page#a-world-behind-this-world ::selection {
  background: rgba(255,131,141,0.4);
}
.album-page#a-world-behind-this-world #logo .segment {
  fill: #ff1b21;
}
.album-page#a-world-behind-this-world nav {
  transition: all 0.3s ease;
}
.album-page#a-world-behind-this-world nav a:link,
.album-page#a-world-behind-this-world nav a:visited {
  border-bottom: none;
}
.album-page#a-world-behind-this-world nav a:hover,
.album-page#a-world-behind-this-world nav a:focus {
  color: #ff1b21;
}
.album-page#a-world-behind-this-world a:link,
.album-page#a-world-behind-this-world a:visited {
  border-bottom: 1px solid #ff1b21;
}
.album-page#a-world-behind-this-world a:link.buy,
.album-page#a-world-behind-this-world a:visited.buy {
  border-bottom: none !important;
}
.album-page#a-world-behind-this-world a:hover,
.album-page#a-world-behind-this-world a:focus {
  color: #ff1b21;
}
.album-page#a-world-behind-this-world a:hover.buy,
.album-page#a-world-behind-this-world a:focus.buy {
  color: #fafafa;
}
.album-page#a-world-behind-this-world .catalogue-number {
  color: #ff1b21;
}
.album-page#a-world-behind-this-world h1 .artist,
.album-page#a-world-behind-this-world h1 .title,
.album-page#a-world-behind-this-world h1 .subtitle {
  display: block;
}
.album-page#a-world-behind-this-world h1 .artist {
  color: #ff1b21;
}
.album-page#a-world-behind-this-world h1 .subtitle {
  font-size: 0.5em;
  line-height: 140%;
}
.album-page#a-world-behind-this-world .mono {
  color: #ff1b21;
}
.album-page#a-world-behind-this-world .cover {
  box-shadow: 0 0 0.5em rgba(30,20,30,0.1), 0 0 40em 1em rgba(30,20,30,0.2);
}
.album-page#a-world-behind-this-world #track-listing dt {
  border-bottom: 1px solid #ff1b21;
}
.album-page#a-world-behind-this-world #track-listing dt:hover,
.album-page#a-world-behind-this-world #track-listing dt:focus {
  background: rgba(255,131,141,0.1);
}
.album-page#a-world-behind-this-world #track-listing dt:hover:before,
.album-page#a-world-behind-this-world #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(255,27,33);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page#a-world-behind-this-world #track-listing dt.playing {
  background: rgba(255,131,141,0.2);
}
.album-page#a-world-behind-this-world #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #ff1b21;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page#a-world-behind-this-world #track-listing dd {
  color: #ff1b21;
  border-bottom: 1px solid #ff838d;
}
.album-page#a-world-behind-this-world #track-listing dd:last-of-type {
  border-bottom: none;
}
.album-page#a-world-behind-this-world #track-listing .play {
  color: #ff1b21;
}
.album-page#a-world-behind-this-world #track-listing .play-icon {
  fill: #ff1b21;
}
.album-page#a-world-behind-this-world .newsletter input[type="submit"] {
  background: #ff1b21 !important;
  color: #1e141e !important;
  border: 1px solid #ff1b21 !important;
}
.album-page#a-world-behind-this-world footer .grid-area {
  border-top: 4px solid #ff1b21;
}
.album-page#from-dusk-till-dawn {
  background: #6a7147;
}
.album-page#from-dusk-till-dawn ::-moz-selection {
  background: rgba(166,193,188,0.4);
}
.album-page#from-dusk-till-dawn ::selection {
  background: rgba(166,193,188,0.4);
}
.album-page#from-dusk-till-dawn #logo .segment {
  fill: #a6c1bc;
}
.album-page#from-dusk-till-dawn nav {
  transition: all 0.3s ease;
}
.album-page#from-dusk-till-dawn nav a:link,
.album-page#from-dusk-till-dawn nav a:visited {
  border-bottom: none;
}
.album-page#from-dusk-till-dawn nav a:hover,
.album-page#from-dusk-till-dawn nav a:focus {
  color: #a6c1bc;
}
.album-page#from-dusk-till-dawn a:link,
.album-page#from-dusk-till-dawn a:visited {
  border-bottom: 1px solid #a6c1bc;
}
.album-page#from-dusk-till-dawn a:link.buy,
.album-page#from-dusk-till-dawn a:visited.buy {
  border-bottom: none !important;
}
.album-page#from-dusk-till-dawn a:hover,
.album-page#from-dusk-till-dawn a:focus {
  color: #a6c1bc;
}
.album-page#from-dusk-till-dawn a:hover.buy,
.album-page#from-dusk-till-dawn a:focus.buy {
  color: #fafafa;
}
.album-page#from-dusk-till-dawn .catalogue-number {
  color: #a6c1bc;
}
.album-page#from-dusk-till-dawn h1 .artist,
.album-page#from-dusk-till-dawn h1 .title,
.album-page#from-dusk-till-dawn h1 .subtitle {
  display: block;
}
.album-page#from-dusk-till-dawn h1 .artist {
  color: #a6c1bc;
}
.album-page#from-dusk-till-dawn h1 .subtitle {
  font-size: 0.5em;
  line-height: 140%;
}
.album-page#from-dusk-till-dawn .mono {
  color: #a6c1bc;
}
.album-page#from-dusk-till-dawn #track-listing dt {
  border-bottom: 1px solid #a6c1bc;
}
.album-page#from-dusk-till-dawn #track-listing dt:last-of-type {
  border-bottom: none;
}
.album-page#from-dusk-till-dawn #track-listing dt.expanded {
  border-bottom: none;
}
.album-page#from-dusk-till-dawn #track-listing dt:hover,
.album-page#from-dusk-till-dawn #track-listing dt:focus {
  background: rgba(166,193,188,0.1);
}
.album-page#from-dusk-till-dawn #track-listing dt:hover:before,
.album-page#from-dusk-till-dawn #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(160,170,170);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page#from-dusk-till-dawn #track-listing dt.playing {
  background: rgba(166,193,188,0.2);
}
.album-page#from-dusk-till-dawn #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #a6c1bc;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page#from-dusk-till-dawn #track-listing dd {
  color: #a6c1bc;
  border-bottom: 1px solid #a6c1bc;
}
.album-page#from-dusk-till-dawn #track-listing dd:last-of-type {
  border-bottom: none;
}
.album-page#from-dusk-till-dawn #track-listing .play {
  color: #a6c1bc;
}
.album-page#from-dusk-till-dawn #track-listing .play-icon {
  fill: #a6c1bc;
}
.album-page#from-dusk-till-dawn .newsletter input[type="submit"] {
  background: #a6c1bc !important;
  border: 1px solid #a6c1bc !important;
}
.album-page#from-dusk-till-dawn footer .grid-area {
  border-top: 4px solid #a6c1bc;
}
#collection #logo .segment {
  fill: #008afb;
}
#collection .grid-area {
  display: block;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #collection .grid-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#collection h1 {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.1;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  text-align: center;
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 700px) {
  #collection h1 {
    font-size: 2em;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  #collection h1 {
    font-size: 3.9vw;
    margin-bottom: 2em;
  }
}
#collection a:link,
#collection a:visited {
  transition: all 0.3s ease;
}
#collection a:link.the-eccentric-press,
#collection a:visited.the-eccentric-press {
  border-bottom: 1px solid #ff5d20;
}
#collection a:link.the-eccentric-press:hover,
#collection a:visited.the-eccentric-press:hover,
#collection a:link.the-eccentric-press:focus,
#collection a:visited.the-eccentric-press:focus {
  color: #ff5d20;
}
#collection a:link.factitious-airs,
#collection a:visited.factitious-airs {
  border-bottom: 1px solid #b5c819;
}
#collection a:link.factitious-airs:hover,
#collection a:visited.factitious-airs:hover,
#collection a:link.factitious-airs:focus,
#collection a:visited.factitious-airs:focus {
  color: #b5c819;
}
#collection a:link.thames,
#collection a:visited.thames {
  border-bottom: 1px solid #a0aaaa;
}
#collection a:link.thames:hover,
#collection a:visited.thames:hover,
#collection a:link.thames:focus,
#collection a:visited.thames:focus {
  color: #a0aaaa;
}
#collection a:link.huellas-entreveradas,
#collection a:visited.huellas-entreveradas {
  border-bottom: 1px solid #cc890d;
}
#collection a:link.huellas-entreveradas:hover,
#collection a:visited.huellas-entreveradas:hover,
#collection a:link.huellas-entreveradas:focus,
#collection a:visited.huellas-entreveradas:focus {
  color: #cc890d;
}
#collection a:link.souvenirs-caches-innermost,
#collection a:visited.souvenirs-caches-innermost {
  border-bottom: 1px solid #008afb;
}
#collection a:link.souvenirs-caches-innermost:hover,
#collection a:visited.souvenirs-caches-innermost:hover,
#collection a:link.souvenirs-caches-innermost:focus,
#collection a:visited.souvenirs-caches-innermost:focus {
  color: #008afb;
}
#collection #covers-and-buy {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 1em;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #collection #covers-and-buy {
    width: 54%;
  }
}
#collection #covers-and-buy #covers {
  margin: 3em 0;
  height: 60vw;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #collection #covers-and-buy #covers {
    margin: 0;
    height: auto;
  }
}
#collection #covers-and-buy img {
  width: 55%;
  max-width: 24em;
  position: absolute;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #collection #covers-and-buy img {
    width: 90%;
  }
}
#collection #covers-and-buy img#factitious-airs {
  position: relative;
  top: 0;
  left: 0;
}
#collection #covers-and-buy img#the-eccentric-press {
  top: 1em;
  left: 11.25%;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #collection #covers-and-buy img#the-eccentric-press {
    top: 10%;
    left: 0;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1800px) {
  #collection #covers-and-buy img#the-eccentric-press {
    left: 7.5%;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 2300px) {
  #collection #covers-and-buy img#the-eccentric-press {
    left: 11.25%;
  }
}
#collection #covers-and-buy img#thames {
  top: 2em;
  left: 22.5%;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #collection #covers-and-buy img#thames {
    top: 20%;
    left: 0;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1800px) {
  #collection #covers-and-buy img#thames {
    left: 15%;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 2300px) {
  #collection #covers-and-buy img#thames {
    left: 22.5%;
  }
}
#collection #covers-and-buy img#huellas-entreveradas {
  top: 3em;
  left: 33.75%;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #collection #covers-and-buy img#huellas-entreveradas {
    top: 30%;
    left: 0;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1800px) {
  #collection #covers-and-buy img#huellas-entreveradas {
    left: 22.5%;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 2300px) {
  #collection #covers-and-buy img#huellas-entreveradas {
    left: 33.75%;
  }
}
#collection #covers-and-buy img#souvenirs-caches-innermost {
  top: 4em;
  left: 45%;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #collection #covers-and-buy img#souvenirs-caches-innermost {
    top: 40%;
    left: 0;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1800px) {
  #collection #covers-and-buy img#souvenirs-caches-innermost {
    left: 30%;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 2300px) {
  #collection #covers-and-buy img#souvenirs-caches-innermost {
    left: 45%;
  }
}
#collection #blurb {
  width: 100%;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #collection #blurb {
    width: 41%;
  }
}
#collection #blurb p:last-of-type {
  margin-bottom: 0;
}
#collection button {
  background: #008afb;
  margin-bottom: 0.4em;
  transition: all 0.3s ease;
}
#collection button:hover,
#collection button:focus {
  background: #ff7359;
  transform: scale(1.05);
}
#collection p.small {
  font-size: 0.8em;
  color: rgba(30,20,30,0.5);
  margin-top: -0.2em;
}
#collection footer {
  background: rgba(30,20,30,0.05);
}
.album-page#ps004-ps005 {
  background: #1e141e;
}
.album-page#ps004-ps005 ::-moz-selection {
  background: rgba(140,130,140,0.4);
}
.album-page#ps004-ps005 ::selection {
  background: rgba(140,130,140,0.4);
}
.album-page#ps004-ps005 #logo .segment {
  fill: #8c828c;
}
.album-page#ps004-ps005 nav {
  transition: all 0.3s ease;
}
.album-page#ps004-ps005 nav a:link,
.album-page#ps004-ps005 nav a:visited {
  border-bottom: none;
}
.album-page#ps004-ps005 nav a:hover,
.album-page#ps004-ps005 nav a:focus {
  color: #8c828c;
}
.album-page#ps004-ps005 a:link,
.album-page#ps004-ps005 a:visited {
  border-bottom: 1px solid #8c828c;
}
.album-page#ps004-ps005 a:hover,
.album-page#ps004-ps005 a:focus {
  color: #8c828c;
}
.album-page#ps004-ps005 h1 .artist,
.album-page#ps004-ps005 h1 .title,
.album-page#ps004-ps005 h1 .subtitle {
  display: block;
}
.album-page#ps004-ps005 h1 .artist {
  color: #8c828c;
}
.album-page#ps004-ps005 h1 .subtitle {
  font-size: 0.5em;
  line-height: 140%;
}
.album-page#ps004-ps005 #ps004 {
  position: absolute;
  top: 100px;
  left: 0;
}
.album-page#ps004-ps005 #scroll-to-buy-button {
  background: #f1e4d0;
  color: #1e141e;
}
.album-page#ps004-ps005 #buy-desktop {
  margin-top: 10%;
}
.album-page#ps004-ps005 .buy-album {
  background: #fafafa;
  color: #1e141e;
}
.album-page#ps004-ps005 .buy-album:hover,
.album-page#ps004-ps005 .buy-albumfocus {
  background: #fafafa;
}
.album-page#ps004-ps005 .buy-album .description {
  color: #8c828c;
}
.album-page#ps004-ps005 .buy-album .vinyl:hover,
.album-page#ps004-ps005 .buy-album .download:hover,
.album-page#ps004-ps005 .buy-album .vinyl:focus,
.album-page#ps004-ps005 .buy-album .download:focus {
  background: #dcd7dc;
}
.album-page#ps004-ps005 .buy a:hover,
.album-page#ps004-ps005 .buy a:focus {
  color: inherit;
}
.album-page#ps004-ps005 .buy h3,
.album-page#ps004-ps005 .buy a {
  border-bottom: none;
}
.album-page#ps004-ps005 .mono {
  color: #8c828c;
}
.album-page#ps004-ps005 .cover {
  box-shadow: 0 0 0.5em rgba(30,20,30,0.1), 0 0 40em 1em rgba(30,20,30,0.2);
}
.album-page#ps004-ps005 #track-listing dt {
  border-bottom: 1px solid #8c828c;
}
.album-page#ps004-ps005 #track-listing dt.expanded {
  border-bottom: none;
}
.album-page#ps004-ps005 #track-listing dt:hover,
.album-page#ps004-ps005 #track-listing dt:focus {
  background: rgba(140,130,140,0.1);
}
.album-page#ps004-ps005 #track-listing dt:hover:before,
.album-page#ps004-ps005 #track-listing dt:focus:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115.2 153.4'><style type='text/css'>.play-icon{fill:rgb(130,240,255);}</style><path class='play-icon' d='M112.1 74.7L3.9 2.6C2.2 1.5 0 2.7 0 4.7v144.1c0 2 2.2 3.2 3.9 2.1l108.2-72c1.5-1.1 1.5-3.3 0-4.2z'/></svg>");
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.2em;
}
.album-page#ps004-ps005 #track-listing dt.playing {
  background: rgba(140,130,140,0.2);
}
.album-page#ps004-ps005 #track-listing dt.playing:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #8c828c;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
}
.album-page#ps004-ps005 #track-listing dd {
  color: #8c828c;
  border-bottom: 1px solid #8c828c;
}
.album-page#ps004-ps005 #track-listing dd:last-of-type {
  border-bottom: none;
}
.album-page#ps004-ps005 #track-listing .play {
  color: #8c828c;
}
.album-page#ps004-ps005 #track-listing .play-icon {
  fill: #8c828c;
}
.album-page#ps004-ps005 .newsletter input[type="submit"] {
  background: #8c828c !important;
  color: #1e141e !important;
  border: 1px solid #8c828c !important;
}
.album-page#ps004-ps005 footer .grid-area {
  border-top: 4px solid #8c828c;
}
#download #logo .segment {
  fill: #008afb;
}
#download .grid-area {
  display: block;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #download .grid-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#download #intro {
  width: 100%;
  text-align: center;
}
#download h1 {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.1;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-family: 'Fugue Regular', 'Fugue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 700px) {
  #download h1 {
    font-size: 2em;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #download h1 {
    font-size: 3.9vw;
  }
}
#download p {
  margin-bottom: 0;
}
#download p.small {
  font-size: 0.6em;
  line-height: 1.4;
  color: rgba(30,20,30,0.4);
  font-family: 'Fugue Mono', 'FugueMono', monospace;
  margin-top: 0.4em;
}
#download #albums {
  display: block;
  margin-top: 3em;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #download #albums {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#download .album {
  width: 100%;
  max-width: 24em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}
@media (min-aspect-ratio: 1/1) and (min-width: 900px) {
  #download .album {
    margin: 1.5em;
    margin-bottom: 2em;
    width: 40%;
  }
}
@media (min-aspect-ratio: 3/2) and (min-width: 900px) {
  #download .album {
    margin: 2vw;
    margin-bottom: 3em;
    width: 28%;
  }
}
#download .cover {
  position: relative;
  max-width: 70vh;
}
#download .cover a:link,
#download .cover a:visited {
  border-bottom: none;
}
#download .cover .button {
  position: absolute;
  right: -1em;
  bottom: -0.5em;
  color: #fafafa;
  transition: all 0.3s ease;
}
#download .cover .button:hover,
#download .cover .button:focus {
  transform: scale(1.1);
  color: #fafafa;
  border-bottom: none;
}
#download #the-eccentric-press a.button {
  background: #ff5d20;
}
#download #the-eccentric-press a.button:hover,
#download #the-eccentric-press a.button:focus {
  background: #ff4803;
}
#download #factitious-airs a.button {
  background: #b5c819;
}
#download #factitious-airs a.button:hover,
#download #factitious-airs a.button:focus {
  background: #a3b416;
}
#download #thames a.button {
  background: #a0aaaa;
}
#download #thames a.button:hover,
#download #thames a.button:focus {
  background: #8f9a9a;
}
#download #huellas-entreveradas a.button {
  background: #fce840;
  color: #1e141e;
}
#download #huellas-entreveradas a.button:hover,
#download #huellas-entreveradas a.button:focus {
  background: #fce421;
}
#download #souvenirs-caches-innermost a.button {
  background: #82f0ff;
  color: #1e141e;
}
#download #souvenirs-caches-innermost a.button:hover,
#download #souvenirs-caches-innermost a.button:focus {
  background: #5bebff;
}
#download #heterotopia a:link,
#download #heterotopia a:visited {
  color: #9e85e1;
}
#download #heterotopia a.button {
  background: #9e85e1;
  color: #1e141e;
}
#download #heterotopia a.button:hover,
#download #heterotopia a.button:focus {
  background: #8768da;
}
#download button {
  background: #008afb;
  margin-bottom: 0.4em;
  transition: all 0.3s ease;
}
#download button:hover,
#download button:focus {
  background: #1696ff;
  transform: scale(1.05);
}
#download footer {
  background: rgba(30,20,30,0.05);
}
#bandcamp {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 1em;
  right: 1em;
  background: rgba(250,250,250,0.98);
  color: #1e141e;
  font-size: 0.6em;
  border: 1px solid rgba(30,20,30,0.2);
  border-radius: 5px;
  z-index: 999;
  transition: background 0.2s;
}
#bandcamp:hover,
#bandcamp:active {
  background: #fce840;
}
#bandcamp.closed {
  display: none;
}
@media only screen and (max-width: 400px) {
  #bandcamp {
    width: 90%;
    right: 50% 5%;
  }
}
#bandcamp #bandcamp-follow {
  padding: 0.3em 1em;
  padding-right: 0.5em;
}
#bandcamp #bandcamp-close {
  font-size: 1.4em;
  line-height: 1.2em;
  padding: 0.3em 0.7em;
  transition: background 0.2s;
}
#bandcamp #bandcamp-close:hover,
#bandcamp #bandcamp-close:active {
  background: rgba(30,20,30,0.1);
}
