/* Medium */
/* Optimized for Tablets. */ 

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	#splash {
	height: 400px;
	}
	.nav-bar {
	margin: 0;
	}
	h1 {
	font-size: 20px;
	}
	h2 {
	font-size: 18px;
	}
	h3 {
	font-size: 16px;
	}
	h4 {
	font-size: 14px;
	}
}