body {
	line-height:1
}
body {
	background:#fff;
	color:#333;
	font-family: Century Gothic, Arial, Courier New, Sans-Serif; 
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0
}
#about {
	_background:#9EC3CD;
	background:rgba(158,195,205,0.75);
	padding:25px;
	position:absolute;
	top:15%;
	left:0;
	width:40%
}
	#about h1 {
		font-size:3.5em;
		font-weight:100;
		letter-spacing:-1px;
		line-height:1;
		margin:0 0 .25em;
		text-transform:uppercase
	}
	#about h2 {
		font-size:2.75em;
		font-weight:100;
		letter-spacing:-1px;
		line-height:1;
		margin:0 0 .25em;
		text-transform:uppercase
	}
	#about h1 strong {
		font-weight:800
	}
	#about p {
		font-size:2em;
		margin:0 0 .5em;
		padding:0
	}
	#about a {
		color:#fff;
		font-weight:bold;
		text-decoration:none
	}
	#about a:hover {
		color:#003854
	}
	
@media only screen and (min-width: 380px) and (max-width: 1024px) {
	#about {
		bottom:0;
		padding:20px;
		width:100%
	}
	#about h1 {
		font-size:5em;
	}
	#about h2 {
		font-size:4em;
	}
	#about p {
		font-size:3.5em;
	}
}
