﻿.af-map { 
	width:100%;
	height:400px;
}

/* Container for the InfoWindow */
.map-info-window {
	font-family: "Jost", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 250px; /* prevent giant popups */
}

	/* Style the heading */
	.map-info-window h2 {
		font-size: 1.2em;
		font-weight: 400;
		margin-bottom:10px;
		margin-top:0px;
		color: #333;
		text-align: left;
	}

	/* Style the image inside the overlay */
	.map-info-window img {
		display: block;
		max-width: 100%;
		margin: 0 auto 0.5em auto;
		border-radius: 4px; /* optional, softens corners */
	}

	/* Style the text and links */
	.map-info-window a {
		color: #007BFF; /* match your site theme */
		text-decoration: none;
	}

		.map-info-window a:hover {
			text-decoration: underline;
		}

