.bkgQuote {
	width:100%;
	max-width:86.6em;
	height:100%;
	margin:3.5em auto;
	padding:2.75% 0;
	text-align:center;
}
.sectionQuote {
	background-color:rgba(255,255,255,0.9);
	border:#95d600 solid 3px;
	width:85%;
	height:60%;
	margin:2% auto;
	padding:2.75% 0;
	text-align:center;
}

#quote {
	width:75%;
	font-style:italic;
	line-height:157%;
	margin: 0 auto;
	padding:1.25%;
}	
.signature {
	font-family:Gill Sans MT, Century Gothic, sans serif;
	font-weight:600; /* 400 normal, 700 bold */
	margin:1% 0 3.5%;
	text-align:right;
}
.signature a { color:#333; text-decoration:none; }
.signature a:hover { text-decoration:underline; }
.quoteMark { /*red quotation marks */
	color:#b61d1a; 
	font-family:Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:550%;
	line-height:29px;
	font-weight:bold;
	margin:0;
	padding:3.5% 0 0;
	text-align:center;
}

/* sizing for smaller screens */
/* smaller fixed width to accommodate change from 86.6em to 77% of screen width with nav centered under logo  */
@media (max-width:68em) {
	#quote { font-size:105%; }
}
@media (max-width:40em) {
	.quoteMark { font-size:500%; padding:5% 0 0; }
}