header { position: fixed; z-index: 99; top: 0; left: 0; height: 80px; width: 100%; color: #FFF; font-weight: bold; letter-spacing: 1px; background-color: #FBC02D; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } #header-logo { padding-left: 42px; } #header-logo, #header-logo img { height: 80px; vertical-align: middle; line-height: 80px; } #header-search { margin: 24px 0 24px 32px; vertical-align: middle; } #header-search input { border: none; } header div { display: inline-block; } .profile-menu img { padding: 8px; height: 64px; width: 64px; } #own-profile-picture, #open-notifications { cursor: pointer; } #open-notifications { padding: 20px 20px 20px 0px; } @media only screen and (max-width: 1080px) { #header-logo { display: none; } }