.ce-button { 
 background-color: #bb5c5a;
    border-radius: 5px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    margin-left: 10px;
    transition: all .5s ease;
    text-transform: uppercase;
}

.ce-button:hover { background-color:#9fad3e; }

footer, .bg-color-2 {
    background-color: #9fad3e;
}

ul.horizontal.site-menu li span a:hover, ul.horizontal.site-menu li:hover span span {
    color: #9fad3e;
}
ul.horizontal.site-menu li span a, ul.horizontal.site-menu li span span {
    color: #667d50;
}