
#about {
	position: relative;
	padding: 140px 0 160px;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

#about:after {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 1;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#about .level-box {
	position: relative;
	z-index: 2;
}

#about .title {
	font-size: 58px;
	color: #FFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

#about .text {
	font-size: 20px;
	color: #EEE;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}