/*Change the color of menu links*/
.navbar-nav .nav-link {
  color: #111cf5
}
  
  .mod-menu li:hover {
        background-color: #aaaebf
   }