.gallery-title{
    font-size: 36px;
    color: black;
    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: 2px solid #9d1d20;
    border-radius: 5px;
    text-align: center;
	padding: 10px 15px;
	width: 100px;
	margin: 0px 5px;
    color: black;
    margin-bottom: 30px;

}
.filter-button:hover{
    font-size: 18px;
    border: 2px solid #9d1d20;
    border-radius: 5px;
    text-align: center;
    color: black;  

}

.port-image{
    width: 100%;
}

.gallery_product{
    margin-bottom: 30px;
}
		
.modal{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 90px; 
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content{
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 50%;
  height: auto;
}

/* The Close Button */
.close{
  color: black;
  display: flex;
  justify-content: flex-end;  
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}/* CSS Document */

