body {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.app-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 110px;
    padding: 26px 107px;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
}

.container {
    margin-top: 125px;
}

.app-header h1 {
    margin-top: 40px;
    font-weight: 600;
}

.app-breadcrumb {
    display: flex;
    gap: 25px;
    flex-shrink: 0;
    font-size: 0.8em;
    padding-bottom: 10px;
}

.app-breadcrumb .breadcrumb {
    margin-bottom: 10px;
}

.app-breadcrumb .breadcrumb a, .breadcrumb-item.active {
    color: #000;
}

.carousel-item {
    padding:0 5px;
    
}

.app-event-name {
    margin-top: 25px;
}

.app-event-name h2 {
    margin-bottom: 10px;
    padding: 0px 20px;
    font-weight: 600;
}

.app-event-prices h3 {
    margin-bottom: 10px;
    padding: 0px 20px;
}

.app-event-name p {
    padding: 0px 20px;
    text-align: left;
}

.app-event-date {
    font-size: 0.8em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}

.app-event-photo-credit {
    font-size: 0.8em;
    font-style: normal;
    font-weight: 200;
    line-height: 1.9em;
    font-style: italic;
    word-spacing: 0.3em;
    text-align: left;
    margin-bottom: 25px;
}

.app-event-desc-last {
    margin-top: 25px;
}

.app-event-prices {
    margin-top: 60px;
}

.app-price-list {
    padding: 0 20px;
}
.app-price-list li {
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    font-weight: 400;
}

.app-ticket-buy p {
    margin: 60px 0 60px 0;
    padding: 0px 20px;
}
