.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;
}

.thumbnail:hover {
  box-shadow: 5px 5px 8px #333;
}

.footer {
	padding: 0;
  border-top: solid 1px #ccc;
}

.footer .widget {
 	margin: 10px 0; 
}