

/* BRANDING MAIN */
.umap-nav h1 a {
    background-image: url("./img/logo-airbnb-flamme.svg");
    font-size: min(7.5vw, 2.5rem);
}

/* BRANDING MAPVIEW */
.umap-main-edit-toolbox .logo a {
	background-image: url("./img/logo-airbnb-flamme.svg");
 	background-size: contain;
}


/* ABOUT SUMMARY */
.row.two-third.center.emphasis {
    font-size: large;
}
.highlights img.colophon {
    height: 192px;
}


/* FOOTER */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    height: 40px;
}
