#header h2{padding-left: 10px;}
.thumbnail {
  border: none;
  border-radius: 20;
  box-shadow: 0px 3px 12px rgba(101, 53, 8, 0.20);
}

.thumbnail img {height: 100%}

a.card-title{
  color: rgb(169, 82, 33);
}

a.card-title h5:visited,
a.card-title h5:active,
a.card-title h5:focus{
  color: #301c0c;
}

.thumbnail-hover {  
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 20;
  opacity: 0;
}

.thumbnail-hover:hover {  
  background-color: rgba(80, 45, 17, .65);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 20;
  opacity: 100;
}

.thumbnail-hover h5 {
  text-align: center; 
  margin-top: 35%; 
  color: white; 
}

#thumbnails a {text-decoration: none;}
#thumbnails h5 {padding: 0 20px; z-index: 10;}