*{box-sizing:border-box}*:before,*:after{box-sizing:inherit}#app{display:contents}body{margin:0;display:flex;flex-direction:column;min-height:100vh;line-height:1.5;text-align:center}main{flex:1;padding:20px}footer{width:100%;background:#fff;text-align:center;padding:10px}nav{margin:0 0 1rem}nav a{margin:0 .15rem}nav a:focus-visible,footer a:focus-visible{outline:2px solid;outline-offset:3px}nav a,footer a{text-decoration:none;font-size:16px}.hidden{display:none}.album-grid{display:grid;grid-template-columns:repeat(auto-fill,450px);gap:8px;justify-content:center}.album{display:grid;gap:6px;justify-items:center}.album img{width:100%;height:auto}.album-title{font-size:.95rem}a:visited{color:#00f}.site-header{display:none}:root{--header-pad: 12px;--contact-header-offset: 60px;--contact-logo-w: 120px}.site-header .logo-contact{display:none}[data-route=home] .site-header,[data-route=contact] .site-header,[data-route=instruments] .site-header,[data-route=merch] .site-header{display:grid;place-items:center;padding-block:var(--header-pad)}[data-route=contact] .site-header{margin-top:var(--contact-header-offset)}.site-header .banner,.site-header .logo{display:none}[data-route=home] .site-header .banner,[data-route=instruments] .site-header .banner,[data-route=merch] .site-header .banner{display:block;width:100%;max-width:1200px;height:auto}[data-route=contact] .site-header .logo-contact{display:block;width:var(--contact-logo-w);height:auto;justify-self:center}img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none}@media (max-width: 480px){.album-grid{grid-template-columns:1fr}nav{text-align:center;padding:0 12px;word-break:keep-all;white-space:normal}nav a{font-size:14px;margin:2px 3px}}@media (max-width: 600px){[data-route=contact] .site-header .logo-contact{width:100px}}
