/* === CSS Version === */

/* === v18.2.0 === */

/* === Body === */

.main-logo {
    width: auto;
    height: 40px;
    max-width: 430px !important;
    max-height: 65px !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

}

body.text-body-emphasis {
    color: #68A743 !important;
}

.skin h1,
.skin h2,
.skin h3,
.skin h4,
.skin h5,
.skin h6 {
    color: #68A743;
}

/* === Header === */

/* ... */

/* === Footer === */

footer > div.bg-body-tertiary {
    background: #68A743 !important;
}

footer > div {
    color: #ffffff;
}

footer a.link-body-emphasis,
footer a.link-primary {
    color: #ffffff !important;
}
