body {
    background: #cccccc;
}

.primary-color,
.cbp-af-header.cbp-af-header-shrink .menu-list li.active a {
    color: #ec6a2c !important;
}

/* Header */
.cbp-af-header.cbp-af-header-shrink a,
.cbp-af-header.cbp-af-header-shrink .separator,
.hsvs-header a,
.hsvs-header .separator {
    color: #222;
}

.cbp-af-header.cbp-af-header-shrink,
.hsvs-header {
    border-color: #e3511a !important;
}

/* About Us */
section.about {
    background: #E3511A;
}

.about p {
    color: #fff !important;
}

.about h2 {
    color: #fff !important;
}

.about a,
.about a:visited {
    color: #fff;
    text-decoration: underline;
}

/* Service */
.service .iconFont {
    color: #EC6A2C;
}

.feature p {
    color: #555;
}

/* Tech */
.tech .iconFont {
    color: #EC6A2C;
}

.tech .tech-item {
    color: #555;
}

/* Projects */
section.projects {
    background: #E3511A;
}

.projects p {
    color: #fff !important;
}

.projects h2 {
    color: #fff !important;
}

.projects a,
.projects a:visited {
    color: #fff;
    text-decoration: underline;
}

/* Contact */
section.contact {
    background: #f7f7f7;
}

.contact .iconFont {
    color: #EC6A2C;
}

.contact p {
    color: #555;
}

.contact a,
.contact a:visited {
    color: #E3511A;
}

p.success {
    color: #EC6A2C;
}

#map-canvas {
    border-bottom: solid 1px #ececec;
    border-top: solid 1px #ececec;
}

/* Footer */
footer {
    color: #b0a8a6;
}

footer small {
    color: #b0a8a6;
}

footer a,
footer a:visited {
    color: #d4cbc9;
}

footer a:hover {
    color: #fff !important;
    opacity: 1 !important;
}

footer .iconSocial a {
    color: #b0a8a6;
}

footer .iconSocial a:hover {
    color: #fff !important;
    opacity: 1 !important;
}

/* Buttons */
.button {
    background: #E3511A;
}