/* ccs style sheet for Riverleaves website, particularly the Contact Page
Designed by Courtney Lambert, formerly Riojas.
Date: 04/27/2022*/


#contact-bio {
	display: block;
	margin-left: 26.66%;
	margin-right: 26.66%;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid white;
	background-color: rgba(222,99,3,0.2);
}


img#contactpic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 26.66%;
	border: 5px solid white;
	border-radius: 50%;
	padding: 3px;
}
