/*********************************************
 * Theme
 *********************************************/

body {
    font-size: 150%;
}

.reveal h1,
.reveal h2,
.reveal h3 {
    color: #1e70c7;
}

.reveal em {
    color: #1e70c7;
    font-style: normal;
}

/* Work around bug in decktape:
   https://github.com/astefanutti/decktape/issues/67
 */
.reveal pre, div.input_area pre, div.output_area pre, div.prompt {
  font-family: Consolas,monaco,monospace;
}

/*********************************************
 * Rendering fixes
 *********************************************/

/* Decktape: don't show any scrollbars!
 */
::-webkit-scrollbar { 
    display: none; 
}

/* Reasonable spacing for paragraphs and lists.
 */
.reveal p, ul, ol {
    margin-bottom: 0;
}
.reveal ul, li {
    margin-top: 10px;
}
.reveal li:first-child {
    margin-top: 0;
}

/* Remove excess vertical space in block quotes.
 */
.reveal blockquote {
    width: 80%;
}
.reveal blockquote p:first-child {
    margin-top: 0px;
}
.reveal blockquote p:last-child {
    margin-bottom: 0px;
}
