.list__item .page__date{
  margin-bottom:0;
  margin-top:0;
  font-style:italic;
}

.archive .page__date{
  font-size:80%; 
  font-style:italic;
  margin-top:0;
}

article .excerpt{
  margin-top:0px;
  margin-bottom:0px;
  font-size:0.9em !important;
}

.archive p a {
  color: #52adc8;
}

h3.subtitle{
margin-top:0;
color:#999;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.archive li a{
    color: #52adc8;
}

.customclear{clear:both;}

.location{
  line-height:1;
  font-size:0.75em;
  font-style:italic;
  margin-bottom: 5px;
}
