Color of Footer Menu assistive-text for mobile devices
		Hi,
When I look at the "Footer Menu" text on a mobile device for the Catch-box free template, it doesn't show through.
I tried changing the text color to white with
@media screen and (max-width: 319) {
	h3.assistive-text {
		color: rgb(255,255,255);
	}
}
But it didn't work.  Any suggestions?
Amanda	
	
