body {
    margin: 0;
    padding: 0;
    background-color: #11051D;
    color: #C3EF0A;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    text-align: center;
}

::selection {
  color: #28004F;
  background: #C3EF0A;
}

a {
    color: inherit;
}

.page-header {
    position: relative;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header-tickets {
    background: url('/img/page-header-tickets.jpg') center center #11051D;
}

.page-header-text {
    font-size: 72px;
}

.text-header {
    font-size: 56px;
    line-height: 44px;
}

.text-subheader {
    font-size: 36px;
    line-height: 36px;
    margin: 0;
}

.text-paragraph {
    width: 60%;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 400;
}

.text-paragraph-s {
    width: 60%;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0;
}

.text-paragraph-xs {
    width: 60%;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0;
}

.muse-header {
    display: none;
}

.muse-section-video {
    position: relative;
    display: block;
    width: 100vw;
    height: 100vh;
    max-height: 100vw;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

.video-top {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#video {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-muse-intro {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 50%;
    height: auto;
}

.vertical-line {
    display: block;
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 1px;
    height: 200px;
    background-color: #C3EF0A;
}

.page-header .vertical-line {
    bottom: -50px;
    height: 100px;
}

.muse-section-welcome {
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #28004F;
}

.tiles {
    margin-top: 50px;
    width: 960px;
    max-width: 92%;
}

.muse-section-venues {
    background: url('/img/muse-bg-cross.png') center top;
    background-size: 180px;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.venue-showcase {
    display: flex;
    justify-content: center;
    gap: 45px;
    max-width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.venue-showcase-item {
    width: auto;
    max-height: 400px;
}

.venue-desc {
    padding: 40px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    opacity: 0.6;
}

.muse-section-lineup {
    background: #28004F;
    padding: 80px 20px 100px;
    display: flex;
    justify-content: center;
}

.muse-lineup {
    width: 80%;
    max-width: 92%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.link-artist {
    text-decoration: none;
}

.link-artist:hover {
    color: #FFFFFF;
}

.muse-section-program {
    background: #28004F;
    margin: 0;
    padding: 0 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.program-bucket {
    width: 80%;
    max-width: 92%;
    box-sizing: border-box;
    border: 10px solid #C3EF0A;
}

.program-bucket-inverted {
    width: 80%;
    max-width: 92%;
    background-color: #C3EF0A;
    color: #28004F;
    padding-bottom: 30px;
}

.program-header {
    font-size: 32px;
}

@media only screen and (max-width: 720px) {
    .program-header {
        font-size: 28px;
    }
}

.program-venues {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0 60px;
}

.program-venue {
    box-sizing: border-box;
    padding: 0 40px;
    width: 33.3%;
    text-align: left;
}

.program-venue:not(:last-of-type) {
    border-right: 1px solid #C3EF0A;
}

@media only screen and (max-width: 1280px) {
    .program-venue {
        width: 100%;
    }
    .program-venue:not(:last-of-type) {
        border-right: none;
        border-bottom: 1px solid #C3EF0A;
    }
}

.venue-slot-inverted {
    font-family: "helvetica-regular", "Helvetica", "Arial", sans-serif;
}

.venue-slot-time {
    margin-right: 30px;
}

.muse-section-youtube {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #28004F;
    padding: 0 20px 60px;
}

.youtube-wrap {
    width: 960px;
    max-width: 92%;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

#youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.muse-section-socials {
    background: #28004F;
    padding: 60px 0 120px;
}

.socials {
    display: flex;
    justify-content: center;
}

.social-link {
    font-size: 24px;
    color: #C3EF0A;
    text-decoration: none;
    margin: 0 60px;
}

.social-link:hover {
    text-decoration: underline;
}

.partners-header {
    background-color: #C3EF0A;
    color: #28004F;
    padding: 60px 0;
}

.text-header-partners::selection {
    color: #C3EF0A;
    background: #28004F;
}

.partners-logos {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 50px 0;
    padding: 100px 0;
    background-color: #28004F;
}

@media only screen and (max-width: 720px) {
    .partners-logos {
        gap: 0;
    }
}

.partner-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    flex: 0 0 33%;
}

.partner-logo-wrap:hover {
    filter: grayscale(100%) brightness(20);
}

.partner-logo {
    max-width: 40%;
    max-height: 12vw;
}

@media only screen and (max-width: 720px) {
    .partner-logo {
        max-width: 60%;
    }
}

.partner-ra {
    max-width: 32%
}

.partner-n29 {
    max-width: 35%
}

.partner-crackhouse {
    max-width: 22%
}

.partner-calosc {
    max-width: 32%
}

.muse-section-tickets {
    padding: 60px 20px 0;
    background-color: #28004F;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #C3EF0A;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

.ticket:hover {
    text-decoration: underline;
}

#paypal-container-AUDGPC5YHV76Q, #paypal-container-XK8GVTN9MDY7E {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.muse-footer {
    display: flex;
    justify-content: center;
    padding: 50px 0 46px;
    background-color: #11051D;
}

.tc {
    color: #C3EF0A;
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tc:hover {
    text-decoration: underline;
}

video::-webkit-media-controls-panel {
  background: transparent;
}

/* Tickets */

.muse-tickets {
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.muse-ticket {
    width: 80%;
    box-sizing: border-box;
    background-color: #11051D;
    /* border: 5px solid #C3EF0A; */
    margin: 0 auto;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket-inactive {
    color: #68507F;
}

.ticket-name {
    margin-bottom: 10px;
}

.ticket-desc {
    margin-bottom: 40px;
}

.ticket-buttons {
    display: flex;
    justify-content: center;
    gap: 30px
}

.ticket-button {
    background-color: #C3EF0A;
    height: 58px;
    padding: 0 40px 2px;
    border-radius: 30px;
    color: #11051D;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
}

.ticket-button:hover {
    background-color: #FFFFFF;
    
}

.buy-tc {
    color: #A08DB2;
    max-width: 720px;
}

.buy-tc {
    margin-bottom: 20px;
}

.tabs {
    width: 100%;
}

.tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 720px) {
    
    .page-header {
        height: 300px;
    }
    
    .page-header-text {
        font-size: 60px;
    }
    
    .text-header {
        font-size: 40px;
    }
    
    .text-subheader {
        font-size: 32px;
    }
    
    .text-paragraph {
        width: 92%;
        font-size: 18px;
    }
    
    .text-paragraph-s {
        width: 92%;
        font-size: 16px;
    }
    
    .text-paragraph-xs {
        width: 92%;
        font-size: 14px;
    }
    
    .partners-header {
        padding: 40px 0;
    }
    
    .partners-logos {
        padding: 60px 0;
    }
    
    .socials {
        flex-direction: column;
        gap: 20px
    }
    
    .muse-ticket {
        width: 96%;
        align-items: center;
    }
    
    .ticket-name span {
        display: block;
        font-size: 22px;
    }
    
    .ticket-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .ticket-button {
        justify-content: center;
        font-size: 18px;
    }
}