 .container {
  overflow: hidden;
}

.filterItemgs {
  float: none;
  /*background-color: white;
  line-height: 100px;*/
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin: 2px;
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

#filterChoiceBtns {
/*	background-color:white;*/
	padding: 1%;
	margin: 1% auto 1% auto;
	display:flex;
	justify-content: center;
}

/* Style the buttons */
.btn {
color: gray;
  font-family: 'Ubuntu', sans-serif;	
  font-weight: light;
  font-size:1rem;
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: rgba(20,20,20,0.0);
  cursor: pointer;
  border-radius: 3px;

  text-transform: capitalize;

}

/* Add a light grey background on mouse-over */
.btn:hover {
   border-bottom: 2px solid yellow;
  font-style: bold;
   font-size:1rem;

}

/* Add a dark background to the active button */
.btn.active {
  font-variant: small-caps;
  /*background-color: #ff5a00;*/
  color: black;
   font-size:1rem;
   border-bottom: 2px solid orange;
   padding-top: 1%;
}

.container {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons 
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

 .container { overflow: hidden;}*/