@font-face {
    font-family: main;
    /* src: url(fonts/beyond_wonderland/Beyond\ Wonderland.ttf); */
    /* src: url(fonts/alice_in_wonderland/Alice_in_Wonderland_3.ttf); */
    src: url(fonts/CAT\ Altenglisch.ttf);
}

html {
    font-family: main, serif;
    /* font-size: small; */
}

body {
    margin: 0px;
    background-color: rgb(50, 50, 50);
    width: 100%;
    line-height: 20px;
}


/* ----- site ----------------------------- */

.header {
    background-color: white;
    color: rgb(80, 20, 20);
    vertical-align: middle;

    width: 100%;
    height: 32px;
    padding: 2px;
    box-sizing: border-box;

    font-size: x-large;
    line-height: 32px;
}

.paintings-container {
    display: grid;
    justify-content: center;
    justify-items: center;

    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    background-color: rgb(50, 50, 50);
    color: rgb(200, 200, 200);
    font-size: medium;
}

.entry-painting {
    text-align: center;

    background-color: rgb(20, 20, 20);
    color: rgb(200, 200, 200);

    /* max-width: 50dvw; */
    /* max-height: 80dvh; */
    width: 65%;

    margin: 16px;
    padding: 16px;
}

@media only screen and (hover: none) and (pointer: coarse) {
    .entry-painting {
        width: 100%;
    }
}

.entry-painting .painting-image_link {
    border: 0px;
}

.entry-painting .painting-thumbnail {
    max-width: 100%;

    margin-top: 16px;
    margin-bottom: 16px;

    max-width: 90%;
    max-height: 85dvh;
}
