/**
 * prism.js Funky theme
 * Based on “Polyfilling the gaps” talk slides http://lea.verou.me/polyfilling-the-gaps/
 * @author Lea Verou
 */
code[class*="language-"], pre[class*="language-"] {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 0.4em 0.8em;
  margin: 0.5em 0;
  overflow: auto;
  background: url('data:image/svg+xml;charset=utf-8,<svg%20version%3D"1.1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"100"%20height%3D"100"%20fill%3D"rgba(0%2C0%2C0%2C.2)">%0D%0A<polygon%20points%3D"0%2C50%2050%2C0%200%2C0"%20%2F>%0D%0A<polygon%20points%3D"0%2C100%2050%2C100%20100%2C50%20100%2C0"%20%2F>%0D%0A<%2Fsvg>');
  background-size: 1em 1em; }

code[class*="language-"] {
  background: black;
  color: white;
  box-shadow: -0.3em 0 0 0.3em black, 0.3em 0 0 0.3em black; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0.2em;
  border-radius: 0.3em;
  box-shadow: none; }

.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: #aaa; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: 0.7; }

.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol {
  color: #0cf; }

.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin {
  color: yellow; }

.token.operator, .token.entity, .token.url, .language-css .token.string, .toke.variable, .token.inserted {
  color: yellowgreen; }

.token.atrule, .token.attr-value, .token.keyword {
  color: deeppink; }

.token.regex, .token.important {
  color: orange; }

.token.important, .token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

.token.deleted {
  color: red; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

@media print {
  * {
    -webkit-print-color-adjust: exact; } }

@page {
  size: landscape;
  margin: 0; }

[data-red] {
  color: red; }

article {
  transition: background slide_transition_length slide_transition_easing;
  display: none; }
  article.bespoke-parent {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    perspective: 600px; }
    @media print {
      article.bespoke-parent {
        overflow: visible;
        position: static; } }

.bespoke-slide.content, .bespoke-slide > .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 1280px;
  height: 768px;
  position: absolute;
  top: 50%;
  margin-top: -384px;
  left: 50%;
  margin-left: -640px;
  padding: 8px;
  border-radius: 0; }
  .bespoke-slide.content > *:nth-child(1), .bespoke-slide > .content > *:nth-child(1) {
    transition: opacity 0.6s 0s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(2), .bespoke-slide > .content > *:nth-child(2) {
    transition: opacity 0.6s 0.4s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(3), .bespoke-slide > .content > *:nth-child(3) {
    transition: opacity 0.6s 0.8s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(4), .bespoke-slide > .content > *:nth-child(4) {
    transition: opacity 0.6s 1.2s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(5), .bespoke-slide > .content > *:nth-child(5) {
    transition: opacity 0.6s 1.6s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(6), .bespoke-slide > .content > *:nth-child(6) {
    transition: opacity 0.6s 2s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(7), .bespoke-slide > .content > *:nth-child(7) {
    transition: opacity 0.6s 2.4s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(8), .bespoke-slide > .content > *:nth-child(8) {
    transition: opacity 0.6s 2.8s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(9), .bespoke-slide > .content > *:nth-child(9) {
    transition: opacity 0.6s 3.2s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(10), .bespoke-slide > .content > *:nth-child(10) {
    transition: opacity 0.6s 3.6s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(11), .bespoke-slide > .content > *:nth-child(11) {
    transition: opacity 0.6s 4s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(12), .bespoke-slide > .content > *:nth-child(12) {
    transition: opacity 0.6s 4.4s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(13), .bespoke-slide > .content > *:nth-child(13) {
    transition: opacity 0.6s 4.8s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(14), .bespoke-slide > .content > *:nth-child(14) {
    transition: opacity 0.6s 5.2s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(15), .bespoke-slide > .content > *:nth-child(15) {
    transition: opacity 0.6s 5.6s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(16), .bespoke-slide > .content > *:nth-child(16) {
    transition: opacity 0.6s 6s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(17), .bespoke-slide > .content > *:nth-child(17) {
    transition: opacity 0.6s 6.4s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(18), .bespoke-slide > .content > *:nth-child(18) {
    transition: opacity 0.6s 6.8s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(19), .bespoke-slide > .content > *:nth-child(19) {
    transition: opacity 0.6s 7.2s;
    transform: translateZ(0); }
  .bespoke-slide.content > *:nth-child(20), .bespoke-slide > .content > *:nth-child(20) {
    transition: opacity 0.6s 7.6s;
    transform: translateZ(0); }
  .bespoke-slide.content.nobuild > *, .bespoke-slide > .content.nobuild > * {
    transition: none; }
  .bespoke-slide.content.wait-for-gif, .bespoke-slide > .content.wait-for-gif {
    opacity: 0; }
  .bespoke-slide.content .fadeout, .bespoke-slide > .content .fadeout {
    transition: opacity 2s 2s;
    opacity: 1; }
.bespoke-slide.x-gif-finished .content.wait-for-gif {
  opacity: 1; }
@media print {
  .bespoke-slide {
    zoom: 1 !important;
    height: 743px;
    width: 100%;
    page-break-before: always;
    position: static;
    margin: 0; } }
.bespoke-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
  pointer-events: none; }
  .bespoke-slide iframe.x10 {
    height: 1000%; }
    .bespoke-slide iframe.x10.scrolldown {
      transform: translateY(-90%); }
.bespoke-slide img {
  max-width: 100%;
  max-height: 100%; }
.bespoke-slide .bespoke-bullet {
  transition-delay: 0; }
.bespoke-slide .bespoke-bullet-inactive {
  opacity: 0; }

.bespoke-inactive {
  opacity: 0;
  pointer-events: none; }
  @media print {
    .bespoke-inactive {
      opacity: 1; } }
  .bespoke-inactive iframe {
    display: none; }

.rotate, .spin {
  display: inline-block;
  transform: none; }

.bespoke-active {
  opacity: 1; }
  .bespoke-active.content .buildin, .bespoke-active > .content .buildin {
    opacity: 1; }
    .bespoke-active.content .buildin:nth-child(1), .bespoke-active > .content .buildin:nth-child(1) {
      transition: opacity 0.3s 0.3s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(2), .bespoke-active > .content .buildin:nth-child(2) {
      transition: opacity 0.3s 0.4s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(3), .bespoke-active > .content .buildin:nth-child(3) {
      transition: opacity 0.3s 0.5s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(4), .bespoke-active > .content .buildin:nth-child(4) {
      transition: opacity 0.3s 0.6s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(5), .bespoke-active > .content .buildin:nth-child(5) {
      transition: opacity 0.3s 0.7s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(6), .bespoke-active > .content .buildin:nth-child(6) {
      transition: opacity 0.3s 0.8s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(7), .bespoke-active > .content .buildin:nth-child(7) {
      transition: opacity 0.3s 0.9s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(8), .bespoke-active > .content .buildin:nth-child(8) {
      transition: opacity 0.3s 1s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(9), .bespoke-active > .content .buildin:nth-child(9) {
      transition: opacity 0.3s 1.1s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(10), .bespoke-active > .content .buildin:nth-child(10) {
      transition: opacity 0.3s 1.2s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(11), .bespoke-active > .content .buildin:nth-child(11) {
      transition: opacity 0.3s 1.3s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(12), .bespoke-active > .content .buildin:nth-child(12) {
      transition: opacity 0.3s 1.4s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(13), .bespoke-active > .content .buildin:nth-child(13) {
      transition: opacity 0.3s 1.5s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(14), .bespoke-active > .content .buildin:nth-child(14) {
      transition: opacity 0.3s 1.6s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(15), .bespoke-active > .content .buildin:nth-child(15) {
      transition: opacity 0.3s 1.7s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(16), .bespoke-active > .content .buildin:nth-child(16) {
      transition: opacity 0.3s 1.8s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(17), .bespoke-active > .content .buildin:nth-child(17) {
      transition: opacity 0.3s 1.9s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(18), .bespoke-active > .content .buildin:nth-child(18) {
      transition: opacity 0.3s 2s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(19), .bespoke-active > .content .buildin:nth-child(19) {
      transition: opacity 0.3s 2.1s;
      transform: translateZ(0); }
    .bespoke-active.content .buildin:nth-child(20), .bespoke-active > .content .buildin:nth-child(20) {
      transition: opacity 0.3s 2.2s;
      transform: translateZ(0); }
  .bespoke-active.content .fadeout, .bespoke-active > .content .fadeout {
    opacity: 0.2; }
  .bespoke-active.content .rotate.on, .bespoke-active > .content .rotate.on {
    transition-delay: 0.5s;
    transition-duration: 1s;
    transform: rotate(15deg); }
  .bespoke-active.content .spin, .bespoke-active > .content .spin {
    transition-delay: 1.5s;
    transition-duration: 1s;
    transform: rotate(360deg); }

.bespoke-after.content > *, .bespoke-after > .content > * {
  opacity: 0;
  transition: none !important; }
.bespoke-after.content .buildin, .bespoke-after > .content .buildin {
  opacity: 0; }

.bespoke-scale-parent {
  perspective: 600px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media print {
    .bespoke-scale-parent {
      transform: none !important; } }

.emphatic, .emphatic .bespoke-slide {
  background: #eaeaea; }

pre {
  border-radius: 8px; }

body {
  transition: opacity 0.5s;
  font: 18px/1.5 "Raleway", georgia, helvetica, arial, sans-serif;
  font-weight: 100;
  background-color: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 2px black, 0 0 40px black; }
  :root.wf-loading body {
    transition: none;
    opacity: 0; }

h1 {
  font-size: 72px;
  line-height: 50px;
  letter-spacing: -2px;
  margin: 0 auto;
  font-weight: 900; }

h2 {
  font-size: 72px;
  line-height: 82px;
  letter-spacing: -2px;
  margin: 16px auto;
  font-weight: 300; }

h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 16px auto; }

h4 {
  font-size: 36px;
  font-weight: 700;
  margin: 16px auto; }

h5 {
  font-size: 28px;
  font-weight: 700;
  margin: 16px auto; }

h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto; }
  h6 small {
    font-weight: 300;
    letter-spacing: -1.2px; }

ul {
  list-style: none;
  font-size: 32px;
  font-weight: 400; }
  ul.nobullet li::before {
    content: none; }

li {
  margin-bottom: 12px;
  text-align: left;
  width: 100%;
  margin-left: 0.5em; }
  li::before {
    content: '\2022';
    position: absolute;
    left: -0.5em; }

p {
  margin: 0 100px 12px;
  line-height: 22px; }

a {
  color: #9cf;
  text-decoration: none; }

a:after {
  content: '  ➭';
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle; }

hr {
  border: none;
  border-top: dotted 1px rgba(255, 255, 255, 0.3);
  width: 100%;
  margin: 24px 0; }

.mid {
  font-size: 36px;
  font-family: "EB Garamond", Georgia;
  font-style: italic;
  display: flex;
  width: 100%;
  align-items: center; }
  .mid::before, .mid::after {
    content: '';
    flex-grow: 1;
    display: block;
    border-top: dotted 1px rgba(255, 255, 255, 0.3); }
  .mid::before {
    margin-right: 16px; }
  .mid::after {
    margin-left: 16px; }

.person, .me {
  height: 72px;
  width: 72px;
  background-repeat: no-repeat;
  background-size: 72px;
  background-position: 50% 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px black, 0 0 0 4px #9cf;
  margin: 0 16px; }

.me {
  background-image: url("../images/me.jpg"); }

.me.center {
  margin: auto; }

.line {
  display: flex;
  align-items: center; }

.leftalign {
  display: flex;
  flex-direction: column;
  align-items: left; }

.ta-left {
  width: 100%;
  text-align: left; }

.nope {
  text-decoration: line-through; }

.red {
  color: red; }

.green {
  color: green; }

.feat {
  color: #39CCCC; }

.featbang {
  color: #39CCCC !important; }

.line-highlight {
  margin-top: 16px;
  background-color: rgba(57, 204, 204, 0.2);
  border: none; }
  .line-highlight::before {
    display: none; }

pre[data-line] {
  padding: 1em; }

pre.small {
  font-size: 0.85em; }

.two-up {
  width: 200px; }

x-gif.two-up::shadow .frame {
  width: 100%; }

img.smallish {
  max-height: 20%;
  transform: scale(1.8); }

.box {
  border-radius: 10px;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.6); }
  .box li::before {
    left: 0.5em; }
  .box .darken {
    background-image: radial-gradient(circle closest-side, #000000, rgba(0, 0, 0, 0)); }

.darken {
  background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.prelist {
  margin-left: 20%; }

.tight li {
  margin: 5px 0 5px 15px;
  line-height: 32px; }

.alert {
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: none; }

.alert .alert-link {
  font-weight: bold; }

.alert-success, .alert-success a {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-info, .alert-info a {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-warning, .alert-warning a {
  color: #f85;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.alert-danger, .alert-danger a {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

:not(pre) > code[class*="language-"] {
  padding: 10px; }

.content img {
  border: 0.13em solid #545454;
  box-shadow: black 1px 1px 0.3em -0.1em inset;
  border-radius: 0.3em; }

@keyframes cursor {
  0% {
    opacity: 0; }

  40% {
    opacity: 0; }

  50% {
    opacity: 1; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/* blinking cursor */
.cursor:after {
  content: "_";
  opacity: 0;
  animation: cursor 1s infinite; }

code.big {
  font-size: 26px; }

.fillh {
  height: 100%;
  margin: auto;
  display: block; }

p.big {
  font-size: 32px; }

.padblock {
  height: 50%; }

.toast {
  position: absolute;
  bottom: 0;
  right: -500px; }

.bespoke-active .toast {
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 1s;
  bottom: 0;
  right: 0; }

/* blinking cursor */
.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.almost-fullscreen {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 100%; }

[ui-fx~="blur1"] {
  -webkit-filter: blur(1px);
          filter: blur(1px); }

[ui-fx~="blur2"] {
  -webkit-filter: blur(2px);
          filter: blur(2px); }

[ui-fx~="dark50%"] {
  opacity: 0.5; }

[data-bespoke-step-nr="2"] [ui-fx~="arnie"] {
  transition: all 10s;
  -webkit-filter: blur(1px) hue-rotate(-20deg) brightness(1.3) contrast(8);
          filter: blur(1px) hue-rotate(-20deg) brightness(1.3) contrast(8);
  transform: skew(0, 25deg) scale(1.9); }

[data-bespoke-step-nr="2"] [ui-fx~="glasses"] {
  transition: -webkit-filter 3s;
  -webkit-filter: blur(2px) hue-rotate(180deg) brightness(1.1) contrast(2);
          filter: blur(2px) hue-rotate(180deg) brightness(1.1) contrast(2); }

.gif-shocked {
  background-color: black; }
  .gif-shocked::before {
    content: '';
    position: absolute;
    height: 20%;
    width: 20%;
    background-size: cover;
    background-image: url(../images/shocked.gif);
    background-position: 50% 50%;
    transform-origin: 0 0;
    transform: scale(5);
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    opacity: 0.5; }

.gif-skull-2 {
  background: url('../images/an_spinning_flaming_skull.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.fact {
  background-color: black; }
  .fact::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url(../images/carl_sagan_good.gif);
    background-position: 50% 50%;
    transform-origin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0.4; }

.not-sure-if-right {
  background-color: black; }
  .not-sure-if-right::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url(../images/shaking_head_breaking_bad.gif);
    background-position: 80% 0%;
    transform-origin: 0 0;
    transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0.5; }

.black {
  background-color: black; }

.light {
  background-color: #001F3F; }

.white {
  background-color: #fff; }

.yeahnah {
  background-color: black; }
  .yeahnah::before {
    content: '';
    position: absolute;
    height: 20%;
    width: 20%;
    background-size: cover;
    background-image: url(../images/yeahnah.gif);
    background-position: 100% 50%;
    transform-origin: 0 0;
    transform: scale(5);
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    opacity: 1; }

.yep {
  background-color: black; }
  .yep::before {
    content: '';
    position: absolute;
    height: 20%;
    width: 20%;
    background-size: cover;
    background-image: url(../images/yep.gif);
    background-position: 50% 50%;
    transform-origin: 0 0;
    transform: scale(5);
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    opacity: 1; }

.ticked {
  background-color: black; }
  .ticked::before {
    content: '';
    position: absolute;
    height: 20%;
    width: 20%;
    background-size: cover;
    background-image: url(../images/ticked.gif);
    background-position: 50% 50%;
    transform-origin: 0 0;
    transform: scale(5);
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    opacity: 0.5; }

.homescreen {
  background-color: black; }
  .homescreen::before {
    content: '';
    position: absolute;
    height: 20%;
    width: 20%;
    background-size: cover;
    background-image: url(/images/mtnwest.gif);
    background-position: 50% 50%;
    transform-origin: 0 0;
    transform: scale(5);
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    opacity: 0.5; }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), url(../fonts/raleway-100.woff) format('woff'); }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), url(../fonts/raleway-300.woff) format('woff'); }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), url(../fonts/raleway-700.woff) format('woff'); }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local('Raleway Heavy'), url(../fonts/raleway-900.woff) format('woff'); }

@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: local('EB Garamond 12 Italic'), url(../fonts/ebgaramond-400i.woff) format('woff'); }
