.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 {
  font-size: 0.9em;
  padding: 15px;
}
.inverse {
  background: #272822;
  color: #777872;
  text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2 {
  color: #f3f3f3;
  line-height: 0.8em;
}
.inverse ul {
  margin-top: 2.5em;
}
.inverse li {
  text-align: left;
}

/* Slide-specific styling */
#slide-inverse .footnote {
  bottom: 12px;
  left: 20px;
}
#slide-how .slides {
  font-size: 0.9em;
  position: absolute;
  top:  151px;
  right: 140px;
}
#slide-how .slides h3 {
  margin-top: 0.2em;
}
#slide-how .slides .first, #slide-how .slides .second {
  padding: 1px 20px;
  height: 90px;
  width: 120px;
  -moz-box-shadow: 0 0 10px #777;
  -webkit-box-shadow: 0 0 10px #777;
  box-shadow: 0 0 10px #777;
}
#slide-how .slides .first {
  background: #fff;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 1;
}
#slide-how .slides .second {
  position: relative;
  background: #fff;
  z-index: 0;
}

/* kaze's stuff */
body, h1, h2, h3 {
  font-family: "Liberation Sans", sans-serif;
}
h1, h2, h3 {
  font-weight: 400;
  margin-bottom: 0;
}
blockquote {
  background-color: #eef;
  padding: 0.5em 2em;
  border-radius: 1em;
}
kbd {
  border: 1px outset #aaa;
  background-color: #eee;
  padding: 0 2px;
  margin: 0 1px;
}
.inverse { text-wrap: balance; }
.remark-slide-content h1 { font-size: 3em; text-align: center; margin-bottom: 1em; }
.remark-slide-content h2 { font-size: 2em; }
.remark-slide-content h3 { font-size: 1.6em; }
.remark-slide-content {
  background-size: contain;
}
p, li {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.footnote {
  position: absolute;
  bottom: 3em;
  right: 1em;
}
li p { line-height: 1.25em; }
.red { color: #fa0000; }
.large { font-size: 2em; }
li li {
  font-size: 0.8em;
  margin-top: 0.3em;
  margin-bottom: 0;
}
.remark-code {
  /* text-align: center; */
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0;
}
pre {
  margin-bottom: 2em;
}
a, a > code {
  color: rgb(249, 38, 114);
  text-decoration: none;
}
code {
  background: #e7e8e2;
  border-radius: 5px;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.remark-code-line-highlighted     { background-color: #373832; }
.inverse {
  background-position: center;
  background-repeat: no-repeat;
}
