h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #79b030;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    display: block;
}

.bg-green {
    background-color: #79b030 !important;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #757575;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.lead {
    font-size: 1.1rem;
}

.btn {
    font-size: .9rem;
}

.footer-menu {
    padding-left: 0px;
}

.footer-menu li {
    display: inline;
    padding-left: 10px;
}

.footer-menu li::before {
    display: inline-block;
    content: "·";
    padding-right: 12px;
}

a {
    color: #79b030;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #111;
}

