.logo-img{
    float: left;
    margin-right: 10px;
}
/* HERO */
.portfolio .hero{
    background: url(/img/code.webp);
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.resume .hero{
    background: url(/img/board.webp);
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact .hero{
    background: url(/img/phone.webp);
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.page-title h1 {
    color: #fff;
}
.contact .page-title h1 {
    color: #000;
}
/* Leaflet */
#map{
    width: 100%;
    height: 300px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.d-none,
.leaflet-control-attribution.leaflet-control {
    display: none;
}