@import url(fonts.css);

body {
  font-family: 'Droid Serif, serif';
}
h1, h2, h3 {
  font-weight: 400;
  margin-bottom: 0;
}
blockquote {
    border-left: 5px solid #eee;
    margin: 20px 0;
    padding-left: 10px;
}
strong,
em {
  color: red;
}
.author {
  color: gray;
  position: absolute;
  bottom: 1em;
  left: 2em;
  right: 5em;
}
.author ul {
  list-style-type: none;
}
.inverse strong {
  color: white;
}
.table th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.table td {
    border-bottom: 1px solid #ccc;
}
.caption {
    color: gray;
}
.font-30 {
    font-size: 30%;
}
.full-image img {
    width: 100%;
}
.small-image img {
    width: 48%;
}
.smaller-image img {
    width: 30%;
}
.tiny-image img {
    width: 20%;
}
.mid-image img {
    width: 70%;
}
.large-image img {
    width: 90%;
}
.small-list {
    width: 60%;
    margin: 0 auto;
}
.mid-list {
    width: 80%;
    margin: 0 auto;
}
.small-list li,
.mid-list li {
    text-align: left;
}
.full-text p {
    line-height: 150%;
    font-size: 23pt;
}
.remark-slide-content h1 {
  font-size: 2.5em;
  border-bottom: 1px solid gray;
}
.remark-slide-content h2 { font-size: 2em; }
.remark-slide-content h3 { font-size: 1.6em; }
.footnote {
  color: gray;
  position: absolute;
  bottom: 1em;
  left: 2em;
  right: 5em;
  font-size: 0.7em;
}
li { line-height: 1.5em; }
.small { font-size: 0.8em; }
.large { font-size: 1.5em; }
.larger { font-size: 2em; }
a, a > code {
  color: rgb(249, 38, 114);
  text-decoration: none;
}
code {
  -moz-border-radius: 5px;
  -web-border-radius: 5px;
  background: #e7e8e2;
  border-radius: 5px;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.remark-code-line-highlighted     { background-color: #373832; }
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.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;
  margin-top: 0;
}

/* Slide-specific styling */
.title .footnote {
    line-height: 30px;
    margin-left: 50%;
    text-align: left;
}
.title h1 {
    border: none;
}
#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;
}

/* Two-column layout */
.left-column {
  color: #777;
  width: 20%;
  height: 92%;
  float: left;
}
  .left-column h2:last-of-type, .left-column h3:last-child {
    color: #000;
  }
.right-column {
  width: 75%;
  float: right;
  padding-top: 1em;
}
.scroll {
    overflow: scroll;
    height: 600px;
}
.width-50 {
    width: 50%;
}
.red { color: #fa0000; }
.sky { color: skyblue; }
.blue { color: #01a6ff; }
.gold { color: gold; }
.small { font-size: small; }
.gray { color: gray; }
.white { color: white; }

.remark-code-line {
    line-height: 1.2em;
}
