@charset "UTF-8";
@font-face {
  font-family: "Eskapade Fraktur";
  src: url("/font/EskapadeFraktur.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Eskapade Fraktur";
  src: url("/font/EskapadeFraktur-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-Regular.otf.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-It.otf.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-Medium.otf.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-MediumIt.otf.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-Light.otf.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/font/SourceSansPro-LightIt.otf.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
/*
@font-face {
    font-family: "Source Sans Pro";
    src: url("/font/SourceSansPro-ExtraLight.otf.woff") format('woff');
    font-weight: 100;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/font/SourceSansPro-ExtraLightIt.otf.woff") format('woff');
    font-weight: 100;
    font-style: italic;
}
*/
/* overall */
::-moz-selection {
  background: rgba(0, 0, 0, 0.15);
}

::selection {
  background: rgba(0, 0, 0, 0.15);
}

*, *: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: #18060d;
  background-color: #e23d28;
}

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

/* structure */
outer-page {
  position: relative;
  display: block;
  margin: 2rem 2rem 2rem 2rem;
  background-color: #fcfcfc;
  min-height: 640px;
  border-radius: 0.5rem;
  box-shadow: 0 1rem rgba(24, 6, 13, 0.25);
}

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: 2rem;
  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(24, 6, 13, 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: 6rem;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: -0.05rem;
  color: #e23d28;
}
h1 a {
  color: #e23d28;
  text-decoration: none;
  background-image: none !important;
}
h1 a:link, h1 a:visited {
  color: #e23d28;
}
h1 a:active, h1 a:hover {
  color: rgba(0, 0, 0, 0.15);
}

h2 {
  font-family: "Source Sans Pro", Arial,sans-serif;
  line-height: 4rem;
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: -0.01625rem;
  background: transparent;
  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;
}

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

a {
  text-decoration: none;
  background-image: linear-gradient(#fcfcfc 93%, rgba(24, 6, 13, 0.25) 93%);
  cursor: pointer;
}
a:link {
  color: #18060d;
}
a:visited {
  color: #18060d;
}
a:hover {
  color: #e23d28;
  background-image: linear-gradient(#fcfcfc 93%, #e23d28 93%);
}
a:active {
  color: #e23d28;
}
a.img {
  background-image: none;
}
a.img:link, a.img:visited, a.img:hover, a.img:active {
  background-image: none;
}
a.footnote {
  color: rgba(24, 6, 13, 0.25);
  margin-right: 2px;
  margin-left: 2px;
}
a.footnote:hover {
  color: #e23d28;
}

nav > a:link, nav > a:visited {
  color: rgba(24, 6, 13, 0.25);
  background-image: none;
}
nav > a:active, nav > a:hover {
  color: #e23d28;
}

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: #e23d28;
  -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;
}

blockquote {
  position: relative;
  background: #f0f0f0;
  color: #111;
  margin: 0 0 2rem 0;
  padding: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
blockquote p:last-child {
  margin: 0 0 0 0;
}

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

hr {
  margin: 0 0 0 0;
  width: 100%;
  height: 2rem;
  border: none;
  background-image: linear-gradient(rgba(24, 6, 13, 0.25) 0%, rgba(24, 6, 13, 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 0 2rem;
  padding: 0 0 0 0;
  counter-increment: olcounter;
  text-indent: -2rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
ol li:before {
  color: #e23d28;
  padding-right: 0.8rem;
  content: counter(olcounter) ".";
}
ol li p {
  display: inline;
}

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;
  background-color: #e5513e;
  color: #fcfcfc;
}
ul.tour li .tourstop {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
ul li {
  position: relative;
  margin: 0 0 0 2rem;
  text-indent: -1rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
ul li:before {
  color: #e23d28;
  display: inline-block;
  padding-right: 1rem;
  content: "\2022";
  /* "\00D7" † ‡ \2022 */
  font-weight: 400;
  font-size: 1.5rem;
}

/* 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";
}

code {
  font-size: 0.8em;
  color: #111;
  background-color: #f0f0f0;
}

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 {
  max-width: 100%;
  width: 100%;
}
.email-signup .input-field {
  display: inline-block;
  text-align: center;
  width: 79%;
  height: 6rem;
  margin: 0 0 2rem 0;
  padding: 0 2rem 0 2rem;
  border: 1px solid rgba(24, 6, 13, 0.25);
  line-height: 6rem;
  font-size: 3rem;
  font-family: "Eskapade Fraktur", serif;
  color: #18060d;
  background-color: #fff;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -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 {
  float: right;
  display: inline-block;
  font-family: "Source Sans Pro", serif;
  line-height: 6rem;
  font-size: 3rem;
  color: #fff;
  width: 20%;
  height: 6rem;
  margin: 0 0 24px 0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e23d28;
  background-color: #e23d28;
  opacity: 0.5;
  -webkit-appearance: none;
  cursor: pointer;
}

body.email-splash {
  margin: 0;
  padding: 2rem;
  background-color: #18060d;
  height: 100%;
  min-height: 100%;
}

.wf-loading .email-splash-text {
  opacity: 0.0001;
}

.wf-active .email-splash-text {
  opacity: 1.0;
}

.email-splash-text {
  color: #e23d28;
  z-index: 9999;
  display: block;
  margin: 2rem auto 2rem auto;
  text-align: center;
  letter-spacing: -1rem;
  line-height: 30rem;
  font-size: 30rem;
  font-family: "Eskapade Fraktur",serif;
  -webkit-transition: opacity 0.01s ease;
  -moz-transition: opacity 0.01s ease;
  transition: opacity 0.01s ease;
}

.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%, #e23d28 93%);
}
.email-splash-subtext a:hover, .email-splash-subtext a:active {
  color: #e23d28;
  background-image: linear-gradient(transparent 93%, #e23d28 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 (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 .input-field {
    display: block;
    margin: 0 0 2rem 0;
    width: 100%;
  }
  .email-signup .submit-button {
    float: none;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 10.5px;
  }

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

  h1 {
    font-size: 6rem;
  }

  h2 {
    line-height: 2.75rem;
    font-size: 2rem;
  }

  p {
    font-size: 1.5rem;
  }

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

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

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

  .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: 80%;
  }

  .email-primes .email-splash-text {
    margin: 24px auto 48px auto;
    font-size: 16rem;
    line-height: 16rem;
  }
  .email-primes .email-splash-subtext {
    text-align: center;
  }

  .email-alas .email-splash-text {
    margin: 24px auto 0 auto;
    font-size: 12rem;
    line-height: 12rem;
  }
}
@media only screen and (max-width: 349px) {
  .email-splash-text {
    letter-spacing: -0.5rem;
    font-size: 20rem;
    /* was 16 */
    line-height: 20rem;
    /* was 16 */
  }
}
