/* Skeleton overrides
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	width: 95%;
	max-width: 1280px;
	obackground-color: yellow;
}
body  {
	/*font-family: 'DharmaGothicE', 'Tungsten A', 'Tungsten B'; // headlines*/
	/*font-family: 'epocapro', 'Whitney SSm A', 'Whitney SSm B'; // sans-serif text*/
	/*font-family: 'Droid Serif', 'Sentinel A', 'Sentinel B'; // serif text */
	ocolor: red;
	obackground-color: red;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'DharmaGothicEBoldRegular', 'Tungsten A', 'Tungsten B';
	font-style: normal;
	font-weight: 600;
}
p {
	font-family: 'Droid Serif', 'Sentinel A', 'Sentinel B';
	font-weight: normal;
	font-style: normal;
}
a {
	backgroundfont-family: 'Droid Serif', 'Sentinel A', 'Sentinel B';
	font-weight: normal;
	font-style: normal;
	color: blue;
}


/* Labels
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.label {
	font-family: 'epocapro', 'Whitney SSm A', 'Whitney SSm B';
	font-weight: 400!important;
	font-style: normal;
	padding: 2px 4px;
	border: 1px solid hsla(0,0%,0%,0.1);
	border-radius: 0px;
	background-color: #000;
	color: white;
}



/* Legend
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.legend {
	font-family: 'epocapro', 'Whitney SSm A', 'Whitney SSm B';
	font-weight: normal!important;
	font-style: italic!important;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 10px 0;
}
.legend .label {
	position: relative;
	top: -1px;
	margin-right:  1px;
	font-style: normal;
	font-weight: 500;
}
.legend img {
	max-height: 1.8rem;
	position: relative;
	top: 4px;
}



/* Social
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.social-link {
    background-color: #eee;
    height: 25px;
}
.social-link.facebook {
    background-color: #3C599B;
}
.social-link.twitter {
    background-color: #5EAADE;
}



/* Maps
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.map {
	background-color: #eee;
	margin-bottom: 5px;
}
.map .leaflet-bar, .leaflet-control-layers {
	border: 1px solid #111;
	border-radius: 0;
}
.map .leaflet-control-attribution {
	font-family: 'epocapro', 'Whitney SSm A', 'Whitney SSm B';
	font-weight: 500;
	color: #000;
	font-style: italic;
}
.map .leaflet-control-attribution a {
	color: #00549E;
	font-weight: 500;
	font-style: normal;
}


/* Captions
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.caption {
	font-family: 'epocapro', 'Whitney SSm A', 'Whitney SSm B';
	font-weight: 500;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 10px;
	color: #000;
}