.primary-container {
	background-color: #fafafa;
}

.about-window {
	background-image: url(../images/stock/LABuilding.jpg);
}

.main-container {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	background-color: #0001;/*#fff;*/
	text-align: center;
}

.about-icon-container {
	/*background-color: #fefefe;*/
	padding: 50px 0 25px 0;
	border-bottom: 2px solid #e0e0e0;
}

.about-icon {
	width: 100px;/*200px;*/
    margin-top: 40px;
	/*box-shadow: 0 5px 5px #ddd;*/
	border-radius: 50%;
}

.about-icon-text {
	text-align: center;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	line-height: 40px;
	color: #fff;/*#000000;*/
	font-size: 2em;
    font-family: "Muli";
    font-weight: normal;
}

.about-container {
	width: 600px;
	margin: 75px auto 25px auto;
	text-align: justify;
}

.about-p {
	font-size: 1.25em;
	color: #fffc;/*#aaa;*/
	margin: 50px 0;
	line-height: 1.75em;
}

.about-p-emphasis {
	font-weight: bold;
	text-decoration: underline;
}

.about-saying {
	font-weight: bold;
	font-size: 1.25em;
	padding: 25px 0;
	color: #fff;/*#3a3a3a;*/
}

.about-scripture {
	font-weight: normal;
	font-size: 1.15em;
	color: #fffa;/*#ccc;*/
	margin: 50px 0;
	line-height: 1.75em;
	font-style: italic;
}

@media only screen and (max-width: 800px){
	.main-container {
		width: 100%;
	}
	
	.about-container {
		width: 90%;
	}
}