@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('HelveticaNeueLTPro-Blk.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Blk.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

h2 {
    margin: 0;
    line-height: 48px;
    font-size: 48px;
    color: black;
    letter-spacing: -.1rem;
    -webkit-text-stroke: 10px black;
}

h2.active,
h2:hover {
    -webkit-text-stroke: 0;
    font-size: 52px;
    margin-left: -4px;
    letter-spacing: -.2rem;
}

h2:hover {
    cursor: pointer;
}

h2.active span,
h2:hover span {
    display: none;
}

h2 span {
    display: unset;
    position: absolute;
    left: 0;
    color: white;
    -webkit-text-stroke: 0;
}

div {
    color: black;
}

.tour-dates-item {
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
}

.tour-dates-item-date,
.tour-dates-item-button {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    background-color: black;
    line-height: .7;
    padding-top: .4rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    padding-right: .1rem;
    font-size: 16px;
    margin-bottom: .25rem;
}

.tour-dates-item-button {
    float: right;
}

.tour-dates-item-description {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
}

nav {
    margin-bottom: 2rem;
    position: sticky;
    align-self: start;
    left: 8px;
    top: 8px;
    background-color: white;
}

.tour-dates-item {
    margin-bottom: 1rem;
}
.information .tour-dates-item {
    margin-bottom: .5rem;
}

h3 {
    color: black;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -.05rem;
    margin: 0;
    text-align: center;
    display: none;
}

@media screen and (min-width: 700px) {
    body {
        display: grid;
        grid-template-columns: 4fr 1fr 4fr 1fr;
    }

    nav {
        display: inline-block;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    main {
        display: inline-block;
        grid-column-start: 3;
        grid-column-end: 4;
    }

    .mobile-img-slot {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    nav {
        position: fixed;
        left: 8px;
        right: 8px;
        top: 0;
        padding-top: 8px;
        text-align: left;
        margin-bottom: 0;
    }

    main {
        position: fixed;
        top: 155px;
        bottom: 0;
        left: 8px;
        right: 8px;
        overflow: scroll;
    }

    h2 {
        margin: 0;
        line-height: 24px;
        font-size: 24px;
        color: black;
        letter-spacing: -.05rem;
        -webkit-text-stroke: 6px black;
    }

    h2.active,
    h2:hover {
        -webkit-text-stroke: 0;
        font-size: 26px;
        margin-left: -2px;
        letter-spacing: -.1rem;
    }

    main>img {
        display: none;
    }

    .mobile-img-slot {
        float: right;
        height: 130px;
        width: 130px;
        border: 2px solid black;
    }
    .mobile-img-slot img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

img {
    width: 100%;
}

main>img {
    margin-bottom: 1rem;
    aspect-ratio: 1/1;
    object-fit: cover;
}

main>div {
    padding-top: .5rem;
}

.intersection {
    background-color: none;
}

.information .scrolltrigger {
    margin-top: -40vh;
    padding-top: 40vh;
}