body{
font-family: 'Lato', sans-serif;
background-color: white;
font-weight: 400;
}
h2 {
font-family: 'Lato', sans-serif;
font-weight: 300;
text-transform: lowercase;
}
#content .blocks>h2:first-of-type {
font-weight: 300;
text-transform: lowercase;
}
h1 {
    font-weight: 300;
text-transform: lowercase;
}
div.caption{
font-size: 11px;
}

.site-title {
    font-size: 27px;
    text-transform: lowercase;
    letter-spacing: normal;
    margin: 48px 0 0;
    display: block;
    vertical-align: top;
    text-align: left;
}
#search-form {
    display: none;
}
#search-form.closed+.search-toggle {
display: none;
}

.site-title img {
    max-height: 120px;
    max-width: 100%;
}
a {
    color: #E33B45;
text-decoration: underline;
}
html {
    color: #58585B;
}
button {
fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #E33B45;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E33B45;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 30px 15px 30px;
text-align: center;
}
.page .site-page-pagination {
text-align: center;
font-weight: bold;
text-transform: lowercase;
}


.card {
  color: white;
  padding: 1rem;
  height: 17rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
}
.cards {
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.card .title { 
  background: rgba(255,255,255,0.9);
  font-size: 1.5rem;
  color: #000000; 
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  width: 80%;
height: auto;
text-decoration: none;
  
}
.card .title a  {
color: #58585B;
text-decoration: none;
font-weight: normal;
}
.card:hover {
  background:#000;
}
.card .title:hover {
text-decoration: underline;
} 
.row {
  display: flex;
}

.column {
  flex: 50%;
}