.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item,
.view,
body,
html {
    height: 100%
}

.navbar {
    /*background: linear-gradient(#f9c2c7,white);*/
    
    background: #f9c2c7; 
    background: -moz-linear-gradient(top, #f9c2c7 0%, #ffffff 30%, #ffffff 70%, #f9c2c7 100%); 
    background: -webkit-linear-gradient(top, #f9c2c7 0%,#ffffff 30%,#ffffff 70%,#f9c2c7 100%);
    background: linear-gradient(to bottom, #f9c2c7 0%,#ffffff 30%,#ffffff 70%,#f9c2c7 100%);
}

.page-footer,
.top-nav-collapse {
    background-color: #bebfc1
}

@media only screen and (max-width:768px) {
    .navbar {
        background-color: #bebfc1
    }
}
