body{
	font-family: Arial, Helvetica, sans-serif;
	
} 
 
.dropdown-menu>li>a:hover {
   background-color: red;
   background-image: none;
 }
 
 #navbarResponsive > ul.navbar-nav.mr-auto > li.nav-item.text-left.text-md-center.dropdown.show > div > a:hover {
 background-color: red;
   background-image: none;
 }
 
 .dropdown-menu > a:hover {
 background-color: red;
   background-image: none;
 }
 
 .text-sm-font-size {
    font-size: .9rem ;
  } 
 
@media (min-width: 576px) {
  .text-sm-font-size {
    font-size: 1rem ;
  }
   
}

@media (min-width: 768px) {
  .text-md-font-size {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
 .text-lg-font-size {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .text-xl-font-size {
    font-size: 1.5rem;
  }
}
 