.glyph-bar{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;padding:1vh 2vh;background-color:#1a1a1a;color:#fff;position:fixed;top:10vh;left:0;width:100%;box-shadow:0 2px 5px rgba(0,0,0,.3);z-index:999}.glyph-bar button,.glyph-bar span{font-size:2.5vw;padding:8px 10px;cursor:pointer;white-space:nowrap;transition:background-color .3s,transform .3s}.glyph-bar button:hover,.glyph-bar span:hover{background-color:rgba(255,255,255,.1)}@media (max-width:768px){.glyph-bar button,.glyph-bar span{font-size:4vw}}@media (max-width:480px){.glyph-bar{justify-content:space-between}.glyph-bar button,.glyph-bar span{font-size:3vw;padding:6px 8px}}