#siteNav > li:nth-child(5){background: #ff6700;border-radius:4px;transition: background 0.3s ease;}

#siteNav > li:nth-child(5):hover {
  background: #1111; 
}


#siteNav > li:nth-child(5) .active{background:black!important;border-radius:4px;}

#MobileNav{background:white;}
#MobileNav > li:nth-child(5){background:#ff6700;}

site-nav.active{background:white;}