* {
    overflow-wrap: break-word;
}

main img {
    object-fit: cover;
    width: 100%;
    /* max-width: 700px; */
    /* height: 60vh; */
    min-height: 210px;
    max-height: 675px;
}

section.anchor {
    text-align: center;
    color: #fafafa;
    
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

section.anchor p>span {
    display: block;
}

.hero__image {
    object-fit: cover;
    width: 100%;
    height: 60vh;
    min-height: 520px;
    max-height: 1080px;
}

section#events h2 {
    padding: 27px 0;
}

section#events h3>a {
    color: unset;
}

section#events .events-list {
    display: flex;
    flex-wrap: wrap;
}

section#events article.event {
    width: 50%;
}

section#events .event-venue {
    display: block;
}

section#events .button {
    display: inline-block;
    margin-top: 24px;
    padding: 12px;
    color: #fafafa;
    background-color: #ea3a2a;
}

section#events .events-btn {
    display: flex;
    justify-content: center;
}

section#timeline,
section#milestones {
    margin: 2rem 0;
    font-size: 36px;
    font-weight: 300;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(234, 58, 42, 0.5) 100%);
}


section#timeline p,
section#milestones p.date {
    margin: 36px 0;
}

section#timeline p:last-child,
section#milestones p:last-child {
    padding-top: 24px;
}

section#timeline time,
section#milestones time,
section#milestones p.date {
    font-size: 6rem;
    font-family: 'Tangerine', serif;
}

section#history .history__carousel {
    display: flex;
    justify-content: center;
}

section#manifesto p {
    font-family: 'Tangerine';
    line-height: 1.2;
    font-size: 4rem;
}

figure.closing-image {
    display: flex;
    justify-content: center;
}

figure.closing-image img {
    object-position: 50% 45%;
    max-height: 800px;
}