@media screen and (max-width: 950px) {
		#mobile-usanav{
			display: none;
		}
		#usanav{
			display: inline-block;
		}	
}