html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#map {
    width: 100%;
    height: 100vh;
}

.title-box {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;

    background: white;

    width: 240px;
    padding: 12px 16px 16px 16px;

    border-radius: 10px;

    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.title-box h2{
    margin:0;
    color:#EB2127;
    font-size:20px;
    font-weight:700;
}

.title-box p{
    margin:2px 0 0;
    color:#666;
    font-size:15px;
    font-style:italic;
}

.logo{
    width:220px;
    height:auto;
    display:block;
    margin:0 auto 4px auto;
}

/* Lodox Cluster Style */

.marker-cluster-small {
    background: rgba(235, 33, 39, 0.25);
    color: white;
}

.marker-cluster-small div {
    background: #EB2127;
}

.marker-cluster-medium {
    background: rgba(235, 33, 39, 0.25);
    color: white;
}

.marker-cluster-medium div {
    background: #EB2127;
    color: white;
}

.marker-cluster-large {
    background: rgba(235, 33, 39, 0.25);;
    color: white;
}

.marker-cluster-large div {
    background: #EB2127;
    color: white;
}
.popup-box{
    min-width:220px;
}

.popup-box h3{
    margin:0 0 8px 0;
    color:#EB2127;
    font-size:17px;
    font-weight:bold;
}

.popup-box p{
    margin:0;
    color:#555;
    font-size:14px;
    line-height:1.5;
}