@font-face {
    font-family: Zeppelin;
    src: url("Zeppelin31.otf");
}

@font-face {
    font-family: Haas;
    src: url("NHaasGroteskDSPro-55Rg.otf");
}

.oldstyle {
    font-variant: oldstyle-nums;
}

:root, button {
    font-family: Haas, Helvetica, Arial, sans-serif;
    font-size: calc(10px + .3vw);
    letter-spacing: .15rem;
}
body, figure {
    margin: 0;
}
sup {
    font-size: 0.7rem;
    letter-spacing: .1rem;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
}
.grid-container {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: 1fr 2fr;
}
nav {
    position: fixed;
}
.lcol {
    grid-column-start: 1;
    grid-column-end: 2;
}
.rcol {
    grid-column-start: 2;
    grid-column-end: 3;
}
h1 {
    margin-top: 0;
    margin-block-end: 0;
    margin-bottom: 3.5rem;
    font-weight: normal;
}
ul {
    list-style: none;
    padding: 0;
    margin-block-start: 0;
}
li:hover {
    cursor: pointer;
}
li:hover, li.active, a:hover {
    text-decoration: underline;
}
li.active {
    cursor: unset;
}
main, div.tenko-logo, footer {
    padding: 1rem;
}
div.tenko-logo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
* {
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.75rem;
}
div.tenko-logo img {
    width: 100%;
    vertical-align: bottom;
}
.year {
    margin-bottom: 3.5rem;
}
.month {
    margin-bottom: 1.75rem;
}
.desc+.year, .desc+.month{
    margin-top: 1.75rem;
}
.reveal {
    display: block !important;
}
article img {
    width: 50%;
    margin-bottom: .75rem;
}
@media screen and (min-width: 600px) {
    p {
        margin-block-start: calc(3*1.75rem);
        margin-bottom: 1.75rem;
    }
    #mc_embed_shell {
        margin-bottom: 3.5rem;
    }
    p + p {
        margin-block-start: 0;
    }
    .dropdown {
        display: none;
    }
    div.tenko-logo .rcol:hover, .tenko-logo.backdrop {
        background-image: url("blue.webp");
        background-size: cover;
    }
    div.tenko-logo .rcol:hover img, .tenko-logo.backdrop img {
        filter: invert();
    }
    .tenko-logo .rcol {
        margin-left: -1rem;
    }
    article {
    margin-bottom: 100px;
    }
    footer {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .grid-container {
        display: block;
    }
    nav {
        position: unset;
    }
    div.tenko-logo {
        position: unset;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .tenko-logo.backdrop {
        background-image: url("blue.webp");
        background-size: cover;
    }
    .tenko-logo.backdrop img {
        filter: invert();
    }
    nav h1, nav p, nav ul {
        display: none;
    }
    article {
        margin-top: 3.5rem;
    }
    button {
        color: #000;
    }
    .dropbtn {
        background-color: #fff;
        text-align: left;
        padding: .25rem .5rem;
        border: 1px solid black;
        border-radius: 0.25rem;
        width: 100%;
        cursor: pointer;
    }
    .dropbtn::after {
        content: "▾";
        position: absolute;
        right: 0;
        padding-right: .5rem;
        font-size: 1.5rem;
    }
    .dropdown {
        width: 100%;
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        background-color: #fff;
        border: 1px solid black;
        border-radius: 0.25rem;
        display: none;
        position: absolute;
        margin-top: 1px;
        width: 100%;
        z-index: 1;
    }
    .dropdown-content a {
        color: #000;
        padding: .25rem .5rem;
        text-align: left;
        text-decoration: none;
        display: block;
    }
    .dropdown-content a:hover {
        background-color: #f7f7f7
    }
    .dropdown:hover .dropbtn {
        background-color: #f7f7f7;
    }
    article img {
        width: 100%;
    }
    #mc_embed_shell {
        margin-bottom: 2rem;
    }
    
}

input {
    all: unset;
}

#mc_embed_signup_scroll {
    display: flex;
}

#mce-EMAIL {
    border-bottom: 1px solid black;
    width: 20rem;
}

#mc-embedded-subscribe {
    margin-left: .5rem;
    padding: 1px;
}

#mc-embedded-subscribe:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}