/* fonts */
h1, h2, h3, h4, h5, h6 {
    font-family:'PT Sans', sans-serif;
}
body {
    font-family:"Open Sans", sans-serif;
}
/*pillars*/
.pillars > div {
    background-color: #ABC392;
    color: #fff;
}

.pillars .wp-block-button a.wp-block-button__link {
    background-color: rgba(255,255,255,.5);
    border-radius: 0;
    width: 90%;
}

.pillars .wp-block-button {
    text-align: center;
}

.pillars .wp-block-image + p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
/*header*/
.wp-custom-logo .title-area {
    width: auto;
}

body.full-width-content main#genesis-content {
    width: 1100px;
}

body.full-width-content .site-inner {
    max-width: unset;
    margin-top: 80px;
}
/* hero */
.hero h2 {
    color: #57B03E;
    max-width: calc(200px + 10vw);
}

a.post-edit-link {
    display: none;
}

footer.site-footer {
    background-color: #D9D9D9;
    color: #4A4A4A;
}
.site-footer .genesis-nav-menu .current-menu-item > a, .site-footer a, .site-footer p {
    color:inherit;
}

.entry-header::after {
    display: none;
}