@charset "utf-8";
/* CSS Document */
#about-us{
	height:600px;
	background:url(../images/bg-graybar.jpg) no-repeat;
	background-size:cover;
}
#about-us h1{
	font-family:'Geomanist Bold';
	font-size:150px;
	font-weight:bold;
	text-align:center;
	color:#ed1c24;
	opacity:.2;
	margin:0;
	padding:20px;	
}
#about-us .about-us-img{
	background:url(../images/img-aboutus.png) no-repeat center center;
	width:250px;
	height:219px;
	position:absolute;
	bottom:12%;
	left:60px;	
}
#about-us p{
	font-family:'Geomanist Regular';
	width:60%;
	margin:20px auto;
	font-size:30px;
	color:#4d4d4f;
	position:absolute;
	right:100px;
	bottom:10%;	
}
 
@media handheld, only screen and (max-width: 1000px) {
	#about-us{
		height:600px;
	}
	#about-us h1{
		font-size:60px;
		padding:20px 10px;	
	}
	#about-us .about-us-img{
		position:relative;
		bottom:auto;
		left:auto;
		margin:20px auto; 	
	}
	#about-us p{
		width:auto;
		margin:20px auto;
		padding:20px;
		font-size:14px;
		position:relative;
		right:auto;
		bottom:auto;
		text-align:center;	
	}
}