img {
	border-radius: 5px;
}

h1.site-title {
	font-size: 2.5rem;
}

#pgh_header_contact {
	display: flex;
	flex-direction: row-reverse;
	align-items: baseline;
	line-height: 3.15;
}

#pgh_header_contact a {
	text-decoration: none;
	font-size: 1.75rem;
	font-weight: 700;
	padding: 0 12px;
}

#front-page-1 .widget-area {
	background-color: rgba(0,0,0,.6);
	border-radius:5px;
	padding: 24px;
}

#front-page-1 .wrap {
	max-width:1000px;
}

#front-page-1 p {
	font-size: 1.625rem;
}

#front-page-2 .widget-area {
	display: flex;
	flex-direction: row-reverse;
}

.footer-widgets a:not(.button) {
	opacity: 1;
}

input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

@media screen and (max-width:1023px) {
	#pgh_header_contact a {
		padding: 0;
	}
	
	#pgh_header_contact {
	line-height: 1;
}
}

@media screen and (max-width:800px) {
	#front-page-2 .widget-area {
	flex-direction: column;
}
	.pageimg {
		float: none;
		width: 97%;
	}
}

@media screen and (max-width:400px) {
	
h1.site-title {
	font-size: 2rem;
}
}