.images {
	display: flex;
	flex-wrap: wrap;
}
.images > * {
	display: inline-block;
	width: 46%;
	height: auto;
	margin: 0.25rem 1%;
	text-align: center;
}

.image img {
	width: 100%;
	height: auto;
	border: 0px;
	padding: 0px;
}
.faceimage {
	float: right;
	display: inline;
	text-align: center;
	width: 25%;
	padding-left: 1rem;
}
.faceimage img,
.floatimage img {
	width: 100%;
	height: auto;
	border: 0px;
	padding: 0px;
}
.floatimage {
	float: right;
	display: inline;
	text-align: center;
	width: auto;
	padding-left: 1rem;
}
.visit section {
	margin-bottom: 2rem;
}
.visit section h3 {
//	text-indent: -2rem;
//	padding-left: 2rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
}
.visit section h4 {
	font-size: 1rem;
}
.visit section.visitor {
	width: 80%;
	margin: auto;
	padding: 2%;
	background-color: rgba(240, 240, 240, 1);
}

.visit .box {
	width: 80%;
	margin: 1rem auto;
	padding: 2%;
	background-color: rgba(240, 240, 240, 1);
	font-size: 0.8rem;
}
.visit .box h4 {
	margin-top: 0.25rem;
	font-size: 1rem;
}
