    body{
        letter-spacing:2px;
    }
    .navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    color: black;
    line-height: 20px;
}
 .navbar-header a .navbar-brand{
    color:#000000;
    text-decoration: none;
}
    .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    background-color: white;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: black;
    background-image: none;
    border: 1px solid black;
    border-radius: 4px;
}
     .navbar-nav .b{
      color:black;
        /*margin-top:10px;*/
        /*        margin-bottom:10px;*/

        font-size:18px;
    }
      .nav>li>a:hover {
    text-decoration: none;
     background-color: #eee0; 
}
   .navbar-nav .b::after {
  content: "";
  width: 0px;
  height: 4px;
  background: #C96C2E;
  position: absolute;
  left: 0;
  top: 40px;
  transition: 0.3s;
}
.navbar-nav .b:hover::after {
  width: 60%;
  margin-left:15px;
}
    
/*footer start*/
 .cc{
 	    color:white;
 	     /*background:white;*/
 	     font-size:25px;
 	     margin: 8px;
 	}
  /*footer end*/
  