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

#header-nav {
	height: 20px;
}

}

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

#header-nav {
	height: 20px;
}

}


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

#header-nav {
	height: 20px;
}

}

