/* Mobile styles for splash page */
@media (max-width: 800px) {

	#splash_header {
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}

	#splash_header .site_title {
		font-size: 2.4em;
		text-align: center;
	}

	#splash_header .site_slogan {
		font-size: 1.0em;
		text-align: center;
	}

	#splash_container {
		width: auto;
	}

	#splash_container {
		padding-top: 10px;
	}

	#splash_container h2 {
		text-align: center;
		font-size: 1.4em;
	}

	#splash_left {
		float: none;
		width: 100%;
	}

	#splash_right {
		float: none;
		display: none;
		width: 100%;
	}

}