.header-menu.header-normal, .header-menu.header-fixed, .header-menu.header-sticky {
    Background-color: #000;
    border-bottom: 10px solid #00ff00;
}

.logo-img:hover img, .logo-img:focus img, .logo-img:active img {
    opacity: 1;
}

.header-menu.header-normal #my-menu > .mm-panel li a, .header-menu.header-fixed #my-menu > .mm-panel li a, .header-menu.header-sticky #my-menu > .mm-panel li a {
    color: #fff;
}

#main.header-fixed-enabled, #main.header-sticky-enabled {
    margin-top: 100px;
}

footer, footer a {
   color: #fff;
   text-transform: uppercase;
} 

footer .footer-copyright {
    background-color: #000000;
    border-top: 10px solid #00ff00;
}

.footer-widgets h3 {
    color: #00ff00;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
}

.accordion h3, .toggle h3 {
    font-weight: 700;
    color: #3d3d3d;
    padding: 20px 0 10px 20px;
}

#team-people .team-post-hover a {
    background-color: #3d3d3d;
}

#team-people .team-naming h3, #team-people .team-naming h4 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
}

#team-people .line {
    background-color: #00ff00;
}

#team-people .team-post-thumb:hover .team-post-hover {
    padding: 25px;
    opacity: .9;
}

.team-normal-width #team-people .single-people {
    padding: 0;
    margin-bottom: 0;
}

span.required {
    color: #00ff00;
}

.padding-10 {
    padding: 10px;
}

.servicesHeading {
    padding: 20px 0 10px 20px; 
    border-bottom: 2px solid #d0d5d7; 
    font-size: 20px;
}

.contactform-padding {
    padding: 40px 20px;
}

.black-bg {
    background-color: #000;
}