html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-size: 1.23em;
  font-family: "Averia Sans Libre", cursive, "PT Sans Narrow", sans-serif;
}
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,
.example h1,
.page h2,
.example h2 {
  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.9em;
}
.hover:hover {
  transform: scale(1.1);
  z-index: 1000;
  transition: 300ms;
}
h1,
h2 {
  background: url(../images/background.png);
  background-size: cover;
}
.page h1 {
  font-size: 2.4rem;
}
.example h1 {
  font-size: 2rem;
}
.page h2 {
  font-size: 2.2rem;
}
.example h2 {
  font-size: 1.8rem;
}
.page h3 {
  font-size: 1.8rem;
}
.example h3 {
  font-size: 1.4rem;
}
.big {
  font-size: 1.1em;
}
.xbig {
  font-size: 1.3em;
}
