@import url(http://fonts.googleapis.com/css?family=Unica+One&subset=latin,latin-ext);

@media only screen and (max-width: 920px), (max-height:active 920px) {
  img#logo {
    height: 30px;
  }
  div#title h2, h2 a {
	font-size: 30px;
	line-heigt: 37px;
  }
  body {
  	margin-top: 5px !important;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
  }
}

@media only screen and (min-width: 921px), (min-height:active 921px) {
  div#title h2, h2 a{
	font-size: 70px;
	line-heigt: 90px;
  }
  body {
  	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 25px !important;
	margin-right: 25px !important;
  }
}


.legend, .social {
	background: #FFF;
	outline: 0;	
	border-radius: 3px;
	font-size: 15px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.7);
	padding: 3px 6px 3px 6px;
}

.legend {
	font-size: 11px;
}

.social {
	color: #555;
	padding: 5px 6px 6px 6px;
}

.leaflet-popup-content-wrapper {
	background: rgba(255,253,250,0.9) !important;
}

.leaflet-popup-content {
	font-size: 13px !important;
}

a {
	color: #004471;
	text-decoration: none;
}
a:hover {
	color: color: rgb(0, 100, 0) !important;
}

body {
	background: rgb(240,250,220) !important;
}

h2, h2 a {
	color: rgb(95, 150, 20);
	font-family: 'Unica One', sans-serif;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#title a {
	color: rgb(0, 100, 0);
}

div#title a:hover {
	color: rgb(0, 100, 0);
	text-decoration: none;
	background-color: #AEE563;
}

.leaflet-container a {
	color: rgb(95, 150, 20);
}

.leaflet-container a:hover {
	color: rgb(0, 100, 0) !important;
}