header{ background: $light-green; height: 70px; width: 100%; .logo{ position: fixed; top: 0; left: 0; height: 70px; } .container{ &.main{ height: 70px; position: fixed; background: $light-green; z-index: 500; } } .hamburger{ position: fixed; top: 6px; right: 0; } .openings{ position: relative; top: 0; .hours{ font-size: $font-12; text-align: left; position: absolute; top: 100px; span{ display: inline; border-right: 1px solid $grey; padding: 0 5px; &:first-child{ padding: 0; } &:first-child, &:last-child{ border-right: none; } } } } .topmenu{ height: calc(100vh - 70px); position: fixed; top: 70px; left: 0; background: $green; width: 100%; display: none; overflow: auto; z-index: 500; ul{ text-align: center; font-size: $font-18; font-weight: bold; text-transform: uppercase; margin: 40px 0; padding: 0; line-height: 30px; li{ list-style: none; padding: 15px; display: block; border-top: 1px solid $alpha; a{ color: white; text-decoration: none; transition: .4s; &:hover{ color: $alpha; } } } } } .breadcrumb { font-size: $font-12; padding: 5px; margin: 0; /* background-color: $light-grey; */ border-radius: 0; width: 100%; position: absolute; left: 0; top: 70px; color: $grey; height: 30px; .container{ overflow: hidden; overflow-x: auto; .crumbs{ height: 20px; display: ruby; a{ color: $grey; text-decoration: none; transition: .4s; &:hover{ color: $dark-grey; } } } } } }