body {
    --wow-purple: #614bc7;
    --wow-pink: #f85fde;
    --bs-primary-rgb: 97, 75, 199;
}

.navbar {
    --bs-navbar-active-color: var(--wow-pink);
}

#EventList {
    div {
        background-color: var(--bs-tertiary-bg);
        margin-bottom: 2rem;
        padding: 0.25rem 0 0.25rem 1.25rem;
        width: 100%;
    }
    
    h5 {
        small {
            font-size: 0.8rem;
            font-style: italic;
            font-weight: 200;
        }
    }
}

.about .img-01 {
    width: 100%;
}
.about .img-02 {
    width: 100%;
}

@media (min-width: 993px) {
    .about .img-01 {
        float: left;
        width: 50%;
    }
    
    .about .img-02 {
        float: right;
        width: 50%;
    }
    
    .about-01 {
        float: right;
        padding: 2rem 2rem 0;
        width: 50%;
    }

    .about-02 {
        float: left;
        padding: 5rem 2rem 0;
        width: 50%;
    }
}