header .logo {
    width: 50px;
}

.alert-error {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}

.cart-link {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.footer-social {
    justify-content: end;
}

.footer-copyright {
    justify-content: start;
}

@media only screen and (max-width: 600px) {
    .footer-social {
        justify-content: center;
        width: 100%;
        margin-top: 0.8rem;
    }

    .footer-copyright {
        width: 100%;
        justify-content: center;
    }

    .footer-links {
        width: 100%;
        justify-content: center;
    }
}


.card-image {
    height: 250px;
    display: block;
}

.content {
    min-height: 80vh;
}

.dj-collection-errors .dj-errorlist .dj-placeholder {
    padding: 1rem;
    margin-bottom: 1rem;
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 0.375rem;
}

.event-activity-image{
    max-width: 100%;
    object-fit: cover;
}