#sectionContact { 
	background-image:url('../graphics/flowerPower.png');
	background-repeat: repeat-x;
	background-position:center;
}
/* contact form */
form {
	width:95%;
	max-width:45em;
	margin:3.5% auto;
	padding:0;
}
input {
	width:100%;
	border:1px solid #999;
	font-size:97%;
	letter-spacing:0.1em;	
	margin:1.25% 0;
	padding:1.75%;
	vertical-align:top;
}
.formCmts { height:5em; }	
input:focus { border-color:#3c54a5; }
.btnSubmit {
	color:#fff;
	background-color:#3c54a5;
	font-family:Gill Sans MT, Century Gothic, sans serif;
	font-size:103%;
	letter-spacing:0.2em;	
	margin:3% 0 1.5%;
	padding:1.75%;
	text-decoration:none;
	z-index:300;
	cursor:pointer;
	-webkit-appearance:none; /* turn off button in Safari */
}
.btnSubmit:hover {
	transition:0.3s ease;
	-webkit-transition:0.3s ease; /* Safari */
	color:#fff;
	background-color:#3ac1f1;
	text-decoration:none;
	z-index:300;
	cursor:pointer;
	-webkit-appearance: none;
}
p.small {
	color: #666;
	margin:1.5% auto 0;
	padding:0;
	text-align:center;
}

/* sizing for smaller screens */
/* smaller fixed width to accommodate change from 86.6em to 52% of screen width with nav centered under logo  */
@media (max-width: 54em) {
	#sectionContact { 
		background-image:url('../graphics/flowerPowerSm.png');
		background-repeat: repeat-x;
		background-position:center;
	}
}
@media (max-width: 45em) {
	font-size:90%;
	letter-spacing:0;	
}