.buttons-wrap #smart-button-container {
    text-align: center;
    display: flex;
    align-items: flex-start;
}

.buttons-wrap .print-invoice-button {
    width: 185px;
    color: red;
    border: 2px solid red;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding: 10px;
    background-color: transparent;
    text-decoration: none;
}

.buttons-wrap .paypal-button-paypal {
    margin-right: 15px;
    width: 200px
}

.buttons-wrap .paypal-button-card {
    margin-right: 15px;
    width: 200px
}

@media (max-width: 400px) {
    .buttons-wrap #smart-button-container {
        flex-direction: column;
        width: 80%;
    }

    .buttons-wrap .print-invoice-button {
        margin-bottom: 15px;
        width: 100%
    }

    .buttons-wrap .paypal-button-paypal {
        margin-bottom: 15px;
        width: 100%
    }

    .buttons-wrap .paypal-button-card {
        margin-bottom: 15px;
        width: 100%
    }
}

.digital-photo-view .festival-title, .performer-title {
    font-family: Abril Fatface;
    font-style: normal;
    font-weight: bold;
    font-size: 200%;
    line-height: 200%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #333333;
    padding-top: 20px;
    margin-bottom: 10px;
}

.digital-photo-view .festival-title {
    text-transform: uppercase;
}

.digital-photo-view .venue-title, .date-title {
    font-family: Abril Fatface;
    font-style: normal;
    font-weight: normal;
    font-size: 150%;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    color: black;
    margin-bottom: 0px;
}

.digital-photo-container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    justify-content: center;
}

.digital-photo-container img {
    width: 200px;
    border-color: #88BBFF;
    border-width: thin;
    border-style: solid;
    padding: 3px;
    border-radius: 5px;
    margin: 10px;
}

.digital-photo-container a {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
