@media (max-width: 1200px) {
  .nav-item {
    display: none;
  }
}

body, nav {
  background-color: #191765;
  
}