.home-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:2px 6px;border:0;background:none;line-height:0;border-radius:10px;text-decoration:none;-webkit-tap-highlight-color:transparent}
.home-logo img{display:block;height:36px;width:auto}
.home-logo:active{opacity:.55}
/* A class selector outranks the UA's [hidden]{display:none}, so the display
   above would otherwise keep the logo on screen mid-creation. */
.home-logo[hidden]{display:none}
.home-hero{display:inline-flex;max-width:100%;border:0;background:none;line-height:0;text-decoration:none;-webkit-tap-highlight-color:transparent}
.home-hero img{display:block;width:min(100%,300px);height:auto}
.home-hero:active{opacity:.55}
.logo-bar{display:flex;justify-content:center;margin:0 0 12px}
