.jumbotron {
 padding-top: 50px !important; /* This value can be whatever you want to change where the picture goes, I would make it the height of your nav */
	padding-bottom: 0px;
}

/* GALLERY */

.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: 18px;
    border: 1px solid #;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
	background-color: #000;

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

}
.btn-default:active .filter-button:active
{
    background-color: #ffa500;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
