/* Point Of Interest listings, with indentation and subtitles and stuff */

div.point-interest {
    margin-left: 3em;
    padding-top: 1em;
}
div.point-interest:not(:last-of-type) {
    border-bottom: 1px solid silver;
}
div.point-interest p.point-interest-title {
    font-weight: bold;
    margin-bottom: 0;
}
div.point-interest p.point-interest-subtitle {
    color: #707070;
}



/* Resources listings, addres phone url or some combination thereof */

div.resource {
    margin-left: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
}
div.resource:not(:last-of-type) {
    border-bottom: 1px solid silver;
}
div.resource p.resource-title {
    font-weight: bold;
    margin-bottom: 0;
}
div.resource p.resource-text {
    margin-bottom: 0;
}



/* the map */
#county-map {
    width: 100%;
    height: calc(100vh - 140px);
    background-color: #FAFAFA;
}
