
                

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 14px;
    border: 1px solid #3aa7f5;
    /*border-radius: 5px;*/
    text-align: center;
    color: #2d364a;
    margin-bottom: 10px;

}
.filter-button:hover
{
    font-size: 14px;
    border: 1px solid #3aa7f5;
    /*border-radius: 5px;*/
    text-align: center;
    color: #ffffff;
    background-color: #3aa7f5;

}
.btn-default:active .filter-button:active
{
    background-color: #3aa7f5;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/*Logo Resize*/
.navbar .navbar-brand {
    padding: 0 0 0 15px;
}

.navbar-brand {
    height: 95px !important;
} 

.navbar-right {
    padding: 20px 0 0 32px;
}                                                                                               
.navbar-brand img {
    height: 100%;
} 

/*Masonry hack*/
.masonry_item {
  float: left;
}

/* item is invisible, but used for layout */
.gal {
  /*width: 360px;*/
  /*height: 480px;*/
    width: 100%;
    object-fit: cover;
    height: 250px;
}
