@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
    --bg-color: #ffffff;
    --text-color: #000;
    --logo-svg: url("data:image/svg+xml;utf8,<svg class=\"oob-logo\" width=\"200\" height=\"200\" xmlns=\"http://www.w3.org/2000/svg\"><rect class=\"solid-sq\" width=\"50\" height=\"50\" x=\"0\" y=\"75\" fill=\"black\" /><rect class=\"outline-sq\" width=\"80\" height=\"80\" x=\"68\" y=\"60\" fill=\"transparent\" stroke-width=\"10\" stroke=\"black\" /></svg>");
    --margin: calc(min(2.5dvh, 2.5dvw));
    --logo-margin: 1dvw;
    --logo-svg-white: url("data:image/svg+xml;utf8,<svg class=\"oob-logo\" width=\"200\" height=\"200\" xmlns=\"http://www.w3.org/2000/svg\"><rect class=\"solid-sq\" width=\"50\" height=\"50\" x=\"0\" y=\"75\" fill=\"white\" /><rect class=\"outline-sq\" width=\"80\" height=\"80\" x=\"68\" y=\"60\" fill=\"transparent\" stroke-width=\"10\" stroke=\"white\" /></svg>");
}

[data-theme="dark"] {
    --bg-color: #000;
    --text-color: #ffffff;
    --logo-svg: var(--logo-svg-white);
}

.mono {
    font-family: "Roboto Mono", 'Courier New', Courier, monospace;
}

.logo-svg-white {
    background-image: var(--logo-svg-white);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: calc(max(8dvw, 4.5dvh));
    width: calc(max(8dvw, 4.5dvh));
    margin-right: var(--logo-margin);
}

.logo-svg {
    background-image: var(--logo-svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: calc(max(8dvw, 4.5dvh));
    width: calc(max(8dvw, 4.5dvh));
    margin-right: var(--logo-margin);
}

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: 14pt;
    background-color: var(--bg-color);
    color: var(--text-color);
}

hr {
    border: 1pt solid var(--text-color);
    margin-top: calc(var(--margin));
    margin-bottom: calc(var(--margin));
}

a {
    font-weight: 500;
    color: var(--text-color);
}

a:hover {
    opacity: 50%;
}

body {
    margin: var(--margin);
    padding: 0;
    line-height: inherit;
    font-family: "Averia Serif Libre", "Albert Sans", sans-serif;
    font-size: 15pt;
    letter-spacing: -0.035em;
    font-weight: 300;
}

/* .homecontent {
    mix-blend-mode: difference;
} */

.header,
.homelinks {
    margin-top: -1dvw;
    font-size: calc(max(5.4dvw, 3dvh));
    font-weight: 600;
    letter-spacing: -0.08em;
    margin-bottom: calc(var(--margin) / 2);
}

.logotype {
    /* margin-top: -1dvw; */
    font-size: calc(var(--margin) * 1.5);
    font-weight: 600;
    letter-spacing: -0.08em;
    margin-bottom: calc(var(--margin) / 2);
}

#homelinks {
    margin-top: var(--margin);
    font-style: italic;
    /* font-size: 7dvw; */
}

#homehint {
    font-size: calc(max(1.5dvw, 11pt));
    opacity: 25%;
    font-style: italic;
    text-align: right;
}

.homeposter {
    /* z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0; */
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: calc(var(--margin) * -1);
    margin-bottom: var(--margin);
}

.partialposter {
    height: 50dvh;
}

.homeposter img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.upperleftover {
    position: absolute;
    left: var(--margin);
    bottom: var(--margin);
    color: #ffffff;
    /* font-size: 20pt; */
    text-shadow: 1pt 1pt 1pt rgba(0, 0, 0, 0.25);
}

.divlink {
    cursor: pointer;
    font-weight: 500;
}

.title {
    letter-spacing: -0.05em;
    font-weight: 600;
    font-style: italic;
    font-size: 120%;
}

.artist {
    letter-spacing: -0.05em;
    font-weight: 400;
    /* font-style: italic; */
    font-size: 90%;
}

.contentcontainer {
    margin: var(--margin) 0 0 0;
    padding: 0 5vh 0 0;
    clear: both;
    max-width: 550pt;
}

.excontainer {
    /* display: flex;
    flex-wrap: no-wrap;
    overflow-x: auto; */
    margin: var(--margin) 0 0 0;
    padding: 0 5vh 0 0;
    clear: both;
}

.excontainer a {
    opacity: 100%;
    padding: 0 0pt;
    /* color: transparent; */
    /* background-color: transparent; */
}

.excontainer img {
    padding: 0%;
    margin: 0 var(--margin) var(--margin) 0;
    flex: 0 0 auto;
    width: calc(min(25vh, 20vw));
    height: auto;
    overflow: visible;
    /* max-width: 100%; */
}

.eximage {
    float: left;
}

.exdescription {
    float: left;
    font-size: calc(min(6vh, 5dvw));
    line-height: 0.9;
    vertical-align: bottom;
    width: calc(65dvw - (var(--margin) * 4));
    /* height: 100%; */
    /* vertical-align: bottom; */
}

.exartist {
    opacity: 50%;
    font-size: 75%;
    letter-spacing: -0.05em;
    font-weight: 600;
}

.footer {
    font-size: 65%;
    clear: both;
    margin-top: var(--margin);
}

.quiet {
    color: #888888;
}

.quiet a {
    opacity: 1 !important;
}

.quiet a:hover {
    opacity: 0.5 !important;
}

.details {
    font-size: 80%;
}


@media (max-width:600px) {
    /* :root {
        --margin: 10pt;
    } */

    body {
        font-size: 12pt;
    }

}

#cookie-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - 24px);
    height: 60px;
    background-color: var(--text-color);
    color: var(--bg-color);
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-statement {
    font-weight: bold;
    float: left;
    line-height: 1;
}

#cookie-button {
    padding: 0px 30px;
    margin-left: 20px;
    color: var(--text-color);
    background-color: var(--bg-color);
    height: calc(50px - 12px);
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

