/* Ensures that content is not obstructed by the navbar, which is fixed */
section .scroll-target {
    height: 56px;
    margin-top: -56px;
}

.landmarks .bi-person-walking {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-bottom: 5px;
}

.google-logo {
    display: inline-block;
    height: 1rem;
}

.overall-star-rating svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* md */
@media (min-width: 768px) {
    .sticky-md-top {
        top: 5rem;
    }
}
