.bg-1 {
	background-color: #1abc9c;
}

figure.headshot {
	display: block;
	width: 100%;
	float: left;
}
figure.headshot img {
	float: none;
}
#widget {
	display: none;
}
#widget div {
	margin: 0 auto;
}

.fa-5 {
	font-size: 12em;
}

.fa-4 {
	font-size: 7em;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}



.flex-container {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	width: 100%;
}
section article {
	width: 25%;
}
section.content {
	margin-bottom: 60px;
}

.popoutgallery img {
	margin: 0 auto;
}
