.image-container {
    position: relative;
    display: inline-block;
}

.overlay-text {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* font-size: 2rem; */
    font-size: 40px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    text-align: center;
    font-family: cormorantgaramond-light, cormorantgaramond, cormorant garamond, serif;
}

.image-container img {
    display: block;
    /* -webkit-filter: grayscale(100%); */
    /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
}

.letters-only {
    font-size: 80px;
    font-family: cormorantgaramond-light, cormorantgaramond, cormorant garamond, serif;
    text-align: center;

}

.white-text {
    color: white
}

.white-background {
    background-color: white;
}

.black-text {
    color: black;
}

.black-background {
    background-color: black transparent;
}

.message-text {
    font-size: 20px;
    font-family: cinzel, serif;
    text-align: center;

}

.has-underline {
    display: inline-block;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    padding-bottom: 2px;
}

.timer {
    font-size: 4rem;
    letter-spacing: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-unit {
    width: 2ch;
    text-align: center;
}

.separator {
    margin: 0 0.5rem;
}

.timer-body {
    background-color: black;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    /* Digital-style font */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.pinyon-script-regular {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 35px;

}

.no-inherit-sup sup {
    all: unset;
    font-size: 0.75em;
    vertical-align: super;
    line-height: 0;
}

.section {
    padding: 100px 20px;
    border-bottom: 1px solid #ddd;
}

.date-text {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.no-inherit {
    all: unset;
}