:root {
    --background-color: #111;
    --text-color: #f5f5f5;
}

/* Optional override for Bulma if using variables */
body {
    background-color: var(--background-color);
    color: var(--text-color);
}

.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;

}

.cinzel-script-regular {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 25px;
}

.madi-script-regular {
    font-family: "Ms Madi", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 35px;
}

.parisienne-script-regular {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 35px;
}

.qgrypen-script-regular {
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 35px;
}

.italiano-script-regular {
    font-family: "Italianno", 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: 50px 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;
}

ul {
    list-style-type: circle;
    padding-left: 5px;
}

.custom-bullets {
    list-style-type: disc;
    /* padding-left: 1.5rem;
    font-size: 1.1rem; */
    color: #363636;
    /* Bulma's default text color */
}

.box {
    background-color: black !important;
}

/* .custom-bullets li {
        margin-bottom: 0.5rem;
    } */