:root {
    --indigo-deep: #0f0d3d;
    --cream: #fdf8f0;
            display: grid;
            grid-template-rows: auto 1fr auto;
            min-height: 100svh;            
}
html {
    box-sizing: border-box;
    scroll-padding-top: 52px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


*, *:before, *:after {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
    margin:0;
    background: var(--indigo-deep);
    color: var(--cream);
    font-family: "Lato", sans-serif;
    line-height: 1.6;
}
        #previousevents {
            color:var(--indigo-deep);
        }
        .previous-events {
            display: flex;
            margin-inline:auto;
            flex-wrap: nowrap;
            align-items: center;
            gap: 2rem;
            overflow-x: scroll;
            justify-content: space-evenly;
            color:var(--cream);
        }
        img {
            width:100%;
            height:auto;
        }

        .previous-event {
            min-width: min(300px, 100% - 1ch);
            max-width: min(300px, 100% - 1ch);
            aspect-ratio:300/331;
            position: relative;
            display:grid;
            grid-template-rows: auto 1fr;
            align-items: center;
        }
        #starfield {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        .star {
            position: absolute;
            border-radius: 50%;
            background: white;
            animation: twinkle var(--dur, 3s) ease-in-out infinite var(--delay, 0s);
        }
        @keyframes twinkle {
            0%, 100% { opacity: var(--min-op, 0.2); transform: scale(1); }
            50% { opacity: 1; transform: scale(1.4); }
        }   


        .gridimage {
            display:table-cell;
            grid-row:1;
            max-width: 100%;
            width:400px;
            aspect-ratio: 400/225;
            object-fit:cover;
            vertical-align:middle;
        }
        .overspace {
            padding:1ch;
            position: relative;
            max-width: min(1200px, 100vw - 1ch);
            margin-inline: auto;
            margin-block-end: 1rem;
            border-radius: 0.5rem;
            background: linear-gradient(145deg, rgba(55, 48, 163, 0.3), rgba(15, 13, 61, 0.6)) !important;
            color: var(--cream) !important;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(255, 255, 255, 0.9);
        }
        footer {
            background: var(--indigo-deep);
            color: var(--cream);
            text-align: center;
        }
        a {
            color: #8b7cff;
        }
        a:hover {
            color: #e879f9;
        }
        nav {
            background: var(--indigo-deep);
            color: var(--cream);
            text-align: center;
        }
        .lhc-center {
            text-align: center;
        }
        .lhc-columns {
            display: flex;
            gap: 1em;
            flex-wrap: wrap;
            justify-content: center;
        }
         .lhc-columns > div {
            /* background: rgba(255, 255, 255, 0.1); */
            padding: 1ch;
            border-radius: 0.5rem;
            min-width: 200px;
            max-width: 300px;
        }
    @font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
        U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
