/* text navigation */

.textNav ul {
	clear: both;
	text-align: center;
	padding: 0;
	list-style-type:none;
	}
.textNav li {
	padding-right: 0.625em;
	display:inline;
	}
.textNav li a:link {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	}
.textNav li a:visited {
	text-decoration: none;
	font-weight: bold;
	}
.textNav li a:active {
	text-decoration: underline;
	font-weight: bold;
	}
.textNav li a:hover {
	text-decoration: underline;
	font-weight: bold;
	}

/* for 780px or less */
@media screen and (max-width: 780px) {

.textNav ul {
		clear: both;
		text-align: center;
		padding: 0;
		list-style-type: none;
		}
.textNav li {
	padding-right: 0.625em;
	display:inline;
	}
.textNav li a:link {
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	}
.textNav li a:visited {
	text-decoration: none;
	font-weight: bold;
	}
.textNav li a:active {
	text-decoration: underline;
	font-weight: bold;
	}
.textNav li a:hover {
	text-decoration: underline;
	font-weight: bold;
	}
}

@media screen and (max-width: 480px) {

.textNav ul {
		margin: 0;
		padding: 0;
		}
.textNav li {
	display:block;
	margin-top: 0.18em; 
	margin-bottom: 0.3em; 
	padding-top: 0.18em; 
	padding-bottom: 0.3em;
			}
.textNav li a:link {
	text-decoration: none;
	font-size: 1.45em;
	font-weight: bold;
	}
.textNav li a:visited {
	text-decoration: none;
	font-weight: bold;
	}
.textNav li a:active {
	text-decoration: underline;
	font-weight: bold;
	}

.textNav li a:hover {
	text-decoration: underline;
	font-weight: bold;
	}
}

/* end text navigation */
