.splide__slide{
    height: 500px;
    width: 350px !important;    
    transition: all 0.2s ease !important; 
}

.splide__slide:hover {
    transform: translateY(10px);
}

.splide__track {
    min-height: 100vh;
    padding-top: 400px;
    display: flex;
}

.splide-artists{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.artist-gallery{
    background-color: white;
}
.artist-gallery h1{
    color: #0000FE !important;
    font-weight: bold;
}

.splide__slide{
    border: 1px solid #8a8a8a;
}

.splide__slide h1{
    color: white !important;
}

.splide__list > .splide__slide:nth-child(3n + 1) {
  margin-top: 0;
}

.splide__list > .splide__slide:nth-child(3n + 2) {
  margin-top: -100px;
}

.splide__list > .splide__slide:nth-child(3n + 3) {
  margin-top: -300px;
}

.artist-in-residence-title{
    margin-top: 150px;
    text-align: center;
}

.splide__slide .dark-overlay h1{
    text-align: center;
}


@media screen and (max-width: 768px) {
    .splide__track {
        min-height: 100vh;
        padding-top: 400px;
        display: flex;
    }
   .splide__slide h1{
    font-size: 3.2rem !important;
    }

    .splide__slide{
        height: 60vh !important;
        width: 70vw !important;    
        transition: all 0.2s ease !important; 
    }

    .splide__list > .splide__slide:nth-child(3n + 1) {
        margin-top: 0;
        }

        .splide__list > .splide__slide:nth-child(3n + 2) {
        margin-top: 0px;
        }

        .splide__list > .splide__slide:nth-child(3n + 3) {
        margin-top: 0px;
        }


    .splide__track {
        min-height: 100vh;
        padding-top: 100px;
        display: flex;
    }
}