/* add a webpage fade-in effect using JQuery in theme.js */
@media only screen and (min-width: 561px) {
/* #pageHeader h2 {
	transition-delay: 10ms;
    -webkit-transition-delay: 10ms;
	-o-transition-delay: 10ms;
	-moz-transition-delay: 10ms;	
	transition: all 0.13s linear;
	-moz-transition: all 0.13s linear;
	-webkit-transition: all 0.13s linear;
	-o-transition: all 0.13s linear; 
} */
#fade_status_header_titles1 { top: 1px !important; }
#fade_status_header_titles2 { top: 1px !important; }
}