.logo-container {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.logo-container img {
    max-height: 160px;
    border-radius: 8px;
}

.school-photo {
    margin: 0 0 2rem;
    text-align: center;
}

.school-photo img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

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

.announcement-box {
    text-align: center;
    border: 2px solid var(--pico-primary);
    background-color: var(--pico-mark-background-color);
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: var(--pico-border-radius);
}

.announcement-last {
    margin-bottom: 0;
}

.calendar-button {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.event-date {
    font-size: 1.4rem;
    font-weight: bold;
}

.go-trojans {
    color: #d72027;
}

.countdown {
    font-size: 1.5rem;
    margin: 0.5rem 0 1rem;
    color: var(--pico-primary);
}

.countdown strong {
    font-size: 2rem;
}


.honored-classes-list {
    columns: 3;
    column-gap: 2rem;
}

@media (max-width: 600px) {
    .honored-classes-list {
        columns: 1;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .honored-classes-list {
        columns: 2;
    }
}

.contact-form {
    max-width: 480px;
}

.schedule-time {
    width: 100px;
    color: var(--pico-primary);
    white-space: nowrap;
}
