.ee-header {
    background-color: #000;
    color: #fff;
}

.ee-header .ee-lcol,
.ee-header .ee-rcol,
.ee-footer .ee-lcol,
.ee-footer .ee-rcol {
    text-align: center;
}

.ee-header .ee-logo {
    height: 90px;
}

.ee-header a {
    color: #74c34d;
    text-decoration: none;
    line-height: 90px;
    font-weight: bold;
}

.ee-body h1,
.ee-body h2,
.ee-body h3,
.ee-body h4,
.ee-body h5,
.ee-body h6 {
    xcolor: #007a3e;
    color: #74c34d;
}

@media (min-width:768px) {
    .ee-header .ee-lcol,
    .ee-footer .ee-lcol {
        text-align: left;
    }
    .ee-header .ee-rcol,
    .ee-footer .ee-rcol {
        text-align: right;
    }
}
