@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Linden+Hill&display=swap');


html {
    padding: 0;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-size: 20pt;
    color: black;
    background-color: #F4EEDC;
}

body {
    margin: 30pt;
    padding: 0;
    line-height: inherit;
    font-family: 'Linden Hill', serif;
}

.quiet {
    opacity: 0.6;
    font-size: 70%;
}

div {
    margin: 0;
    padding: 0;
}

.lineageHeader {
    border-top: 1px solid #222;
    padding-top: 20px;
    line-height: 1.2;
}


.header {
    margin: 0;
    padding: 0;
    font-family: 'Bebas Neue';
    font-size: 64pt;
    line-height: 1;
}

img {
    float: left;
    margin: 0;
    padding: 0;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
}

a {
    color: #444;
}

a:hover {
    color: #888;
}


@media (width < 600px) {

    body {
        margin: 10pt;
        font-size: 60%;
    }

    .header {
        font-size: 30pt;
        margin-top: 0pt;
    }

    .description {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    img {
        height: calc((100dvw - 32px)/3);
        margin-right: 5px;
        margin-bottom: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

}