.navbar{
      background-color: rgba(1,79,109,0.6);
      color: white;
      z-index: 99;
      padding: 0px;
      margin: 0px;
      border-radius: 0px;
      border-color: transparent;
      position: fixed;
      width: 100%;
    }
    .navbar a {
      color: white!important;
      font-family: Verdana, sans-serif; margin:0; 

    }
    .dropdown-menu {
      background-color: transparent;
    }
    .dropdown-menu li a:hover {
      background-color: rgba(0,0,0,0.5);
    }
    .collapse {
      /*width: %;*/
      float: right;
    }
    .admin {
      display: none;
    }


    /*======Responsive Desing=======*/
    @media only screen and (max-width: 768px) {
      .navbar-brand img {
        width: 120px;
      }
    }
    @media only screen and (max-width: 600px) {
      .navbar{
        background-color: rgba(1,79,109,1);
      }
      
    }