@media (min-width: 992px)  {
   /* and (max-width: 1199px) */

   body{
      /* background-color: #F00 !important; */
      /* background-image: none !important; */
   }


   .navbar-default .navbar-nav>li>a {
      padding: 20px 10px !important;
      font-size: 1.4rem !important;
   }

}