#body{
	margin-top:			78px;
}

/* Upper Half of page */
/* Red row at top */
#about_upper{
	background-color: 	#EF4051; 
	padding: 			5% 0;
}

#about_upper p{
	margin-bottom:		1%;
}

/* Fision U is the student housing tech.... */
#about_upper p.first-line{
    font-family: 		Gentona-Light;
	font-size: 			41px;
    line-height: 		46px;
	padding:			0 10%;
}

/* Line underneath first line duh */
#about_upper p.second-line{
    font-family: 		Gentona-Light;
	font-size: 			19px;
    line-height: 		27px;
	padding:			1% 17.5%;
}

/* Line underneath first line duh */
#about_upper p.third-line{
    font-family: 		Gentona-Light;
	font-size: 			19px;
    line-height: 		27px;
	padding:			1% 14%;
}

/* Anchor arrow for about page */
#about_middle #anchor-arrow{
	bottom:				25px;
}

/* Lower portion */
#about_lower{
	margin: 			1% 0 7.5%;
}

/* 30,000 beds and growing line */
#about_lower div:first-child p{
	font-family: 		Gentona-Medium;
	font-size: 			41px;
	line-height:		43px;
}

/* New properties are being added... */
#about_lower div:last-child *{
	font-family: 		Gentona-Light; 
	font-size: 			19px; 
	line-height:		27px;
}

/* When user hovers over link below US map of locations */
#about_lower div:last-child a.second-line:hover{
	color:				#EF4051;
	text-decoration:	none;
}

/* *************** */
/* 	Media Queries  */
/* *************** */
@media (max-width: 1200px){
	#about_upper p.second-line{
		font-size:			17px;
		padding: 			1% 19%;
	}
	
	#about_upper p.third-line{
		font-size:			17px;
		padding: 			1% 18%;
	}
}

@media (max-width: 1000px){
	/* Top three text rows in about page */
	#about_upper p.first-line{
		font-size: 			36px;
		padding: 			1% 5%;
	}
	
	#about_upper p.second-line{
		padding: 			1% 18%;
	}
	
	#about_upper p.third-line{
		padding: 			1% 17%;
	}
}

@media (max-width: 767px){
	/* Top three text rows in about page */
	#about_upper p.first-line{
		padding: 			1% 12%;
	}
	
	#about_upper p.second-line{
		padding: 			1% 16%;
	}
	
	#about_upper p.third-line{
		padding: 			1% 16%; 
	}
	
	/* 30,000 beds and growing */
	#about_lower div:first-child p{
		font-size:			36px;
	}
	
	/* New properties being added AND contact us( red text ) */
	#about_lower div:last-child *{
		font-size: 			18px;
	}
}


@media (max-width: 600px){
	
	/* Top three text rows in about page */
	#about_upper p.first-line{
		font-size: 			32px;
		padding: 			1% 5%;
	}
	
	#about_upper p.second-line{
		font-size:			18px;
		padding: 			1% 16%;
	}
	
	#about_upper p.third-line {
		font-size: 			18px;
		padding: 			1% 12%;
	}
	
	/* 30,000 beds and growing */
	#about_lower div:first-child p{
		font-size:			30px;
	}
	
	#about_lower div:last-child *{
		font-size: 			13px;
	}
}

@media (max-width: 480px){
	
	/* First paragraph under Fision U is the student */
	#about_upper p.first-line{
		font-size: 			28px;
	}
	
	#about_upper p.second-line {
		font-size: 			16px;
		padding: 			1% 13%;
	}
	
	/* Third paragraph under Fision U */
	#about_upper p.third-line{
		font-size: 			16px;
		padding: 			1% 12%; 
	}
	
	#about_lower{
		margin:				0 0 7.5%;
	}
	
	/* 30,000 beds and growing */
	#about_lower div:first-child p{
		font-size:			26px;
	}
	
	/* Red line underneath "New properties are being added" */
	#about_lower a.second-line{
		font-size:			13px;
	}
}