@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body {
    font-family: 'Droid Sans';
}

h1:first-of-type {
    margin: 1em 0;
}

h1, h2, h3 {
    font-family: 'Yanone Kaffeesatz';
    font-weight: 400;
    margin: 0 auto;
}

.remark-container {
    background-color: #000;
}

.remark-slide-scaler {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.remark-slide-content {
    font-size: 22px;
    line-height: 1.6em;
}

.remark-slide-content h1 {
    font-size: 2.8em;
}

.remark-slide-content h2 {
    font-size: 1.8em;
}

.remark-slide-content h3 {
    font-size: 1.5em;
}

.footnote {
    position: absolute;
    font-size: 0.75em;
    bottom: 1.5em;
}

.red {
    color: #fa0000;
}

.small, .small .remark-code {
    font-size: 0.85em;
}

.large {
    font-size: 2em;
}

.center>* {
    margin: 0 auto;
}

a, a>code {
    color: rgb(249, 38, 114);
    text-decoration: none;
}

code {
    background: #e7e8e2;
    border-radius: 5px;
}

td {
    padding: 0.25em;
}

.remark-code, .remark-inline-code {
    font-size: 20px;
    line-height: 1.6em;
    margin: 1em 0;
    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 {
    font-size: 0.9em;
    padding: 15px;
}

.inverse {
    background: #272822;
    color: #777872;
}

.inverse h1, .inverse h2 {
    color: #f3f3f3;
    line-height: 0.8em;
}


/* 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;
}


/* Two-column layout */

.left-column {
    width: 48%;
    float: left;
}

.right-column {
    width: 48%;
    float: right;
}
