/* =========================================================
   RESET / ROOT
   ========================================================= */

html,
body {
  min-height: 100vh;
  margin: 0;
  background: #000;
  color: #c8c8c8;
}

body {
  display: flex;
  flex-direction: column;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

main {
  flex: 1;
  max-width: 720px;
  margin: 12vh auto 0;
  padding: 96px 24px 88px;
  line-height: 1.55;
}

footer {
  margin-top: auto;
  padding-bottom: 0.75rem;
}

.disclaimer {
  font-size: 0.7rem;
  opacity: 0.35;
  margin-left: 0.5rem;
}

/* =========================================================
   LINKS
   ========================================================= */

a,
a:visited {
  color: #bbb;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

/* =========================================================
   TEXT HELPERS
   Small labels, notes, muted descriptions
   ========================================================= */

.small {
  opacity: 0.85;
  font-size: 0.95em;
  color: #6e6e6e;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

pre {
  margin: 0 0 18px;
  white-space: pre-wrap;
}

/* =========================================================
   IMAGE BLOCKS
   Used for pages with a main visual and supporting note
   ========================================================= */

.main-image {
  display: block;
  max-width: 720px;
  width: 100%;
  height: auto;
  margin: 72px auto 48px;
  opacity: 0.95;
}

.image-note {
  margin: 0 0 20px;
  color: #a8a8a8;
  font-size: 0.95em;
}

/* =========================================================
   room - radio time display
   ========================================================= */

#log {
  position: fixed;
  right: 20px;
  top: 40px;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.4;
}

/* =========================================================
   between - Between - Pink / Blue
   ========================================================= */

.title {
  font-size: 0.95rem;
  opacity: 0.75;
  margin: 0 0 1.3rem 0;
}

.title + p,
.title + p + p,
.title + p + p + p {
  font-size: 1rem;
  line-height: 2;
  margin: 0 0 0.8rem 0;
}

/* =========================================================
   signal - language-layer
   ========================================================= */

.signal + p {
  line-height: 1.8;
}
