@import url("../webfonts/proxima_nova_reg/stylesheet.css");
body {
	font-family: "proxima nova reg";
}
h3 {
	font-size: 18pt;
}
#map {
	width: 100%;
	height: 500px;
	margin-top: 10px;
}
.info-content {
    color: #000000;
	font-size: 12pt;
}
strong {
	font-weight: 900;
}