@import url("https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic");
body {
  font-family: "Droid Serif";
}
h1,
h2,
h3 {
  margin-bottom: 0;
  font-family: "Yanone Kaffeesatz";
  font-weight: 400;
}
.remark-slide-content h1 {
  font-size: 3em;
}
.remark-slide-content h2 {
  font-size: 2em;
}
.remark-slide-content h3 {
  font-size: 1.6em;
}

 .remark-slide-content {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.no-number .remark-slide-number {
  display: none;
}
.footnote {
  position: absolute;
  bottom: 3em;
}
li p {
  line-height: 1.25em;
}
.red {
  color: #fa0000;
}
.large {
  font-size: 2em;
}
a,
a > code {
  color: #f92672;
  text-decoration: none;
}
code {
  border-radius: 5px;
  background: #e7e8e2;
}
.remark-code,
.remark-inline-code {
  font-family: "Ubuntu Mono";
}
.remark-code-line-highlighted {
  background-color: #373832;
}
.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right ~ p {
  clear: both;
}
#slideshow .slide .content code {
  font-size: 0.8em;
}
#slideshow .slide .content pre code {
  padding: 15px;
  font-size: 0.9em;
}
.inverse {
  color: #777872;
  background: #272822;
  text-shadow: 0 0 20px #333;
}
.inverse h1,
.inverse h2 {
  line-height: 0.8em;
  color: #f3f3f3;
}
/* Slide-specific styling */
#slide-inverse .footnote {
  bottom: 12px;
  left: 20px;
}
#slide-how .slides {
  position: absolute;
  top: 151px;
  right: 140px;
  font-size: 0.9em;
}
#slide-how .slides h3 {
  margin-top: 0.2em;
}
#slide-how .slides .first,
#slide-how .slides .second {
  width: 120px;
  height: 90px;
  padding: 1px 20px;
  box-shadow: 0 0 10px #777;
}
#slide-how .slides .first {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 20%;
  background: #fff;
}
#slide-how .slides .second {
  position: relative;
  z-index: 0;
  background: #fff;
}
/* Two-column layout */
.left-column {
  float: left;
  width: 20%;
  height: 92%;
  color: #777;
}
.left-column h2:last-of-type,
.left-column h3:last-child {
  color: #000;
}
.right-column {
  float: right;
  width: 75%;
  padding-top: 1em;
}