html,
body,
header,
#intro {
    height: 100%;
}

#intro {
    background: url("../img/3.png")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #24355C;
}

.bcolor-primary {
    background-color: #D54300;
}

.bcolor-primary-light {
    background-color: #ff7536;
}

.bcolor-primary-dark {
    background-color: #9c0000;
}

.bcolor-secondary {
    background-color: #686856;
}

.bcolor-secondary-light {
    background-color: #969683;
}

.bcolor-secondary-dark {
    background-color: #3d3e2d;
}

#btn-enviar {
    background-color: #686856;
    color: #FFF;
}

#btn-readmore {
    background-color: #686856;
    color: #FFF;
}

#footer-copyright {
    background-color: #3d3e2d;
    color: #FFF;
}

#footer {
    background-color: #686856;
    color: #FFF;
}

#btn-enviar {
    background-color: #686856;
    color: #FFF;
}

.text-color-secondary {
    color: #686856 !important
}

.text-color-secondary-light {
    color: #969683 !important
}

.text-color-secondary-dark {
    color: #3d3e2d !important
}

.text-color-primary {
    color: #D54300 !important
}

.text-color-primary-light {
    color: #ff7536 !important
}

.text-color-primary-dark {
    color: #9c0000 !important
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background-color: #24355C;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background-color: #24355C;
    }
}