
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;
}
ol, 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;
}

html {
  font-size: 14px;
}

@media (min-width: 1000px) {
  html {
    font-size: 20px;
  }
}

body {
  margin: 0;
  background: #191B5C;
  color: #ea41e7;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  color: inherit;
}

section, header, footer {
  margin: 2rem 0;
  width: 25rem;
}

@media (min-width: 600px) {
  section, header, footer {
    width: 38rem;
  }
}

@media (min-width: 1000px) {
  section, header, footer {
    width: 40rem;
  }
}

header, footer {
  margin: 2rem 0;
  text-align: center;
}

footer {
  opacity: 0.5;
}

header > * {
  margin-bottom: 2rem;
}

h1 img {
  width: 20rem;
}

.social-links li {
  display: inline; 
  opacity: 0.5;
  font-size: 1.5em;
  padding: 0 0.5rem;
}

.social-links li:hover {
  color: white; 
}

.logo {
  margin-top: 4rem; 
}

.logo img {
  width: 20rem;
  height: 20rem;
}

h2 {
  margin: 1rem 0 2rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h2:before {
  content: '// ';
}

.bandcamp-container, .video-container {
  display: flex;
  justify-content: center;
}

.bandcamp-player iframe {
  width: 20rem;
  height: 20rem;
}

.video-player {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.narrative  {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  padding: 0 1rem;
}

.divider {
  font-style: normal;
  text-align: center;
}

.divider:after {
  content: '◒';
}

.narrative p {
  width: 100%;
  margin: 0.5rem 0;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

hr {
  content: '◒';
}

