.entry-content {
 border-bottom: none; 
}

.entry-the-content {
 margin-bottom: 0; 
}

.gallery-thumbnail {
  margin-top: 20px;
  width: 30%;
}

.thumbnails-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.thumbnail {
  min-height: 250px;
  border-radius: 8px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnail:hover {
  box-shadow: 5px 5px 8px #333;
}

.wp-block-cover-text {
  font-size: 2em;
  color: white;
  text-align: center;
  background-color: rgba(30,30,30,0.3);
  padding: 10px;
  border-radius: 5px;
  margin: 0;
}

.footer {
	padding: 0;
  border-top: solid 1px #ccc;
}

.footer .widget {
 	margin: 10px 0; 
}