.gallery-page {
    max-width: 1300px;
    margin: 0 auto;
}

.card-footer {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.social-buttons {
    margin-left: 15px;
}

.social-buttons:hover {
    cursor: pointer;
}

.social-buttons .button {
    margin: 5px;
}

.action-buttons {
    margin-left: auto;
    margin-right: 15px;
}

.action-buttons button {
    border: none;
    background: none;
    cursor: pointer;
}

.action-buttons .button {
    margin: 5px;
}

figure img {
    max-width: 100%;
}

.session-page {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.gallery-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
}

.event-logo {
    max-height: 100px;
    margin: 0 auto;
}

.event-title h1 {
    font-size: 30px;
    color: black;
}

.event-title h2 {
    padding-top: 15px;
    font-size: 22px;
    color: black;
}

.event-item {
    margin-top: 30px;
}

.session-date {
    display: flex;
    margin-bottom: 40px;
}

.gallery-filters {
    display: flex;
    margin-bottom: 30px;
}

.session-filter {
    background-color: white;
    color: black;
    font-weight: 300;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 17px;
    margin-right: 10px;
    padding: 5px;
    text-decoration: none;
}

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

.gallery-description {
    margin-bottom: 30px;
}

figure {
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .event-title h1 {
        font-size: 27px;
    }

    .event-title h2 {
        padding-top: 0px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 550px) {
    .event-title h1 {
        font-size: 22px;
    }

    .event-title h2 {
        padding-top: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 650px) {
    .session-page {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .gallery-header {
        flex-direction: column;
        align-items: center;
    }

    .event-title {
        margin: 0;
    }

    .event-title h2 {
        text-align: center;
    }

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