body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}
header .navbar-brand img {
    max-height:140px;
}
header .navbar-brand {
    margin-right: 0;
    vertical-align: middle;
    padding: 6px 0;
    display: inline-block;
    font-size: 0;
}
section {
    padding-top: 200px;
    padding-bottom: 50px;
}
.text-base-color, .btn-link.text-base-color {
    color: #305231;
}
a {
    color: #305231;
}
.footer-light a:hover {
    color: #305231;
}
.text-green, .btn-link.text-green, a.text-green-hover:hover {
    color: #305231;
}