html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* gallery flex */
/*div.gallery ul
{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

div.gallery li
{
    height: 40vh;
    flex-grow: 1;
}

div.gallery img
{
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}*/

div.gallery ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style-type: none;
    padding: 0;
}

div.gallery li {
    flex-grow: 1;
}

div.gallery img {
    margin: 10px;
    /*border: 3px solid #000; */
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
    max-width: 25vw;
}
