html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-size: 1.23em;
  font-family: "Averia Sans Libre", cursive, "PT Sans Narrow", sans-serif;
  transition: background, color, 1s;
}
code {
  font-size: 0.98em;
}
.slides {
  box-sizing: border-box;
  margin: 0;
  padding: 6px;
  height: 100%;
  width: 100%;
}
.slide.example.hide,
.slide.page.hide {
  display: none;
}
.outerCode .CodeMirror,
.page .CodeMirror {
  height: auto;
}
.page h1 {
  padding-top: 14px;
  text-shadow: 0 0 2px #fff, 0 0 6px #00000099;
  font-variant: small-caps;
}
.slide.example.small-intro.current .intro .CodeMirror,
.slide.example.small-html.current .html .CodeMirror,
.slide.example.small-css.current .css .CodeMirror,
.slide.example.small-js.current .js .CodeMirror {
  font-size: 0.8em;
}
.hover:hover {
  transform: scale(1.1);
  z-index: 1000;
  transition: 300ms;
}
ul.spaced-1 > li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.3em;
}
ul.spaced-2 > li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}
ul.spaced-3 > li {
  margin-top: 0.6em;
  margin-bottom: 0.7em;
  line-height: 1.6em;
}
.site {
  width: 100%;
  height: 100vh;
}
h1,
h2 {
  background-image: url(../images/background.png);
  background-size: cover;
}
