body {
    background-image: url(../images/ep_bg.png);
    background-repeat: repeat-x;
    padding-top: 80px;
}

.section-title h2 {
    font-size: 1.5rem;
    border-left: 3px solid #3c8064;
    border-left: 3px solid var(--base-color);
    padding-left: .6rem;
    color: #3c8064;
    font-weight: bolder;
    padding-top: 4px;
}

.nav-menu {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(75,75,75,.9);
    padding-bottom: 4px;
}

#nav-main-top {
    background-image: url(../images/ep_bg.png);
    z-index: 1001;
}

#footer {
    padding: 0px;
}

#div_footer {
    background-image: url(../images/ep_bg_footer.png);
    height: 100px;
}