.navbar-fixed-top.scrolled {
        background-color: white !important;
        transition: background-color 200ms linear;
        
      }
      .navs.scrolled a{
        color : #c71d0e !important;

      }
      .navs.scrolled a:hover{
        color : grey !important;
        
      }
      .navbar {
        position: fixed;
        margin-top: 0px !important;
        z-index: 1;
        width: 100%;
        box-shadow: 0 0 3px rgba(0,0,0,.5);
        font-size: 14px;
        font-weight: 600;
      }