 h3 {
    background-color: #fbd850 !important;
    color: #000000;
}

.navbar .navbar-inner, .navbar .navbar-inverse .navbar-inner {
    background: #fbd850 none repeat scroll 0 0!important;
    font-size: 1.1em;
}

 .navbar .nav a {
     font-size: 1.0em;
 }

.navbar .navbar-inner, .navbar .navbar-inverse .navbar-inner {
    padding: 7px 0;
    background: #fbd850;
    background: #fbd850;
    filter: none;
    border-bottom: 1px solid #fbd850;
    border-bottom: 1px solid #fbd850;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


.footer {
    background: #fbd850 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.0em;
}


.widget .widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #fbd850;
    background: -moz-linear-gradient(top, #fbd850 0%, #fbd850 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd850), color-stop(100%, #fbd850));
    background: -webkit-linear-gradient(top, #fbd850 0%, #fbd850 100%);
}


.widget .widget-header h3 {
    background-color: #fbd850 !important;
    color: #000000;
}
