

#president-quote-section {
	background-color: #202020;
	background-image: linear-gradient(rgba(181, 154, 90,0.4),rgba(181, 154, 90,0.4)), url(../images/home_jet_footer.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 35px;
	color: white;
	width: 100% !important;
}

@media only screen and (max-width: 480px) {
	#president-quote-section {
		padding: 5px;
	}

	blockquote {
		padding: 7px !important;
	}

	blockquote:before {
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 0px !important;
	}

	#column-president-image {
		margin-bottom: 45px !important;
	}
}

#column-president-image {
	margin: 0;
	margin-top: 20px;
	text-align: center;
}

#column-president-quote {
	margin: 0;
	margin-bottom: 15px;
	text-align: left;
}

#president-image {
	width: 200px;
	border-radius: 100px;
	box-shadow: 1px 0px 20px 0px #000;
}

blockquote {
	margin: 0.25em 0;
	padding: 0.35em 40px;
	line-height: 1.45;
	position: relative;
	color: white;
	font-size: 16px;
	font-style: normal !important;
}

blockquote:before {
	font-family: Georgia, serif;
	display: block;
	padding-left: 10px;
	content: "\201C";    
	font-size: 150px;
	position: absolute;
	left: -40px;
	top: 40px;
	color: #b59a5a;
}

#column-president-image cite {
	color: #999999;
	font-size: 16px;
	display: block;
	margin-top: 5px;
}

#column-president-image cite:before {
	content: "\2014 \2009";
}