#pgh_header_contact {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	line-height: 3;
}

.ppaphone a, .ppaemail a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	border-bottom: none;
	color: #4557bc;
}

.ppaphone a {
	margin-right: 24px;
}

.site-inner {
  margin: 0 auto;
}

#text-13 {
	color: #ffffff;
	padding: 24px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	border-radius: 12px;
}

.front-page-1 h3, .front-page-1 p {
	color: #fff;
}

.front-page-1 p {
	font-size: 2rem;
}

.front-page-1 .textwidget a.button{
	margin: 24px 12px;
}

img {
	border-radius: 12px;
}

#front-page-2 section {
	text-align: center;
}

#front-page-2 section .widget-wrap {
	padding-bottom: 15%;
	padding-top: 15%;
}

input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

@media screen and (max-width: 600px) {
	#pgh_header_contact {
		line-height: 1;
	}
	.ppaphone a, .ppaemail a {
		font-size: 1.5rem;
	}
	.front-page-1 .textwidget a.button{
	margin: 24px 12px 12px 12px;
}
.pageimage {
  float: none;
  width: 100%;
}
}

p, .textwidget {
	font-size: 1.8rem!important;
	background-color: transparent!important;
}
.widget-title {
	font-size: 2.4rem;
}