body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    color: #073642;
    background-color: #fdf6e3;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

div.slide {
    padding: 20px auto;
}

div.slide h1 {
    text-align: center;
    margin: 20px auto 0;
    padding: 0;
    max-width: 23em;
}

.subtitle {
    text-align: center;
}

div.slide p, div.slide > ul, div.slide > ol, div.content-without-title {
    max-width: 30em;
    margin: 20px auto;
}

div.content-without-title {
    margin-top: 2em;
}

img {
    width: 100%;
    max-height: 100%;
}

p {
    margin: 0.5em 0;
}

p > code {
    font-size: 16pt;
}

pre.sourceCode.python {
    margin-top: 1em;
    margin-bottom: 0;
}

code {
    font-weight: normal;
}

code > .delta {
    color: #E00000;
    font-weight: bold;
}

div.slide.titleslide {
    text-align: center;
}

div.slide.titleslide h1, div.slide.titlepage h1 {
    padding-top: 10%;
    margin: 0 auto;
}

blockquote {
    background-color: #eee8d5;
    border: 1px solid #95ABD0;
    padding: 0.5em;
}

div.multi-line-title {
    text-align: center;
    margin-top: 2em;
}