@charset "UTF-8";
:root {
  --spot-color-hue: 20;
  --spot-color-comp-hue: calc(var(--spot-color-hue) - 180);
  --spot-color: hsl(var(--spot-color-hue), 100%, 47.5%);
  --spot-color-banner: hsl(var(--spot-color-hue), 100%, 11.875%);
  --spot-color-comp: hsl(var(--spot-color-comp-hue), 100%, 47.5%);
  --spot-color-light: hsl(var(--spot-color-comp-hue), 25%, 95%);
  --spot-color-medium: hsl(var(--spot-color-comp-hue), 50%, 23.75%);
  --spot-color-dark: hsl(var(--spot-color-comp-hue), 100%, 11.875%);
  --fade-time: 0.0s;
}

@font-face {
  font-family: "Eskapade Fraktur";
  src: url("/font/EskapadeFraktur.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Eskapade Fraktur";
  src: url("/font/EskapadeFraktur-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-Regular.otf.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-It.otf.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-Semibold.otf.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-SemiboldIt.otf.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-Light.otf.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-LightIt.otf.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}
/* overall */
::-moz-selection {
  background: var(--spot-color);
}

::selection {
  background: var(--spot-color);
}

*, *:before, *:after {
  box-sizing: inherit;
  text-rendering: optimizelegibility;
}

html {
  font-size: 12px;
  box-sizing: border-box;
  min-height: 100%;
  /* so min-height works in outer-page */
}

body {
  position: relative;
  overflow: scroll;
  min-height: 100%;
  /* so min-height works in outer-page */
  height: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 2rem;
  font-size: 12px;
  color: #030303;
  background-color: var(--spot-color);
}

/* basics */
strong {
  font-weight: 600;
}

b {
  font-weight: 600;
}

/* structure */
banner {
  position: relative;
  display: flex;
  height: 4rem;
  background-color: var(--spot-color-banner);
  align-items: middle;
  justify-content: center;
}
banner h2 {
  color: var(--spot-color-light);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 4rem;
  font-weight: 400;
}
banner h2 .underline {
  background-image: linear-gradient(transparent 93%, var(--spot-color-light) 93%);
}
banner h2:hover .underline {
  color: var(--spot-color);
  background-image: linear-gradient(transparent 93%, var(--spot-color) 93%);
}

outer-page {
  position: relative;
  display: block;
  margin: 2rem 2rem 2rem 2rem;
  background-color: #fcfcfc;
  min-height: 640px;
  border-radius: 0.5rem;
}

inner-page {
  position: relative;
  display: block;
  margin: auto;
  max-width: 640px;
  padding: 2rem 2rem 2rem;
}

nav {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 4rem;
  font-size: 1.85rem;
}
nav .nav-button {
  display: inline-block;
  margin: 0 2rem 0 0;
  -moz-font-feature-settings: "c2sc","smcp";
  -webkit-font-feature-settings: "c2sc","smcp";
  font-feature-settings: "c2sc","smcp";
}
nav .nav-button:last-child {
  margin: 0;
}

.stamp {
  text-align: center;
  margin: 0 auto 0 auto;
  line-height: 4rem;
  font-size: 1.85rem;
  -moz-font-feature-settings: "c2sc","smcp";
  -webkit-font-feature-settings: "c2sc","smcp";
  font-feature-settings: "c2sc","smcp";
  color: rgba(3, 3, 3, 0.25);
}

content {
  position: relative;
  display: block;
  margin: 0 0 0 0;
}
content:last-child {
  margin-bottom: 0;
}

/* elements */
h1 {
  display: block;
  margin: 2rem 0 2rem 0;
  padding: 0 0 0 0;
  font-family: "Eskapade Fraktur", serif;
  -webkit-font-feature-settings: "liga","dlig","lnum";
  -moz-font-feature-settings: "liga","dlig","lnum";
  -ms-font-feature-settings: "liga","dlig","lnum";
  font-feature-settings: "liga","dlig","lnum";
  text-align: center;
  line-height: 8rem;
  font-size: 6.890625rem;
  font-weight: normal;
  letter-spacing: -0.0625rem;
  color: var(--spot-color);
}
h1 a {
  color: rgba(3, 3, 3, 0.25) !important;
  text-shadow: none !important;
  text-decoration: none;
  background-image: none !important;
}
h1 a:active, h1 a:hover {
  color: var(--spot-color) !important;
}

h2 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 4rem;
  font-size: 2.625rem;
  text-align: left;
  text-justify: auto;
  font-weight: 200;
  letter-spacing: -0.01625rem;
  background: transparent;
  -webkit-hyphenate-limit-after: 4;
  -webkit-hyphenate-limit-before: 2;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0 0 2rem 0;
  padding: 0 0 0 0;
}
h2.highlight {
  font-weight: 400;
}
h2 .source {
  font-size: 1.5rem;
  font-style: italic;
  opacity: 0.5;
  white-space: nowrap;
}
h2 p {
  font-weight: 400;
  font-style: italic;
  text-align: left;
  max-width: 100%;
  color: rgba(3, 3, 3, 0.75);
}
h2 p i {
  font-style: normal;
}

h3 {
  line-height: 4rem;
  font-size: 3rem;
  font-weight: 200;
}

a {
  text-decoration: none;
  background-image: linear-gradient(#fcfcfc 93%, rgba(3, 3, 3, 0.25) 93%);
  cursor: pointer;
}
a:link {
  color: #030303;
}
a:visited {
  color: #030303;
}
a:hover {
  color: var(--spot-color);
  background-image: linear-gradient(#fcfcfc 93%, var(--spot-color) 93%);
}
a:active {
  color: var(--spot-color);
  background-image: linear-gradient(#fcfcfc 93%, var(--spot-color) 93%);
}
a.img {
  background-image: none;
}
a.img:link, a.img:visited, a.img:hover, a.img:active {
  background-image: none;
}
a.footnote {
  color: rgba(3, 3, 3, 0.25);
  margin-right: 2px;
  margin-left: 2px;
}
a.footnote:hover {
  color: var(--spot-color);
}

nav > a:link, nav > a:visited {
  color: rgba(3, 3, 3, 0.25);
  background-image: none;
}
nav > a:active, nav > a:hover {
  color: var(--spot-color);
}

p {
  line-height: 2rem;
  font-size: 1.5rem;
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0 0 0 0;
  -webkit-hyphenate-limit-after: 4;
  -webkit-hyphenate-limit-before: 2;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}
p.spacetime {
  color: var(--spot-color);
  -moz-font-feature-settings: "c2sc","smcp";
  -webkit-font-feature-settings: "c2sc","smcp";
  font-feature-settings: "c2sc","smcp";
}
p.rss {
  -moz-font-feature-settings: "c2sc","smcp";
  -webkit-font-feature-settings: "c2sc","smcp";
  font-feature-settings: "c2sc","smcp";
}
p.bigger {
  font-size: 2rem;
  font-weight: 200;
}
p.caption {
  margin-top: -2rem;
  /* LOVE IT */
  padding-top: 0;
  text-align: right;
  font-size: 1.25rem;
}

blockquote {
  position: relative;
  background: var(--spot-color-light);
  color: var(--spot-color-dark);
  margin: 0 0 2rem 0;
  padding: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
blockquote p:last-child {
  margin: 0 0 0 0;
}

p.mug {
  background-color: hsl(var(--spot-color-hue), 50%, 95%);
}
p.mug img {
  mix-blend-mode: multiply;
}

div.series-nav {
  background-color: var(--spot-color-light);
  color: var(--spot-color-dark);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 1rem;
}
div.series-nav a, div.series-nav a:link, div.series-nav a:visited {
  color: var(--spot-color-dark);
  background-image: linear-gradient(var(--spot-color-light) 93%, var(--spot-color-dark) 93%);
}
div.series-nav a:hover, div.series-nav a:active {
  color: var(--spot-color);
  background-image: linear-gradient(var(--spot-color-light) 93%, var(--spot-color) 93%);
}
div.series-nav ol {
  margin-bottom: 0;
}

img {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  border-radius: 0.25rem;
}

.youTubeWrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.youTubeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

lite-youtube {
  margin: 0 0 2rem 0;
}

hr {
  margin: 0 0 0 0;
  width: 100%;
  height: 2rem;
  border: none;
  background-image: linear-gradient(rgba(3, 3, 3, 0.25) 0%, rgba(3, 3, 3, 0.25) 5%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 100%);
}

ol {
  position: relative;
  display: inline-block;
  margin: 0 0 2rem 0;
  padding: 0 0 0 0;
  list-style-type: none;
  counter-reset: olcounter;
  line-height: 2rem;
  font-size: 1.5rem;
}
ol.more-space li {
  margin: 0 0 2rem 2rem;
}
ol.more-space li:last-child {
  margin: 0 0 0 2rem;
}
ol li {
  position: relative;
  margin: 0 0 2rem 2rem;
  padding: 0 0 0 0;
  counter-increment: olcounter;
  text-indent: -2rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li:before {
  color: var(--spot-color);
  padding-right: 0.5rem;
  content: counter(olcounter) ".";
}
ol li p {
  display: inline;
}

.standbys {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  margin: 0 -2rem 0 0;
}
.standbys a {
  flex-grow: 1;
  flex-basis: 18rem;
  position: relative;
  display: block;
  margin: 0 2rem 2rem 0;
  padding: 0;
  background-color: rgba(3, 3, 3, 0.125);
  background-image: none;
  border-radius: 0.125rem;
  text-align: center;
  min-height: 8rem;
  color: #030303;
  line-height: 8rem;
  font-size: 1.5rem;
}
.standbys a .underline {
  background-image: linear-gradient(transparent 93%, #030303 93%);
}
.standbys a:hover {
  background-color: rgba(3, 3, 3, 0.75);
}
.standbys a:hover .underline {
  background-image: linear-gradient(transparent 93%, #fcfcfc 93%);
  color: #fcfcfc;
}

ul {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
ul.more-space li {
  margin: 0 0 2rem 2rem;
}
ul.more-space li:last-child {
  margin: 0 0 0 2rem;
}
ul.tour li {
  margin: 0 0 6px 0;
  text-indent: 0;
}
ul.tour li:before {
  content: none;
}
ul.tour li:last-child {
  margin: 0 0 0 0;
}
ul.tour li .tourdate {
  text-align: center;
  display: inline-block;
  width: 3rem;
  margin-right: 6px;
  border-radius: 2px;
  color: #fcfcfc;
}
ul.tour li .tourstop {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
ul li {
  position: relative;
  margin: 0 0 2rem 2rem;
  text-indent: -1.2rem;
  /* so hacky */
  line-height: 2rem;
  font-size: 1.5rem;
}
ul li:before {
  color: var(--spot-color);
  display: inline-block;
  padding-right: 1.0rem;
  content: "\2022";
  /* "\00D7" † ‡ \2022 */
  font-weight: 400;
  font-size: 1.5rem;
}
ul li p {
  display: inline;
  margin: 0;
  padding: 0;
}

/* misc styles */
small {
  font-size: inherit;
  text-transform: uppercase;
  -moz-font-feature-settings: "c2sc","smcp";
  -webkit-font-feature-settings: "c2sc","smcp";
  font-feature-settings: "c2sc","smcp";
}

h2 small {
  -moz-font-feature-settings: "c2sc","smcp";
  -webkit-font-feature-settings: "c2sc","smcp";
  font-feature-settings: "c2sc","smcp";
}

code {
  font-family: "Menlo", monospace;
  font-size: 0.8em;
  color: #111;
  background-color: #f0f0f0;
}

.highlight code {
  font-size: 1.2em;
  background-color: transparent;
}

span.nobr {
  white-space: nowrap;
}

img.emoji {
  display: inline;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  vertical-align: text-bottom;
}

/* email signup stuff */
.email-signup {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
}
.email-signup .input-field {
  flex-grow: 1;
  text-align: center;
  height: 8rem;
  margin: 0 2rem 2rem 0;
  padding: 2px 2rem 0 2rem;
  border: 1px solid rgba(3, 3, 3, 0.25);
  line-height: 8rem;
  font-size: 3rem;
  font-family: "Eskapade Fraktur", serif;
  color: #030303;
  background-color: #fff;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -webkit-transition: -webkit-box-shadow 4s ease;
  -moz-transition: -moz-box-shadow 4s ease;
  transition: box-shadow 4s ease;
  -webkit-font-feature-settings: "liga","dlig";
  -moz-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig";
}
.email-signup .input-field-highlight {
  -webkit-box-shadow: 0 0 20px #ffcc33;
  -moz-box-shadow: 0 0 20px #ffcc33;
  box-shadow: 0 0 20px #ffcc33;
}
.email-signup .submit-button {
  flex-grow: 1;
  font-family: "Source Sans Pro", serif;
  line-height: 8rem;
  font-size: 3rem;
  color: #fff;
  height: 8rem;
  margin: 0 0 24px 0;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  border: none;
  background-color: rgba(3, 3, 3, 0.125);
  -webkit-appearance: none;
  cursor: pointer;
}

body.email-splash {
  display: flex;
  background-color: #030303;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 100vh;
  min-height: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.email-splash-text {
  color: var(--spot-color);
  z-index: 9999;
  display: block;
  text-align: center;
  letter-spacing: -1rem;
  font-size: 32rem;
  line-height: 32rem;
  font-size: 50vw;
  line-height: 50vw;
  margin-bottom: -4rem;
  margin-bottom: -5vw;
  font-family: "Eskapade Fraktur", serif;
}

.email-splash-subtext {
  display: block;
  margin: 0 auto 0 auto;
  width: 50%;
  color: #fcfcfc;
  text-align: center;
  letter-spacing: 0.03125rem;
  font-weight: 200;
  line-height: 2rem;
  font-size: 1.85rem;
}
.email-splash-subtext a {
  color: #fcfcfc;
}
.email-splash-subtext a:link, .email-splash-subtext a:visited {
  color: #fcfcfc;
  background-image: linear-gradient(transparent 93%, var(--spot-color) 93%);
}
.email-splash-subtext a:hover, .email-splash-subtext a:active {
  color: var(--spot-color);
  background-image: linear-gradient(transparent 93%, var(--spot-color) 93%);
}

.email-primes .email-splash-text {
  margin: 96px auto 48px auto;
  letter-spacing: -0.4rem;
  font-size: 32rem;
  line-height: 32rem;
}
.email-primes .email-splash-subtext {
  width: 50%;
}

.email-well-played .email-splash-text {
  margin: 4rem auto 4rem auto;
  letter-spacing: -0.4rem;
  line-height: 18rem;
  font-size: 24rem;
}
.email-well-played .email-splash-subtext {
  width: 50%;
}

@media only screen and (min-height: 800px) and (min-width: 1000px) {
  /* tall page, so, a little more headroom */
  outer-page {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .email-splash-text {
    font-size: 48rem;
    line-height: 48rem;
    margin-bottom: -4rem;
  }
}
@media only screen and (max-width: 899px) {
  /* narrow page so squish a little */
  outer-page {
    margin: 1rem 1rem 1rem 1rem;
  }

  /* tiny mod to email confirmation */
  .email-well-played .email-splash-text {
    margin: 2rem auto 2rem auto;
    letter-spacing: -0.4rem;
    font-size: 16rem;
    line-height: 12rem;
  }

  /* and stack the email signup stuff instead of putting side by side */
  .email-signup {
    flex-wrap: wrap;
  }
  .email-signup .input-field {
    margin: 0 0 2rem 0;
    width: 100%;
  }
  .email-signup .submit-button {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 11px;
  }

  outer-page {
    margin: 0.25rem 0.25rem 0.25rem 0.25em;
  }

  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }

  h2 {
    line-height: 3rem;
    font-size: 2.25rem;
    font-weight: 200;
  }

  p {
    font-size: 1.5rem;
  }

  nav {
    line-height: 2rem;
  }

  li {
    font-size: 1.5rem !important;
  }

  .email-splash-container {
    margin-top: -8rem;
  }

  .email-splash-text {
    letter-spacing: -0.5rem;
    font-size: 24rem;
    line-height: 24rem;
  }

  .email-splash-subtext {
    width: 50%;
  }

  .email-well-played .email-splash-text {
    margin: 2rem auto 2rem auto;
    font-size: 10rem;
    line-height: 10rem;
  }
  .email-well-played .email-splash-subtext {
    text-align: center;
    width: 50%;
  }

  .email-primes .email-splash-text {
    margin: 24px auto 48px auto;
    font-size: 16rem;
    line-height: 16rem;
  }
  .email-primes .email-splash-subtext {
    text-align: center;
  }
}
hr.dagger {
  border: none;
  background-image: none;
  margin-bottom: 2rem;
}

hr.dagger:before {
  display: block;
  margin: 0 auto 0 auto;
  width: 4rem;
  height: 4rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  color: var(--spot-color);
  font-weight: 600;
  text-align: center;
  content: '‡';
}

div.email-meta {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
div.email-meta p {
  color: rgba(3, 3, 3, 0.25);
  margin-bottom: 0;
}
div.email-meta p label {
  display: inline-block;
  width: 4rem;
  text-align: right;
  text-transform: uppercase;
  -moz-font-feature-settings: "c2sc","smcp";
  -webkit-font-feature-settings: "c2sc","smcp";
  font-feature-settings: "c2sc","smcp";
}

@media only screen and (max-width: 399px) {
  html {
    font-size: 9px;
  }
}
