/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Alterar a cor de fundo da barra do menu */
.navbar.navbar-main {
    background-color: #f1471d;
}

/* Alterar a cor de fundo dos botões */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #F1471D;
    border-color: #F1471D;
}