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: center;
}
#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;
}
