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

    ** Custom Stylesheet **

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

***************************************************** */
.navbar-main {
    margin-bottom: 0;
    background-color: #fdf3e8 !important;
    min-height: 38px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.promo-banner {
    border:none !important;
    color: black !important;
    background: linear-gradient(to right, rgba(255, 153, 51, 1) 10%, rgba(255, 255, 255, 1) 50%, rgba(19, 136, 8, 1) 100%);
}