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

    ** Custom Stylesheet **

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

***************************************************** */
.navbar.navbar-default.navbar-main, .home-shortcuts{
    background: #f47c48;
}

.form-control{
    border: 1px !important;
    border-color: black !important; 
    border-style: solid !important;
}

#home-banner{
    background: white !important;
    background-color: white !important;
}

.text-center{
    color:black;
}

.btn{
    background-color: #f47c48 !important;
}

.logo{
    zoom: 1.2 !important;
}