

.block {padding-top: 0px;}

/*.container {
  max-width: 600px;
  margin: 2rem auto;
}*/
.container .block {
  padding: 1.5rem;
  border-radius: 4px;
  margin-bottom: 4rem;
  box-shadow: 0 1px 6px rgba(97, 59, 31, 0.2);
  background: white;
}
.container .readmore {
  font-family: "Lucida Bright", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.container .readmore h2 {
  margin: 0.5rem 0;
}
.container a {
 
}
.container a:hover {

}

.excerpt-hidden {
  height: 2.9rem;
overflow: hidden;
position: relative;
}
.excerpt-hidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, white 100%);*/
}

.excerpt-visible {
  height: auto;
  overflow: auto;
}