.navbar-default {
    background-color: white;
}

.navbar-image {
    background-image: none;
}

body {
    background-image: url(background/banner-bg-3.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

body:before {
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background: url(background/banner-shape-2.png) left bottom no-repeat;
}


body:after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: -5000;
    opacity: 0.15;
    background: url(background/bg-shape-five.png) right center no-repeat;
}
