.navbar {
    min-height: 7vh;
    font-size: 1.25rem;
}

.navbar-brand {
    font-size: 1.5rem;
}

.contact-section {
    padding-top: 7vh;
}


/* gallery page */

.gallery-title
{
    padding-top: 3vh;
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 35px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
}

.gallery-filter-buttons 
{
    margin-bottom: 10px;
    display: block;
}

.filter-button
{
    font-size: 18px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid rgb(90, 90, 90);
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: rgb(90, 90, 90);

}

.filter-button.active
{
    background-color: rgb(90, 90, 90);
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product > img
{
    margin-bottom: 30px;
    max-width: 100%;
}

#lightboxModalImage
{
    max-height: 90vh;
}