/* Events */

.events-page {
    font-family: 'Futura',sans-serif;
}

.event-container {
    margin-bottom: 1px;
}

.event-info-container {
    text-transform: uppercase;
    font-family: 'Futura',sans-serif;
    font-weight: 300;
}

.event-date-big {
    font-size: 120px;
    line-height: 1;
    font-weight: 100;
}

.event-artist {
    font-weight: 600;
    font-size: 18px;
}

.event-location-at {
    font-size: 10px;
}

.event-photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .event-date-big {
        font-size: 140px;
    }
}

@media (max-width: 979px) {
    .event-date-big {
        font-size: 80px;
    }

    .event-artist {
        font-size: 16px;
    }

    .event-location {
        font-size: 12px;
    }
}


@media (max-width: 767px) {
    .event-date-big {
        font-size: 30px;
        display: inline-block;
        margin-right: 10px;
    }

    .event-artist {
        font-size: 24px;
        display: inline-block;
    }

    .event-location {
        font-size: 20px;
        display: block;
        text-align: right;
    }
}