.logotype{
    max-width: 15rem;
    margin-left: 64px;
}
.nav{
    background-image: url(../images/nav-bg.png);
}
.map{
    min-height: 94vh;
}

.steves{
    width:64px;
    height: 64px;
}
.markerCluster{
    color: white;
    background: url(../images/steves.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: grid;
    place-items: center;
}