@font-face {
    font-family: myHandWrittentFont;
    src: url('../fonts/ShadowsIntoLight.ttf');
}

.portfolio-item {
    /*background-color: red;*/
    /*padding: 20px;*/
    max-height: 400px;
    max-width: 300px;
    width: 300px;
    height: 400px;

}
.portfolio-item img {
    width: 300px;
    height: 400px;
    object-fit: cover;
}

.portfolio-list-item {
    /*background-color: red;*/
    /*padding: 20px;*/
    max-height: 232px;
    max-width: 232px;
    width: 232px;
    height: 232px;
    padding: 4px;
}

.portfolio-list-item img {
    width: 232px;
    height: 232px;
    object-fit: cover;
}

.isotope-item {
    padding-top: 20px;
}
