@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
{
    font-family: 'Yanone Kaffeesatz';
    font-weight: normal;
}
.remark-code,
.remark-inline-code
{
    font-family: 'Ubuntu Mono';
}
body
{
    font-family: 'Arial';
}
h1,
h2,
h3
{
    font-family: 'Yanone Kaffeesatz';
    font-weight: 400;

    margin-bottom: 0;
}
.remark-slide-content h1
{
    font-size: 3em;
}
.remark-slide-content h2
{
    font-size: 2em;
}
.remark-slide-content h3
{
    font-size: 1.6em;
}
.footnote
{
    position: absolute;
    bottom: 3em;
}
li
{
    line-height: 1.75em;
}
li p
{
    line-height: 1.25em;
}
.red
{
    color: #fa0000;
}
.large
{
    font-size: 2em;
}
a,
a > code
{
    text-decoration: none;

    color: #6ec6b3;
}
code
{
    border-radius: 5px;
    background: #e7e8e2;
}
.outline li
{
    font-size: 1.5em;
}
.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-left-30
{
    float: left;

    width: 27%;
}
.pull-right-70
{
    float: right;

    width: 67%;
}
.center-50
{
    width: 50%;
}
.pull-right ~ p
{
    clear: both;
}
#slideshow .slide .content code
{
    font-size: .8em;
}
#slideshow .slide .content pre code
{
    font-size: .9em;

    padding: 15px;
}
.inverse
{
    color: #777872;
    background: #272822;
    text-shadow: 0 0 20px #333;
}
.inverse h1,
.inverse h2
{
    line-height: .8em;

    color: #f3f3f3;
}
#slide-inverse .footnote
{
    bottom: 12px;
    left: 20px;
}
#slide-how .slides
{
    font-size: .9em;

    position: absolute;
    top: 151px;
    right: 140px;
}
#slide-how .slides h3
{
    margin-top: .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;
}
.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;
}
.tight li
{
    line-height: 1.25em;
}
.tight li p
{
    line-height: 1.25em;
}
img[alt=image]
{
    width: 100%;
}
img[alt=image-wh-bg]
{
    width: 100%;
    padding-left: 1em;

    background-color: #fff;
}
img[alt=image-85]
{
    width: 85%;
}
img[alt=image-60]
{
    width: 60%;
}
#wrap
{
    overflow: hidden;

    width: 600px;
    padding: 0;
}
#frame
{
    width: 800px;
    height: 850px;

    solid: #000;
}
#frame
{
    zoom: .8;

    -moz-transform: scale(.8);
    -moz-transform-origin: 0 0;
}
body
{
    font-family: 'Calibri';
}
h1
{
    color: #6a0307;
}
h2
{
    color: #6a0307;
}
h3
{
    font-family: 'Yanone Kaffeesatz';
    font-weight: 400;

    margin-bottom: 0;

    color: #6a0307;
}
.remark-slide-content h1
{
    font-size: 3em;
}
.remark-slide-content h2
{
    font-size: 2em;
}
.remark-slide-content h3
{
    font-size: 1.6em;
}
.footnote
{
    position: absolute;
    bottom: 3em;
}
.telemeta
{
    color: #000;
    background: #fff;
}
.telemeta-inverse
{
    color: #fff;
    background: #6a0307;
    text-shadow: 0 0 20px #333;
}
.telemeta-inverse hr
{
    height: 0;

    border: 0;
    border-top: 4px solid #fff;
}
.telemeta-inverse h1
{
    color: #fff;
}
.telemeta-inverse h2
{
    color: #fff;
}
.telemeta-inverse h3
{
    color: #fff;
}
li
{
    font-size: 1.3em;
    line-height: 1.75em;
}
li p
{
    line-height: 1.25em;
}
li li
{
    font-size: .9em;
    line-height: 1.25em;
}
.red
{
    color: #fa0000;
}
.large
{
    font-size: 2em;
}
a,
a > code
{
    text-decoration: none;

    color: #6a0307;
}
hr
{
    height: 0;

    border: 0;
    border-top: 4px solid #6a0307;
}
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: .8em;
}
#slideshow .slide .content pre code
{
    font-size: .9em;

    padding: 15px;
}
.inverse
{
    color: #777872;
    background: #272822;
    text-shadow: 0 0 20px #333;
}
.inverse h1,
.inverse h2
{
    line-height: .8em;

    color: #f3f3f3;
}
#slide-inverse .footnote
{
    bottom: 12px;
    left: 20px;
}
#slide-how .slides
{
    font-size: .9em;

    position: absolute;
    top: 151px;
    right: 140px;
}
#slide-how .slides h3
{
    margin-top: .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;
}
.left-column
{
    float: left;

    width: 30%;
    height: 92%;

    color: #777;
}
.left-column h2:last-of-type,
.left-column h3:last-child
{
    color: #000;
}
.right-column
{
    float: right;

    width: 65%;
    padding-top: 1em;
}
.tight li
{
    line-height: 1.25em;
}
.tight li p
{
    line-height: 1.25em;
}
.logo
{
    padding: 15px;
}
