#banner-carsavvy {
    max-width: 300px !important;   /* maximum width */
    max-height: 200px !important;  /* maximum height */
    width: auto;        /* scale width automatically */
    height: auto;       /* scale height automatically */
    margin: -15px 0;    /* vertical margin */
}

a.navbar-brand, nav.navbar.navbar-default, nav.navbar-fixed-top a.navbar-brand, .menu-heading, a.menu-heading:hover span:after, li.menu-heading span, a.menu-heading.dropdown-toggle, ul.dropdown-menu, li.menu-heading.dropdown.open, .open, a.banner-link, .dropdown-menu > li > a, div.footer-container {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: black !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-default {
    background-color: #ffffff;
font-weight:bold;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}

a.banner-link {
color:#ffffff !important;
}

@media (min-width: 768px) {
    ul.nav.navbar-nav {
        position: absolute;
        bottom: 10px;
        right: 15px;
    }