/*@font-face {
    font-family: Univers;
    src: url('UniversLTStd.woff2') format('woff2'),
         url('UniversLTStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: UniversBold;
    src: url('UniversLTStd-Bold.woff2') format('woff2'),
         url('UniversLTStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'tenko_blackregular';
    src: url('TenkoBlackRegular.woff2') format('woff2'),
         url('TenkoBlackRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

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

:root, button {
    font-family: "Times New Roman", Times, serif;
    font-size: calc(10px + .3vw);
    font-kerning: none;
}
body, figure {
    margin: 0;
}

figcaption {
    font-size: .8rem;
}

sup {
    font-size: 0.7rem;
    letter-spacing: .1rem;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    text-decoration: underline;
}
ul a:hover {
    text-decoration: none;
}
ul a {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}
.grid-container {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: 1fr 2fr;
}
.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, .bold, #mc-embedded-subscribe:hover, .dropdown-nav, strong, a {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}
li {
    display: inline;
}
ul a {
    display: block;
}
ul a:hover, .tenko-logo a:hover, .dropdown a:hover {
    border-bottom: none;
}
li.active {
    cursor: unset;
}
main, div.tenko-logo, footer {
    padding: 1rem;
}
* {
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.35;
}
div.tenko-logo img {
    width: 100%;
    vertical-align: bottom;
}
.desc{
    margin-bottom: 1.35rem;
}
.dropdown-content {
    display: none;
}
header span {
    font-family: tenko_blackregular;
    font-size: 2rem;
    padding: 1.5rem;
}
.reveal {
    display: block !important;
}
.hidden {
    display: none !important;
}
.dropdown-nav a {
    display: block;
    font-size: 1.25rem;
}
.dropdown-content {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 5rem;
    background-color: white;
    padding: 1.5rem;
}
.underline {
    text-decoration: underline;
}
.dropdown-content > p:nth-of-type(1) {
    margin-top: 4rem;
}
article img {
    width: 50%;
    margin-bottom: .75rem;
}
article p img {
    margin-bottom: -1rem;
}
@media screen and (min-width: 600px) {
    .dropbtn {
        display: none;
    }
    p, .press-item {
        margin-block-start: 0;
    }
    p {
        margin-bottom: 1.75rem;
    }
    #mc_embed_shell {
        margin-bottom: 3.5rem;
    }
    p + p, .press-item + .press-item {
        margin-block-start: 0;
    }
    .dropdown {
        display: none;
    }
    /*div.tenko-logo .rcol:hover {
        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;
    }
    footer {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    main, div.tenko-logo, footer {
        padding: 1.5rem;
    }
    .year {
        margin-bottom: 1.75rem;
    }
    .month {
        margin-bottom: 0.75rem;
    }
    .grid-container {
        display: block;
    }
    nav {
        position: unset;
    }
    div.tenko-logo {
        position: unset;
        padding-top: 2rem;
        padding-bottom: 0.5rem;
        /*margin: 1rem 1rem 0;
        border-radius: .5rem;*/
    }
    /*.tenko-logo.backdrop {
        background-image: url("blue.webp");
        background-size: cover;
    }
    .tenko-logo.backdrop img {
        filter: invert();
    }*/
    nav h1, nav ul {
        display: none;
    }
    button {
        color: #000;
    }
    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: -3.3rem;
}

#mc-embedded-subscribe:hover {
    cursor: pointer;
}

.press-item img {
    width: 100%;
    border: 1px solid black;
    border-radius: 1rem;
}

.press-item {
    display: flex;
}

.press-item-image {
    width: 20%;
}

.press-item-desc {
    width: 80%;
    padding-left: 2rem;
}

.press-item-image a:hover {
    border: none;
}

@media screen and (max-width: 599px) {
    .press-item-image {
        width: 40%;
    }
    
    .press-item-desc {
        width: 60%;
        padding-left: 2rem;
    }

    .rcol {
        margin-top: 6rem;
    }
    header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: white;
    }
}

header {
    display: flex;
}

.tlogo, .dropbtn {
    height: 20px;
    margin: 1rem;
}

.dropbtn {
    margin-left: auto;
}

.dropbtn:hover {
    cursor: pointer;
}

@media screen and (max-width: 599px) { 
    .tlogo, .dropbtn {
        height: 2rem;
        margin: 1.5rem;
    }
    .dropbtn {
        margin-left: auto;
    }
}

.regular {
    font-family: "Times New Roman", Times, serif;
    font-weight: 100 !important;
}
   
.italic {
    font-style: italic;
}

audio {
    position: relative;
    z-index: -1;
}