
#menu li:hover::before {
    background-color: white;
    background-image: none;
}

#menu li {
    z-index: 2;
    opacity: 0;
    color: whitesmoke;
    position: relative;
    list-style-type: none;
    margin-top: 1em;
    margin-bottom: 1em;
    animation: fade-in 0.35s ease-in;
    animation-fill-mode: forwards;
    animation-direction: normal;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    padding: 3px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
    width: fit-content;
    background-position-y: 0;
    border: none;
}

#menu li {
    justify-content: flex-start;
}

#menu {
    text-align: center;
    width: fit-content;
}

#menu ul {
    margin: 0 auto;
    display: inline-grid;
    text-align: left;
    width: 100%;
}

/*#menu li {*/
/*    justify-content: flex-start;*/
/*}*/

.teaser-title {
    font-family: "Nothing You Could Do", sans-serif;
    color: #d6d6d6;
    font-size: 30px;
    margin-bottom: 1em;
}

.teaser-quote {
    font-family: "Cormorant Garamond Light Italic", serif;
    color: #d6d6d6;
    font-size: 25px;
    margin-bottom: 1em;
}

.teaser {
    display: flex;
    flex-direction: column;
    max-width: 95%;
}

#read-button {
    width: 8em;
}

#story-teaser-container button {
    justify-content: center;
}

.teaser-about {
    font-family: "Cormorant Garamond Light", serif;
    color: #d6d6d6;
    margin-bottom: 1em;
}

#read-button {
    margin-bottom: 3em;
}

@media(max-width: 600px) {
    .teaser-title {
        font-size: 25px;
    }
    .teaser-about, .teaser-quote {
        font-size: 20px;
    }
}
