.blogPost {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.425);
          box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.425);
  cursor: pointer; }
  .blogPost p {
    margin: 0px;
    padding: 0px; }
  .blogPost:hover h1, .blogPost:hover #readmore {
    color: #C92B00; }
  .blogPost:hover {
    -webkit-box-shadow: inset 0px 0px 2px #C92B00;
            box-shadow: inset 0px 0px 2px #C92B00; }
  .blogPost:hover .blogPost-image {
    -webkit-box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
            box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  .blogPost .blogPost-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0px;
    grid-template-rows: auto 0px;
    margin: 0;
    padding: 10px; }
    .blogPost .blogPost-header p {
      font-size: .7em;
      text-align: right;
      margin-top: auto; }
  .blogPost h1 {
    padding: 10px;
    font-size: 1.6em;
    margin: 0;
    padding: 0;
    font-family: "Oswald", sans-serif;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .blogPost .blogPost-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 200px -webkit-min-content auto 30px;
    -ms-grid-rows: 200px min-content auto 30px;
    grid-template-rows: 200px -webkit-min-content auto 30px;
    grid-template-rows: 200px min-content auto 30px;
    height: 100%; }
  .blogPost .blogPost-image {
    -webkit-transition: .3s;
    transition: .3s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    z-index: 1; }
    .blogPost .blogPost-image .blogPost-image-content {
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.7); }
  .blogPost .blogPost-intro {
    color: rgba(0, 0, 0, 0.589);
    padding: 0;
    padding: 10px;
    margin: 0; }
  .blogPost #readmore {
    margin-top: auto;
    margin-bottom: 5px;
    padding-left: 10px; }
