body {
	font-size: 20px;
}

#desktopBanner {
	display: block;
	}

/*Do general Nav Bar Setup*/
nav {
	font-size: 20px;
	line-height: 60px;
	}
nav li {
	height: 56px;
	margin: 0 3px;
	min-width: 8em;
	vertical-align: middle;
	}
nav A {
	width: 100%;
	}

#menuInd {
	display: none;
	}
/***End general navbar*/

/*Do Fixed Navbar setup*/
@media only screen and (min-height: 400px) {
	nav.fixed li:before {
		content: initial;
		}
	nav.fixed A {
		color: white;
		}
	nav.fixed {
		position: fixed;
	 }
	#makeSpace {
		display: block;
	}
}

/***End fixed nav bar setup*/

/*get our sections figured out*/
section {
	box-shadow: 10px 10px 10px #bbf;
	margin: 40px auto;
	padding: 10px;
	}

section p {
	display: block;
	margin: auto;
	text-align: left;
	}
/***End figure out sections*/


#tableWrap thead {
	font-size: 150%;
}
