#mapimage h1 {
margin-top: 0;
font-size: 1.5em;
}

#mapimage p {
margin-top: 1em;
margin-bottom: 0;
}

#links {
	margin-bottom:1em;
}

#records img {
	max-width:500px;
}

div.flex-container {
	display: -webkit-flex;
   	display: flex;
   	-webkit-flex-flow: row wrap;
   	flex-flow: row wrap;
	-webkit-align-items: center;
   	align-items: center;
}

div.flex-container div {
	margin: 0 1.5em 1.5em 0;
	font-size: 9pt;
	text-align: center;
	max-width:50%;
}

#mapimage div.flex-container div p {
	margin-top:0;
}

@media only screen and (max-width: 767px) {

div.flex-container div {
	width:40%;
	max-width:40%;
	font-size: 1em;
}

#records img {
	max-width:100%;
}
#links img {
	width:100%;
	height:auto;
}
}