/* Static Page Styles */
#about .section-1.section { border-bottom: 0; }

/* Contact Form */
.msg-copy-h { padding-top: 20px; text-align: left; }
.msg-copy {
	background: #eee;
	padding: 10px 15px 15px;
	margin-bottom: 25px;
	border-radius: 5px;
	font-size: 0.95em;
	text-align: left;
}
.msg-copy-body { margin-top: 8px; }

/* Responsive Classes */
@media (min-width: 576px) { 
	#about .bgimg-1 { min-height: 250px; }
	#about .bgimg-inner { min-height: 250px; }
	#about .bgimg-1 .bgimg-inner { min-height: 250px; }
	#about .bgimg-1 .bgimg-inner h1.caption { margin-top: 50px; }
}