/* phone number above header */
#text-11 a {
	text-decoration: none;
	font-weight: 600;
}

/* business name in header */
.title-area {
	width: 80%;
}
@media screen and (min-width: 768px) {
	.title-area {
		width: 33%;
	}
}
@media screen and (max-width: 360px) {
	.site-title {
		font-size: 1.5rem;
	}
}

/* gets rid of odd space below header */
.home #genesis-content {
	padding: 0;
}

/* bullet hooks */
#text-6 li, #text-6 h2 {
	color: #fff;
}
#text-6 ul {
	margin-bottom: 24px;
}

/* front page part 1 */
#front-page-2 {
	padding: 5rem 2rem;
}

/* featured pages */
#front-page-3 .entry, #front-page-3 section {
	width: 100%;
	margin-bottom:24px;
}
#front-page-3 .wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}
#front-page-3 .widget-wrap {
	width:100%;
	max-width:100%;
	height: 100%;
	margin: 0;
}
#front-page-3 article {
	margin: 0;
	height: 100%;
}
#front-page-3 article a {
	width: 100%;
}
#front-page-3 .entry-image{
	margin: auto;
}
#front-page-3 .entry-title {
	text-align: center;
}
@media screen and (min-width:800px) {
	#front-page-3 section {
		width: 33%;
	}
}

/* home page contact form */
#text-14 {
	margin: auto;
}
#text-14 #SendEmail {
	background: none;
	border: 2px #fff solid;
	margin-top: 12px;
}
#text-14 #emailForm div:last-child {
	text-align: right;
}

/* footer */
.site-footer {
	padding: 1em;
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: auto;
}
#genesis-footer-widgets {
	order:1;
	padding: 4em 0;
}
#footerServingSince, footer .h-adr, #copyrightNotice {
	order: 2;
	color: #677484;
}
@media screen and (min-width:1022px) {
	#footerServingSince, footer .h-adr, #copyrightNotice {
		padding: 0 5%;
	}
}

/* floats "burst" graphics on large screens */
@media screen and (min-width:650px) {
	.lrgscreenFloat {
		float: right;
		padding: 0 0 24px 24px;
		max-width: 260px;
	}
}