#slide_hs1{
    background:url('../img/slide_1hs.jpg') 50% 50% no-repeat fixed;
    background-size: 800px 100px;
    height: 150px;
    margin: 0;
    padding: 150px 0 160px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
      background-size: cover;
      font-family:"Ubuntu";
    font-weight: normal;
    font-size: 2.6rem;
    text-align: center;
    color: Black;
  }
  @media only screen and (max-width: 600px) {
      #slide_hs1{
        height: 50px;
        font-size: 1rem;
		margin: 0;
		padding: 5px 0 6px 0;
      }
    }
  #slide_hs2{
    background-color: LIGHTSKYBLUE;
    color: #333333;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 50px;
}
.gallery{
    width: 100%; 
	margin: 0 auto; 
}
.Filter {
    float: center ;
    width: 70%;
    padding: 1.1rem 0;
    background: orange;
    color: #000;
    margin: 1.5rem auto;
    border-radius: 20px;
}
.Filter ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.Filter li {
    display: inline;
    list-style: none;
    margin-right: 1 rem;
    padding: .3px 0.6px;
}
.Filter button{
    background-color: skyblue;
    border: 0;
    color: white;
    padding: 0.8rem 1.0rem;
    text-align: center;
    font-size: 1.0rem;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.Filter button:hover {
    background-color: #4CAF50;
}    
.thumbernails {
    width: 90%;
    margin: 0 auto; 
	font-family: 'Ubuntu', serif;
	text-align: center
}
/* .thumbernails a {
    float: left;
   
    padding-right: 15px;
    box-sizing: border-box; 
}*/
.thumbernails img{
    /*display: block;*/
    transition: all .2s ease-in-out;
    width: 15%;
    padding: 0px;
    border-radius: 10px;
    margin: 10px 10px;
    min-width: 100px;
}
.thumbernails:hover img{
    opacity: .6;
    transform: scale(.95);
}
.thumbernails img:hover{
    opacity: 1;
    transform: scale(1.1) rotate(2deg);
    box-shadow: 0 0 7px rgba(1,0,0,1);
}
/* img{
    border:0;
    max-width: 100%;
    height: auto;
} */