
.navbar
{
	background-color:rgba(255, 255, 255, .9); width:100%;
	}

.navbar-fixed-top{position:fixed;right:0;left:0; top:0; z-index:1030}


    .navbar-fixed-top {
        padding: 10px 0px 13px 0px; /*To reduce the default height*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 5px 0; /*To reduce the height when scroll*/
    }


@media (max-width: 860px) {

 .navbar-fixed-top {
        padding: 5px 0; /*To reduce the default height*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
}

