* {
  margin: 0;
  padding: 0;
  border: 0;
  background: none; }

html {
  font-size: 10px; }

body {
  position: relative;
  max-width: 90ex;
  padding: 1ex;
  margin: 8rem auto;
  font: 400 2.1rem/1.4 "Spectral", serif; }

p, ul {
  margin-bottom: 1.5em; }

header + p {
  margin: 0; }

li {
  margin-bottom: 0.5em; }
  @media only screen and (max-width: 880px) {
    li {
      width: 93.333%;
      margin: 0 auto 0.5em; } }

a:link,
a:visited {
  color: #269cb9;
  text-decoration: none;
  border-bottom: 0.3rem solid rgba(38, 155, 185, 0.1);
  line-height: 0.8;
  display: inline-block;
  transition: border .15s, box-shadow .2s; }

a:hover,
a:active,
a:focus {
  border-bottom: 0.3rem solid #25adc5;
  transition: border .3s, box-shadow .2s; }

.author {
  display: none; }

.logo:link {
  position: absolute;
  top: -6rem;
  left: 0;
  margin-bottom: 1em;
  opacity: .75;
  width: 100%;
  text-align: center;
  border: none;
  padding: .2em 0; }
  .logo:link img {
    width: 64px; }
  .logo:link:hover {
    border: none;
    background: #eee; }

.twitter-figure {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1.5em; }
  @media only screen and (max-width: 500px) {
    .twitter-figure {
      display: block; } }

.twitter-tweet {
  width: 45% !important; }
  @media only screen and (max-width: 500px) {
    .twitter-tweet {
      width: 93.333% !important;
      margin: 0 auto; } }

@media only screen and (max-width: 500px) {
  .katex-display {
    font-size: 1.5rem;
    overflow: auto; } }
div.sourceCode {
  margin: 0 auto 1.5em;
  width: 90%;
  background-color: #eee;
  padding: 0.5em 1em; }

code {
  background-color: #eee;
  padding: 0 0.2em;
  text-shadow: 0 1px 0 white; }

.figure-demo {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1.5em; }
  @media only screen and (max-width: 500px) {
    .figure-demo {
      flex-wrap: wrap; } }

.demo-canvas {
  flex: 0; }

.katex-hook {
  display: inline-block;
  width: 1.75em;
  text-align: right; }

:focus {
  outline: 0.1rem solid white;
  box-shadow: 0 0 .75em -0.2em #269cb9; }

button, input {
  font-family: "BasicSans", sans-serif;
  padding: 0.25em .5em 0.3em .5em;
  border-radius: .1em;
  transition: background-color .2s, box-shadow .2s; }

input {
  border: .1rem solid black;
  font-size: 1em;
  margin-left: 0.5em;
  width: 3em; }

.demo-parameter-form {
  display: flex;
  height: 256px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center; }
  @media only screen and (max-width: 500px) {
    .demo-parameter-form {
      height: initial; } }

.demo-parameter-label {
  display: flex;
  width: 6.25em;
  margin-bottom: .5em;
  align-items: center; }

.demo-button-bar {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0.5em; }

.sim-button {
  display: inline-block;
  width: 45%;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .2s; }
  .sim-button:hover {
    background: #eee; }

#play-button {
  color: white;
  background-color: #38b8d6;
  margin-right: .2em; }
  #play-button:hover {
    background: #269cb9; }

/*# sourceMappingURL=readme.css.map */
