.state {
    color: white;
    text-align: center;
}

.blurb h1 {
    font-weight: 400;
}
.artist {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
    margin-bottom: 80px;
}

.artist .grid-item {
    display: block;
    margin: auto;
}

.artist h2 {
    text-align: center;
    color: white;
}

.blurb {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    flex-direction: column;
    display: none;
    background-color: black;
    z-index: 10;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 750px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #sean {
        background-image: none;
    }
}

.blurb button {
    background-color: black;
    border-radius: 15px;
    color: white;
}
.grid-container {
    color: white;
}
/*image and sketch galleries*/
.image-container, .sketch-container {
    position: relative;
    width: auto;
    height: 100%;
    display: none;
    margin-bottom: 225px;
}

.grid, .gridS, .gridE, .gridF {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 2em;
    padding: 0;
    left: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.myImages, myImagesS {
    border-radius: 5px;
    padding-top: 100px;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    -webkit-overflow-scrolling: touch;
    height: auto;
}
.mySketches, .mySketchesS {
    border-radius: 5px;
    padding-top: 100px;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    -webkit-overflow-scrolling: touch;
    height: auto;
}
.myImages img {
    position: relative;
    height: 200px;
    padding: 0;
    margin-right: 2em;
}
.myImages img:hover {opacity: 1.0; scale: 2.0; z-index: 99;}
.mySketches img {
    position: relative;
    height: 200px;
    padding: 0;
    margin-right: 2em;
}
.mySketches img:hover {opacity: 1.0; scale: 2.0; z-index: 99;}

.btn-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn-container button {
    font-size: medium;
    padding: 0.3em;
}
/*video intro*/
#fearlessvid {
    position: fixed;
    background-color: black;
    height: 100%;
    width: 100%;
    z-index: 400;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


#myModal {
    top: 50px;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 750px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .artist {
    display: inline;
        width: 100%;
        margin-bottom: 75px; 
    }
    
    .modal {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%; 
    }
    #img01 {
        position: relative;
        top: 150px;
        left: 100px;
        padding: 0;
        margin: 0;
        
    }
    .grid-item {
        padding-bottom: 75px;
        align-content: center;
        text-align: center;
}
    .myImages, .mySketches img {
        width: 100%;
        height: auto;
        margin-bottom: 2em;
    }
    .myImages img:hover {opacity: 1.0; scale: 1.0; z-index: 10000;}

}
















