/* Mobile */
.leaflet-control-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #2a2a2a;
    color: #fff;
    font-family: FSEmeric, sans-serif;
    line-height: normal;
    letter-spacing: normal;
    box-sizing: border-box;
    padding: 20px 20px;
}

.leaflet-control-title-valid-text {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 4px;
}

.leaflet-control-title-updated-text {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 24px;
}

a.leaflet-control-maplink {
    display: block;
    color: white;
    cursor: hand;
}

.leaflet-control-maplink > span:first-child {
    transition: all .25s ease-in-out 0s;
}

.leaflet-control-maplink:hover > span:first-child {
    margin-right: 10px;
}

/* ********************************** */
/* Media queries */

/* Tablet/Laptop/Desktop */
@media only screen and (min-width: 720px) {

    .leaflet-control-title {
        padding-left: 40px;
    }

    .leaflet-control-title-valid-text {
        font-size: 32px;
        font-weight: 300;
    }

    .leaflet-control-title-updated-text {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 27px;
    }

    a.leaflet-control-maplink {
        margin-bottom: 31px;
    }

}
