body {
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
    width: 100vw;
}

.leaflet-container {
    font-family: Merriweather, serif;
    font-size: 14px;
}
.leaflet-tooltip {
    background: #fffaf2;
}
.leaflet-popup-content-wrapper {
    background: #fffaf2;
}
.leaflet-popup-content {
    font-size: 1rem;
}

.leaflet-control-attribution {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: normal;
}

.popupTitle {
    font-weight: bolder;
    font-size: 1rem;
}
.popupDesc {
    color: #666666;
    font-size: 0.7rem;
}
/*.popupContent {
    (a placeholder if I ever want to style this class)
}*/

#map {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}