.title-bar { z-index: 10; position: sticky; top: -6em; left: 0; width: 100%; height: 9em; background-color: rgba(255,255,255,.8); box-shadow: 0 0 25px rgba(0,0,0,.4); margin-bottom: 1em; } .title { font-size: 1.5em; height: 4em; padding-top: 1em; text-align: center; } .title .title-small { opacity: .6; padding-top: .5em; font-size: .5em; line-height: .5em; } .control-bar { display: flex; margin-top: .5em; line-height: 2em; } .control-btn { flex: 0 0 2em; text-align: center; color: black; border-radius: 5px; } .control-btn:hover { background-color: #555555; color: white; } .control-btn .icon:before { margin: .5em; display: inline-block; } .control-search { flex: auto; color: black; background-color: rgba(255,255,255,.5); margin: 0 .5em; } .list-menu { text-align: center; }