@font-face {
    font-family: "Noto Serif Medium Italic";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/notoserif-mediumitalic.woff") format("woff");
}

@font-face {
    font-family: "Noto Serif Black";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/notoserif-black.woff") format("woff");
}

@font-face {
    font-family: "Glacial Indifference Regular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/glacialindifference-regular.woff") format("woff");
}

html
{
    background-attachment: fixed;
    background-color: #000000;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    font: normal 18pt "Glacial Indifference Regular";
    letter-spacing: 0.25em;
    line-height: 1.4em;
    text-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.65);
    height: 100%;
}

html.tea
{
    background-image: url("img/tea.jpg");
}

html.train
{
    background-image: url("img/train.jpg");
}

body
{
    margin: 10% auto 2em auto;
    max-width: 30em;
}

div#deets
{
    margin-top: 4em;
}

div#deets > div
{
    margin: 1em 0;
}

div#title div#title-presents
{
    font-size: 85%;
}

div#title h1, div#title h2.subtitle
{
    font-weight: normal;
}

div#title h1
{
    font-family: "Noto Serif Black";
    font-size: 400%;
    line-height: 115%;
    letter-spacing: -0.024em;
    margin: 0.25em 0;
}

div#title h2.subtitle
{
    font-family: "Noto Serif Medium Italic";
    font-size: 100%;
    line-height: 150%;
    letter-spacing: -0.024em;
}

@media (max-width: 800px)
{
    body
    {
        margin: 10%;
    }
}
