/* Styles for splash page */
header {
	background:
		linear-gradient(
			rgba(41, 128, 185, 0.75), 
			rgba(41, 128, 185, 0.75)
		),
		url('/img/header.jpg') 0 75% !important;
	background-size: cover !important;
}

#splash_header {
	padding-top: 5%;
	padding-bottom: 5%;
	text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.4);
}

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

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

#splash_container {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#splash_left {
	float: left;
	width: 47%;
}

#splash_right {
	float: right;
	width: 47%;
}

.txtbox {
	width: 100%;
	box-sizing: border-box;
}