.main-header { font-family: 'Lato', sans-serif; padding: 15px 0; background-color: $darken-gray; box-shadow: 0px -5px 15px rgba(0,0,0,.3); .header-flex { display: flex; justify-content: space-between; align-items: center; } .logo { width: 50%; text-align: center; a { text-decoration: none; text-transform: uppercase; font-size: 27px; font-weight: 300; color: $light-purple; } } } .main-nav { position: fixed; top: 0; left: 0; z-index: 10; width: 300px; height: 100%; background-color: $darken-gray; padding: 25px 30px; transform: translate3d(-300px, 0, 0); ul { background-color: $darken-gray; padding: 15px 0 0; margin: 0 -30px 0 -30px; list-style: none; li { border-bottom: 1px solid $black; background-color: $darken-gray; a { display: block; margin: 0 30px; padding: 15px 0; text-decoration: none; text-transform: uppercase; font-weight: 400; font-size: 16px; color: $light-purple; &:hover { opacity: .8; color: $light-pink; } } } } } .menu-icon-container { width: 25%; text-align: left; } .search-icon-container { width: 25%; text-align: right; } .menu-icon, .menu-icon-close, .search-icon a, .search-icon-close { cursor: pointer; font-size: 18px; color: $light-purple; transition: all .4s; &:hover { opacity: .8; } }