.navbar {
     background: rgba(59, 27, 28, .8);
}

.green-btn, .red-btn {
    border: 1px solid rgb(59, 27, 28) !important;
}

.blue-btn:hover, .red-btn:hover, .green-btn:hover, .yellow-btn:hover {
    color: #FFF !important;
    background: rgb(59, 27, 28) !important;
    border: 1px solid #FFF !important;
}
.section-header h2:after {
    background: rgb(59, 27, 28) !important;
}

.focus-box .red-border-bottom:before, .works .red-border-bottom:before, .listpost-content-wrap .entry-title a:after{
    background: rgb(59, 27, 28) !important;
}

.about-us {
    background: rgba(59, 27, 28, 0.95) none repeat scroll 0% 0% !important;
}
.about-us img {
    max-width: 70% !important;
}
.about-us .section-header h2:after {
    background: #FFF !important;
}

.our-team .textwidget p {
    font-size: 120% !important;
}

.entry-title:before, .widget .widget-title:before {
    background: rgb(59, 27, 28) !important;
}

#footer {
    background: rgba(59, 27, 28, 0.95) none repeat scroll 0% 0% !important;
}

.copyright {
    background: none;
}