@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
    padding: 0;
    margin: 0;
    font-size: 110%;
}
html, body, #map {
    height: 100vh;
    width: 100vw;
}

aside {
    display: none;
}

.paidCampSiteIcon {
    filter: hue-rotate(160deg); /* blue -> red */
}

.wildCampSiteIcon {
    filter: hue-rotate(270deg); /* blue -> green */
}

a.function {
    color: #0000ff;
    text-decoration: underline;
    cursor:pointer;
}

a.navigationLink {
    color: #0000ff;
    text-decoration: underline;
    cursor:pointer;
    display: block;
}

a.phoneLink {
    color: #0000ff;
    text-decoration: underline;
    cursor:pointer;
    display: block;
}

a.websiteLink {
    color: #0000ff;
    text-decoration: underline;
    cursor:pointer;
    display: block;
}

a.park4nightLink {
    color: #0000ff;
    text-decoration: underline;
    cursor:pointer;
    display: block;
}

p.poi_header {
    font-weight: bold;
    margin-bottom: 0.2em;
}

p.poi_rating {
    margin-top: 2em;
}

p.poi_text {
    font-weight: normal;
}

img.icon {
    height: 1.1em;
    margin-right: 0.3em;
}