
article.card {
  margin-bottom: 10rem;
  margin-top: 5rem;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
article.card:hover {
  box-shadow: 5px 20px 15px -3px rgba(0,0,0,0.1);
}

article.card .card-body {
  height: 10rem;
  overflow: hidden;
}

.blog-entry-thumb .attachment-card-img-top.size-card-img-top.wp-post-image {
  height: 200px;
  max-height: 200px;
}
.ec-bg-secondary {
  background-color: #e9ecef;
}
.blog-entry-thumb .attachment-card-img-top.size-card-img-top.wp-post-image {
  height: 200px;
  max-height: 200px;
}
header.page-header.alignwide {
  margin-top: 3rem;
}
header.page-header.alignwide .page-title {
  font-size: 3rem;
}
header.page-header.alignwide .page-title > span {
  font-size: 3rem;
  color: #ed2124;
  font-weight: 700;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.page-header .archive-description {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 1.2rem;
  padding-left: 2rem;

}

p {
  color: #212121;
}