@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --color-text: #FFF;
    --color-bg: #dfcca4;
    --color-link: #fff;
    --color-link-hover: #f20c40;
    --color-bg-item1: #15171b;
    --color-bg-item2: #2c35b7;
    --color-bg-item3: #0f1013;
    --color-bg-item4: #1d2027;
    --color-bg-item5: #0f1013;
    --color-item-alt: #494d54;
    --color-quote: #5b677a;
    --color-info: #57535a;
    --color-title: #e23434;
    --color-tagline: #e23434;
    font-family: "europa", Futura, Arial, sans-serif;
    min-height: 100vh;
    color: var(--color-text);
    background-color: var(--color-bg);
    overflow: hidden;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

canvas#blood {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    z-index: 9;
    pointer-events: none;
}

.voy-title {
    font-family: "sabbath-black", serif;
    font-size: 14vw;
    font-weight: normal;
    mix-blend-mode: darken;
    line-height: 0.8;
    text-transform: lowercase;
    margin: 0;
    color: var(--color-title);
    z-index: 199;
    cursor: default;
    text-align: center;
}

.voy-title > div {
    display: inline;
}

.voy-title:focus, .voy-title:focus-visible {
    outline: none;
}

.voy-subtitle {
    color: var(--color-tagline);
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.125rem;
    word-spacing: 0.25rem;
    text-transform: uppercase;
    text-align: center;
    z-index: 199;
    cursor: default;
}

.voy-list {
    padding: 0;
    cursor: pointer;
}
    .voy-list .mud-list-item-text {
        margin: 0;
    }

        .voy-list .mud-list-item-text .mud-typography.mud-typography-body1 {
            font-size: 14px;
        }
        .voy-list.active .mud-list-item-text .mud-typography.mud-typography-body1 {
            color: var(--color-title);
        }

.voy-button {
    border: solid 5px var(--color-title);
    padding: 20px;
    border-radius: 0;
}
    .voy-button .mud-button-label {
        color: var(--color-title);
        font-size: 18px;
        width: 150px;        
        font-weight: bold;
    }
.voy-button:hover {
    background: var(--color-link-hover);
}
    .voy-button:hover .mud-button-label {
        color: var(--color-text);
    }


/* letter */
#letter article {
    padding: 1rem;
    max-width: 50rem;
    margin: 0 auto;
    font-family: "Zeyada", cursive;
}

    #letter article header {
        text-align: center;
        margin-top: 0;
        font-size: 3rem;
    }

        #letter article header p:first-of-type {
            color: #a38c75;
        }

#letter h1 {
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 0;
    font-family: "sabbath-black", serif;
    color: var(--color-title);
}

#letter p, #letter ul, #letter li {
    font-size: 1.75rem;
}

#letter p {
    margin: 0 0 1.5rem;
    font-family: "Satisfy", cursive;
}

#letter article header + p:first-line {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 2rem;
    letter-spacing: .1rem;
    color: #1f1a14;
}

#letter a {
    color: #4d4033;
    text-decoration: none;
    border-bottom: 1px solid #ccbfb3;
}

#letter dl {
    font-size: 1.35rem;
}

    #letter dl dt {
        font-weight: bolder;
    }

#letter #dropcap {
    margin-right: 1rem;
    font-family: "sabbath-black", serif;
    color: var(--color-title);
}
#letter .red-text {
    color: var(--color-title);    
}