/* Add here all your CSS customizations */
h3 {
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: capitalize;
}
.thumbnail {
  height: auto;
  min-height: 450px;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.caption {
  height: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-section p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portfolio-item {
  max-width: 250px;
  margin: 0 auto;
}

.portfolio-img {
  max-height: 150px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  color: #f1c40f;
}

footer ul {
  padding-left: 0;
  list-style: none;
}
