/* Apex New Regular Style */
@media screen {

#header-nav {
	
		height: 20px;
		
	}
	

#c-content p {
    font-size: 1.2em;
}	
	
	
#c-content .c1 {
    display: none;
}	
	
#c-content .c2 {
    display: none;
}	
	

	
	

}

/* Tablet ------------------------- */
@media only screen and (min-width: 607px) and (max-width: 980px) {

#header-nav {
	
		height: 20px;
		
	}

}


/* Phone ------------------------- */
@media only screen and (max-width: 606px) {

#header-nav {
	
		height: 20px;
		
	}

}

