/*galley stylings*/

.content-gallery {
    width: 100%;
    display: flex;
    padding-top: 64px;
}

.progression {
    height: 200px;
    width: 200px;
}

.piece-of-month{
    height: 250px;
}

#background-image{
    height: 100vh;
}
.works {
    flex-grow: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: .1em;
    font-size: x-large;
    height: calc(100vh - 64px);
}

@media screen and (max-width: 600px) {
    .works{
        flex-direction: column;
        width: 100%;
    }
    .works-item{
        width: 100%;
    }
    .preview{
        width: 100%;
    }

    .preview img{
        height: unset;
        width: 100%;
    }
}

.samples {
    flex-grow: 2;
}

.piece-this-month .info {
    display: flex;
    flex-direction: column;
    width: 400px;
}

.works-item a {
    text-decoration: none;
    color: unset; 
}

.works-item {
    height: 100%;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;

    overflow:hidden;
}

.works-item a:hover{
    cursor: pointer;
    color: blue;
    font-weight: bold;
}

.works-item {
    position: relative;
    font-size: 36pt;
}

.preview{
    position: absolute;
    display:none;
}
.preview img{
    height: 100%;
}
