@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);


table,table td{border:1px solid #000}
body{font-family:Lora}
h1,h2,h3,h4,h5,h6{font-family:garamond}
h1 .remark-inline-code,h2 .remark-inline-code,h3 .remark-inline-code,h4 .remark-inline-code,h5 .remark-inline-code,h6 .remark-inline-code{
    font-size:1em!important;
}
h1,h2,h3{font-weight:600; margin-top: 05px;}
.block-text h1{font-weight:900}
h2{margin-bottom:10px}
.remark-code,.remark-inline-code{font-family:'Droid Sans Mono',monospace}
.remark-code{font-size:24px;padding:inherit 1em}
.smaller-code .remark-code{font-size:21px}
.smallest-code .remark-code{font-size:20px}
.remark-inline-code{font-size:22px}
.x-large .remark-inline-code{font-size:28px}
.large .remark-inline-code{font-size:24px}
.med .remark-inline-code{font-size:20px}
.remark-inline-code.hljs{padding:.2em}
.hljs-keyword{font-weight:400!important}
#slide-types .remark-inline-code{position:absolute;left:310px}
.remark-slide-content{padding:1em 3em!important;background-color:#f9f9f9;text-rendering:optimizeLegibility}
.remark-slide-content .remark-inline-code{display:inline-block}
.remark-slide-content.x-large,.x-large{font-size:2.2em}
.large,.remark-slide-content.large{font-size:1.8em}
.med-large,.remark-slide-content.med-large{font-size:1.5em}
.med,.remark-slide-content.med{font-size:1.3em}
.med-small,.remark-slide-content.med-small{font-size:1em}
.footnote{position:absolute;bottom:15px;width:90%;font-size:1.2rem}
.col1,.col2{position:absolute;width:47%;left:0;min-height:500px}
.remark-slide-number{font-size:0.9rem}
.shrink-top h1,.shrink-top h2{margin-top:0}
li{margin:5px 0}
.col1 pre,.col2 pre{margin-top:0}
.col1{margin-left:1%}
.col2{margin-left:51%}
table{border-collapse:collapse}
table td{padding:.2em 1em;line-height:1.5em}
pre{font-size:.9em;overflow:auto;background:#fff;border:1px dashed #d2d2d2;border-radius:.25em}
pre code{display:block;line-height:1.0}pre code.bash.hljs.remark-code,pre code.sh.hljs.remark-code,pre code.shell.hljs.remark-code{background-color:#000;color:#ddd}pre code.bash.hljs.remark-code .remark-code-line::before,pre code.sh.hljs.remark-code .remark-code-line::before,pre code.shell.hljs.remark-code .remark-code-line::before{content:"$  ";color:#0E0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}code,p code{border-radius:.3em;position:relative;background:#fffff3}code.remark-inline-code,p code.remark-inline-code{padding:.1em .3em .2em}code.lang-markdown{color:#424242}code.lang-markdown .header,code.lang-markdown .strong{font-weight:700}code.lang-markdown .emphasis{font-style:italic}code.lang-markdown .code,code.lang-markdown .header,code.lang-markdown .horizontal_rule,code.lang-markdown .link_label,code.lang-markdown .link_url{color:#555}code.lang-markdown .blockquote,code.lang-markdown .bullet{color:#bbb}.tomorrow-comment,pre .comment,pre .title{color:#8e908c}.lang-javascript .function .title,.lang-js .function .title{color:#eab700}.lang-javascript .function .keyword,.lang-js .function .keyword{color:#3e999f}.lang-javascript .function .params,.lang-js .function .params{color:#f5871f}.lang-javascript .number,.lang-js .number{color:#4271ae}.tomorrow-red,pre .attribute,pre .css .class,pre .css .id,pre .css .pseudo,pre .html .doctype,pre .regexp,pre .ruby .constant,pre .tag,pre .variable,pre .xml .doctype,pre .xml .pi,pre .xml .tag .title{color:#c82829}.tomorrow-orange,pre .built_in,pre .constant,pre .literal,pre .number,pre .params,pre .preprocessor{color:#f5871f}.tomorrow-yellow,pre .class,pre .css .rules .attribute,pre .ruby .class .title{color:#eab700}.tomorrow-green,pre .header,pre .inheritance,pre .ruby .symbol,pre .string,pre .value,pre .xml .cdata{color:#718c00}.tomorrow-aqua,pre .css .hexcolor{color:#3e999f}.tomorrow-blue,pre .coffeescript .title,pre .function,pre .javascript .title,pre .perl .sub,pre .python .decorator,pre .python .title,pre .ruby .function .title,pre .ruby .title .keyword{color:#4271ae}
.tomorrow-purple,pre .javascript .function,pre .keyword{color:#8959a8}


body {
    font-family: 'Lora';/*Droid Serif*/
}
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 p { line-height: 1.25em; }
.red { color: #fa0000; }
.large { font-size: 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; }
.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;
}

/* 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 {
    color: #777;
    width: 25%;
    height: 92%;
    float: left;
}

.left-column-half {
    color: #777;
    width: 45%;
    height: 92%;
    float: left;
}

.right-column-half {
    color: #777;
    width: 45%;
    height: 92%;
    float: right;
}

.left-column h1:last-of-type, h2:last-of-type, .left-column h3:last-child {
    color: #000;
}

.right-column {
    width: 75%;
    float: right;
    padding-top: 1em;
}

a {
    color: green;
}

a:hover { text-decoration:none;
text-shadow: 0 0 2px #999;
}