#aboutTop {
	background-image: url('../img/Atlanta-Skyline-01.jpg');
	background-size: cover;
	min-height: 80vh;
}

#aboutTop h1 {
	text-align:center;
	margin:auto;
	max-width:650px;
	color:white;
	margin-top:15%;
}

#about2 {
	padding:5vh;
}

#about2 div {
	max-width:75vw;
	margin:auto;
	font-size:1.3em;
	text-align:justify;
}

@media only screen and (max-width: 600px) {
	#about2 div {
		font-size:1.3em;
	}
}


#about3 {
	padding:5vw;
	background-color: #00447C;
}

#about3 h1 {
	color: white;
}

@media only screen and (max-width: 600px) {
	#about3 h1 {
		font-size:1.8em;
		text-align:center;
	}
}

#about3 .col-sm-6 {
	text-align:center;
	padding:5%;
}

#about3 img {
	max-width:300px;
}

#about3 .eName {
	color:white;
	font-size:140%;
	font-weight:bold;
	margin-top:10px;
}

#about3 .eTitle {
	color:white;
	font-weight:bold;
	margin-bottom:20px;
}

#about3 p {
	color:white;
	text-align:justify;
	font-size:120%;
	line-height:1.2em;
}

@media only screen and (max-width: 900px) {
	#about2 div {
		text-align:left;
	}
	#about3 p {
		text-align:left;
	}
	#about3 .row {
		margin-bottom:40px;
	}
}


.row img {
	height:200px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
.eName {margin-top:10px !important; color:black !important;}
#about3 {
	background:white;
	padding-left: 12vw !important;
	padding-right: 12vw !important;
}
.eTitle {
	color:black !important;
}
#about3 p  {
	color:black !important;
}
#about3 h1  {
	color:#00457C !important;
}
#about2 {
	background-color: white !important;

}
#about2b {
	background-color: #00457C !important;
	padding: 3vw 12vw !important;
	color:white;
}
#about2b h1 {
	display: inline-block;
}

@media only screen and (max-width: 600px) {
	.eName {
		clear:both;
	}
}