/* original layout w/ 2 columns */
.divCtr { padding:2%; }
.divCtr p { font-size:105%; }
.divCtr img { 
	float:right;
	width:100%; 
	max-width:22.5em;
	padding-left:2%; 
}

.bkgQuote {
	background-image:url('../graphics/aboutQuote.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}

/* 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) {
	.divCtr img { max-width:19em; }
}
/* smaller width at 72% */
@media (max-width:62em) {
	.divCtr img { max-width:17em; }
}
/* tablet at 72% of desktop size with hamburger menu */
@media (max-width:40em) {
	.divCtr img { display:none; }
}