/* Put your local styles here */

:root {
    --symbol-fonts: "Arial Unicode", "Apple Symbols", "Symbol", "Symbola_hint";
    --body-family: "Lucida Sans Unicode", sans-serif, var(--symbol-fonts);
    --title-family: "Lucida Sans Unicode", sans-serif, var(--symbol-fonts);
    --mono-family: "B612 Mono", monospace, var(--symbol-fonts);
    --light-background: rgb(230,237,240);
    --dark-background: rgb(195,206,220);
    --dark-foreground: rgb(107,123,152);
}

body {
    line-height: 1.5;
}

.s_titlepage {
    line-height: 1;
}

body.slide {
    background-image: url('../img/saxonica-background.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
}

body.titlepage,
body.section {
    background-image: url('../img/saxonica-titlepage.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
}

section {
    padding-top: 4rem;
}

footer .left {
    display: inline-block;
    padding-left: 20px;
    width: calc(100% - 380px);
    text-align: center;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 2px;
    border-bottom-width: 0;
    border-style: solid;
    border-image: linear-gradient(to right, var(--dark-background), var(--light-background)) 1;
}

h3.date {
    padding-bottom: 1em;
}

h3.conference {
    padding-top: 1em;
}

.quote {
    font-style: italic;
} 
