#resource-map { position:relative; }
#resource-map #map { position:absolute;width:100%;height:100%;z-index:1; }

#resource-map h2 { position:absolute;z-index:2;background-color:rgba(35,35,35,0.5);color:#fff;font-weight:800;font-size:35px;top:25px;left:25px;padding:10px; }
#resource-map p { position:absolute;z-index:2;background-color:rgba(35,35,35,0.5);color:#fff;font-weight: 800;font-size: 18px;top: 85px;left:25px;padding:10px; }

#resource-links { width:90%;margin:0 auto;padding:75px 0; }
#resource-links h3 { font-size:36px;font-weight:800;color:#232323;line-height:42px;margin-bottom:25px; }
#resource-links p { margin-bottom:10px;line-height:25px;}
#resource-links p a { color:#2126F1;text-decoration:none;font-weight:300; }
#resource-links p a:hover { text-decoration: underline }

@media (max-width:465px) { 
	#resource-map h2 { font-size: 7vw;top: 3vw;left: 3vw; }
	#resource-map p { font-size: 3.8vw;top: 17vw;left: 3vw; }
}