@font-face {
    font-family: 'Fira Mono';
    src:    url('FiraMono-Regular.eot');
    src:    url('FiraMono-Regular.eot?#iefix') format('embedded-opentype'),
            url('FiraMono-Regular.woff') format('woff'),
            url('FiraMono-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mazius Display';
    src:    url('MaziusDisplay-Regular.eot');
    src:    url('MaziusDisplay-Regular.eot?#iefix') format('embedded-opentype'),
            url('MaziusDisplay-Regular.woff') format('woff'),
            url('MaziusDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.newsreader- {
  font-family: "Newsreader", serif;
  font-weight: 300;
  font-style: normal;
}

*, *:before, *:after { box-sizing: border-box; }

body {
  line-height: 1.2;
  font-family: "Newsreader", serif;
}

p {
  line-height: 1.2;
  font-family: "Newsreader", serif;
  font-size: 14pt;
}

img {
  max-width: 100%;
}

h1, h2, h3 {
  margin-top: 0;
  font-family: 'Mazius Display';
}

nav a.button {
    padding: 0.5em 1em 0.4em;
}

a.button {
  font-family: 'Fira Mono';
  font-size: 10pt;
  display: inline-block;
  background: white;
  color: black;
  border: 1px solid #d1d1d1;
  text-decoration: none;
  padding: 0.6em 1em;
  border-radius: 0.2em;
  margin: 0 0.2em 0.75em;
}

/* a.txt {
  transition: background 0.25s ease-out;
} */

a.button:hover,
a.button.current {
  background: #f0f0f0;
}


@media only screen and (max-width: 800px) {
    a.merch-button {
        position: relative;
        margin-bottom: 4em;
        right: auto;
        top: auto;
        /* width: 65px;
        height: 65px;
        right: 0.45em;
        top: 0.5em; */
    }
    a.merch-button::after {
        /* content: ""; */
    }
}

button.button.special {
  color: #000;
  background: #f0f0f0;
  /* border: 0; */
  position: relative;
  padding: 0.5em 1em 0.4em;
  font-size: 2em;
  border-radius: 0.2em;
  border: 1px solid #d1d1d1;
  cursor: pointer;
  font-family: serif;
}

button.button.special::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 20px;
  border-radius: 4vw;
  width: calc(100% - 40px);
  height: 23px;
  filter: blur(5px);
  background: rgba(0, 0, 0, 0) linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0)) repeat scroll 0% 0%;
}

button.button.meta {
  font-family: monospace;
  padding: 0.5em 0.8em;
  border-radius: 0;
  margin: 0;
}

select {
    padding: 0.25em;
}

code {
  font-family: "Fira Mono", monospace;
  background: #f0f0f0;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  color: #656565;
  font-size: 0.8em;
  vertical-align: 1px;
  padding: 0.2em;
}

audio {
  width: 100%;
}

footer {
  margin-top: 3em;
  font-size: 0.8em;
  font-family: "Newsreader", serif;
}
