html {
    scroll-behavior: smooth;
}

article.workshop {
    padding-top: 20px;
    margin-bottom: 20px;
}

section.title {
    padding: 0 0 10vh 0;
    line-height: .95;
    text-align: center;
}

h1 {
    font-size: 500%;
    text-decoration: none;

}

aside {

    grid-row: 1;
    height: 0;
    grid-column: 10 / span 2;
    position: sticky;
    top: var(--body-margin);
    padding-top: 1em;
}

aside ul {
    text-indent: 1em;
    list-style-type: circle;
    list-style-position: inside;
}

span.dates {
    font-family: "FL-Selectric";
    font-size: 16px;
    padding-bottom: 1em;
    gap: 1em;

}

.swiper-slide img {
    max-height: 80vh;
    height: 100%;
    width: 100%;

}

.swiper-slide picture {
    object-fit: contain;
    height: auto;
    width: auto;
}

.swiper-slide img {
    object-fit: contain;
    height: auto;
    width: 100%;
}

.swiper-slide .caption {
    font-family: "fl-selectric";
    font-size: 16px;

}

.swiper-pagination {
    bottom: 95% !important;


}

.swiper-slide .caption p {
    margin: 0;
    padding: 0 2em;
}


@media only screen and (995px < width <=1500px) {

    article {
        grid-column: 3/ span 8;
        max-width: 80ch;
    }

    blockquote {
        font-style: italic;
        margin: 0 1em 1em 1em;
        quotes: "«" "»" "‹" "›";
        border-left: 1px solid #000000;
        padding: 0 0 0 1em;
    }

    h1 {
        line-height: .9;

        font-size: 200%;
        margin-top: 1em;
    }

    aside {
        /* background-color: white;
            outline: 1px solid var(--link-color); */
        grid-column: 1 / span 2;
        width: 100%;
        margin: 0;
        left: 0;
        padding: 0em;
        margin: 2em 0 0 0;
        z-index: 1;
        height: fit-content;

    }


}

@media only screen and (width <=995px) {
    h1 {
        line-height: .9;
        font-size: 200%;
        margin-top: 1em;
        padding-bottom: 0em;
    }

    section.title {
        padding: 0 0 2vh 0;
    }

    .description p {
        margin: 1em .2em;
    }

    .swiper-pagination {
        bottom: 93% !important;


    }


    aside {
        /* background-color: white; */
        outline: 1px solid black;
        grid-column: 1 / span 12;
        width: 100%;
        margin: 0;
        left: 0;
        padding: .5em;
        margin: 1em 0 0 0;
        z-index: 1;
        height: fit-content;
        position: relative;

    }



}