html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



@media screen and (max-width: 30rem) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 20rem) {
    html {
        font-size: 12px;
    }
}

body {
    background: #44489a;
    font-family: "Grandstander", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.typography {
}

.typography--centered {
    text-align: center;
}

.typography .pre-title {
    display: block;
    font-weight: bolder;
    color: #999;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

.typography h1,
.typography h2,
.typography h3 {
    font-weight: bolder;
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;

    font-family: "Grandstander", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.typography h1 {
    font-size: 4rem;
}

.typography h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.typography h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.typography p {
    font-size: 1.25rem;
    letter-spacing: 0.01rem;
    line-height: 1.75rem;
}

.typography p + p {
    margin-top: 1rem;
}

.typography p.small {
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
}



section {
    padding: 4rem 1rem;
}

section.highlight {
    background: #44489a;
    padding-top: 9rem;
}

@media screen and (max-width: 30rem) {
    section.highlight {
        padding: 4rem 0;
    }
}


.program-title {
    position: absolute;
    z-index: 10;

    top: 0;
    left: 0;
    right: 0;
    margin: auto;

    transform: translateX(-2rem);

    max-width: 30rem;
}

.program-title img {
    width: 100%;
}

.banner {
    max-width: 70rem;
    position: relative;
    line-height: 0;
    margin: auto;
    margin-bottom: 1rem;
}


.banner img {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 30rem) {
    .banner {
        margin-top: 2rem;
        padding: 0 1rem;
    }
    .banner img {
        border-radius: 1rem;
    }
}

.banner__logo {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;

    position: absolute;
    bottom: -2rem;
    margin: auto;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
}

.banner__logo img {
    width: 100%;
    height: 100%;
}

.social {
    display: inline-flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.social__icon {
    width: 4rem;
    height: 4rem;
}

.social__icon img {
    width: 100%;
    height: 100%;
}


.events-wrapper {
    position: relative;
    max-width: 70rem;
    position: relative;
    line-height: 0;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1rem;

    aspect-ratio: 1 / 1.85;
    max-width: 32rem;

    border-radius: 1rem;
    overflow: hidden;
    border: 0.25rem solid #171937;
}

@media screen and (max-width: 30rem) {
    .events-wrapper {
        padding: 4rem 1rem;
        border: 0;
        border-radius: 0;
        border-top: 0.25rem solid #171937;
        border-bottom: 0.25rem solid #171937;
    }
}

.events-wrapper img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;

    bottom: 0;
    width: 100%;
}

.events {
    height: 100%;

    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    margin-top: 2rem;
}

.event {
    position: relative;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);

    text-align: left;

    width: 100%;
    max-width: 30rem;
    border: 0.25rem solid black;
    border-top: 0;
}

.event:first-child {
    border-radius: 1rem 1rem 0 0;
    background: #1c004cdb;
}
.event:last-child {
    border-radius: 0 0 1rem 1rem;
    padding-bottom: 1rem;
}

.event a span {
    color: white;
}

.event__intro {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.event__intro p {
    padding: 0 1rem;
    color: #eee;
    font-size: 1.2rem;
    line-height: 2rem;
}


.event__content {
    padding: 1rem;
    padding-left: 5rem;
}

.event__weekday {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;

    width: 3rem;
    height: 3rem;
    background: #555;
    color: #444;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;

    font-size: 1.25rem;
}

.event span {
    display: block;
}

.event__date-time {
    font-weight: bolder;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.event a {
    text-decoration: none;
    color: black;
}

.event a:hover {
    text-decoration: underline;
}


.event__location {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #ccc!important;
}

.event__book-ticket {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.event__book-ticket {
    color: #ff5ea0!important;
}

.infobox {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #ccc;
}


footer {
    padding: 2rem 1rem;
    color: #111;
    background: #8b88cb;
}

footer a {
    color: #111;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
