.button:before{content:"";border-radius:inherit;inset:0;position:absolute;opacity:0;background-color:#fff;transition:opacity .25s ease-in-out}.button.bg-white:before{background-color:coral}.button.bg-red:before{background-color:#000}.button:hover:before{opacity:.2}.sep:before,.sep-before:before{transform:skew(-.035turn);border-radius:0}.sep:hover:before,.sep-before:hover:before{opacity:.1}html:has(#menu:target){overflow-y:hidden}html:has(#menu:target) .close-nav{display:block}html:has(#menu:target) .open-nav{display:none}#menu:target{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;position:fixed;inset:0;background-color:rgba(0,0,0,.95);color:#fff;z-index:9;margin:0;height:100%;box-sizing:border-box}.text-shadow{text-shadow:0 0 .125em rgba(52,0,5,.4)}.revealed{opacity:1}.open-nav,.close-nav{z-index:2}@media(min-width:45rem){.button-facebook:before{transform:none;inset:0;box-shadow:none}}