.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.direction-column {
    flex-direction: column;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

#mapholder {
    height: 50dvh;
    width: 380px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
}

.listContainerLanding {
    margin-right: 2rem !important;
    margin-top: 2rem !important;
}

#main {
    margin-top: 25px;
}

.intro {
    font-size: 1.2em;
    line-height: 1.3em;
}

.intro h2 {
    margin-bottom: 15px;
}

.intro h2 img {
    height: 40px;
}

#header:has(.landing-header) h1{
    max-width: 1270px;
    margin: auto;
    font-size: 1.5rem;
    right: 2rem;
}
.leaflet-landing{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 768px) {
    #header:has(.landing-header) h1{
        font-size: 2.5rem;
    }
    .intro-landing{
        width: calc(100% - 430px);
    }
    .leaflet-landing{
        width: 380px;
        display: block;
    }
    #mapholder {
        margin-right: 2rem;
    }
}

.flex-wrap{
    flex-wrap: wrap;
}

.itemWrap .itemLabel{
    font-size: 12px;
}
