#gallery {
    display: flex;
    height: 100%;

    min-height: 100%;
flex-direction: column;
}

.row  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

h1  {
    color: #315444;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-size: 80px;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: -1px;
}


figure {
    width: 350px;
    display: flex;
    flex-direction: column;
    margin: 0;
   
    margin-bottom: 10px;
}

figcaption {
    align-self: center;
    font-family: "franklin-gothic-atf", sans-serif;
    font-weight: bold;
    color: #315444;
    margin-bottom: 10px;
}

figure img {
    width: 350px;
    margin-bottom: -15px;
}