

div.content {
top:40%;
width:200px;
height:200px;
  border: 1px solid white; 
  background-color:rgba(255, 250, 250, 0.5);
  margin-bottom:10px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
}

div.content:hover {
  border: 4px solid #8B0000;
}

div.content img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

div.desc {
  padding: 1px;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
color: white;
}

* {
  box-sizing: border-box;
}

#responsive {

  padding: 0 6px;
  float: left;
 width: 24.99999%;
  position:relative;
  
}

@media only screen and (max-width: 700px) {
  #responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  #responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#harti {
top:30%;
position: absolute;
background-color: rgba(2, 2, 5, 0.5);
border-top: 4px double white; 

}

.center {
  text-align: center;
 position: fixed;
 left:2%;
 right:2%;
  bottom: 2%;
  max-width: 100%;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  font-size:10px;
  float: left;
  padding: 4px 8px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #FAFAD2;
  margin: 0 4px;
    background-color:rgba(250,250,250,0.6);
}

.pagination a.activat {
  background-color: #8B0000;
  color: white;
  border: 1px solid #FAFAD2;
}

.pagination a:hover:not(.activat) {background-color: #FAFAD2;}

* {
  box-sizing: border-box;
}

#myInput {
position:absolute;
  background-image: url('../img/search.png');
  background-position:1px auto;
  background-repeat: no-repeat;
  background-size:auto 100%;
   background-color:rgba(0, 0, 0, 0.5);
  top:20%;
  width: 20%;
  right:2%;
  max-height:5%;
  font-size: 14px;
 color:white;
  padding: 12px 20px 12px 40px;
  border: 2px solid black;
  margin-bottom: 12px;
  z-index:102;
 
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position:absolute;
  top:25%;
  right:2%;
  z-index:100;
   width: 20%;
    max-height:30%;
	opacity:0.8;
	overflow: auto;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: black;
  display: block;
  max-height:5%;
  
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}
@media only screen and (max-width: 700px) {

#myInput {
position:absolute;
  background-image: url('../img/search.png');
  background-position:1px auto;
  background-repeat: no-repeat;
  background-size:auto 100%;
  background-color:rgba(0, 0, 0, 0.5);
  top:20%;
  right:2%;
  width: 40%;
  max-height:5%;
  font-size: 14px;
   color:white;
  padding: 12px 20px 12px 40px;
  border: 2px solid black;
  margin-bottom: 12px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position:absolute;
  top:25%;
  left:40%;
  z-index:100;
   max-height:50%;
   width: 50%;
}


}

* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 33.33%;
  display: none;
}

.show {
  display: block;
}
.btn {
  border: none;
  outline: none;
  padding: 6px 8px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}



