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;
}
header nav a {
    font-size: 15.75px;
text-transform: lowercase;
color: #58585B;
}
a {
    color: #E33B45;
text-decoration: underline;
}
html {
    color: #58585B;
}
.button1 {
background-color: #E33B45;
color: white;
}
.page .site-page-pagination {
text-align: center;
font-weight: bold;
text-transform: lowercase;
}

.assets.hero-image {
    width: calc(100% + 1.25%);
    margin-left: -.625%;
    margin-right: -.625%;
}
.assets.hero-image img {
  width: 100%;
}
@media screen and (min-width: 1100px) { 
  .assets.hero-image {
    margin-left: calc(-100vw / 2 + 1100px / 2); 
    margin-right: calc(-100vw / 2 + 1100px / 2);
    width: auto;
  }
}