/* Enter Your Custom CSS Here */

footer a {
    color: #f8f6f1 !important;
}

.wp-caption {
    background-color: #64784a;
    color: #fff;
}

li a, a {
    font-weight: bold;
    /*color: #75924f;*/
}

div.heading a {
    color: #e8e2dc;
}

.lgc-grid-parent {
    background-color: #e8e2dc !important;
}

.lgc-grid-parent {
    padding: 20px;
}

.inner-content img {
    max-width: 100%;
    height: auto;
}

.inner-content .wp-caption {
    max-width: 100%;
    height: auto;
}

.lgc-column .wp-caption img {
    max-width: 100%;
    height: auto;
}

p.wp-caption-text {
    font-size: 14px;
    padding-bottom: 9px;
    font-style: italic;
}

img.alignright {
    margin-left: 30px;
}

ol {
    list-style-type: decimal;
    margin-left: 30px;
}

div#Home-Header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

blockquote {
    background-color: rgb(117, 146, 79);
    color: #fff;
    padding: .5em 1em 1em;
    line-height: 1.75em;
    margin-top: 1em;
}

img.alignleft {
    margin-right: 30px;
}

.inner-content h3, .inner-content h2, .inner-content h1 {
    padding-top: 15px;
}