/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.navbar-custom {
    color: black;
}
#features {
    /*background: rgba(106, 213, 255, 0.07);*/
     background: url(../img/banner/main-base.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}