nav { display: flex; justify-content: space-between; align-items: flex-end; padding: 1rem 1.5rem; ul { display: flex; justify-content: space-between; margin: 0 1rem 1rem 0; li { &:not(:last-child) { margin-right: 1rem; } a { text-decoration: none; color: $dark-color; &.active { border-bottom: 1px solid $primary-color; color: $primary-color; } } } } } section#hero { background-image: url('../assets/hero.jpg'); background-size: cover; width: 100%; height: 36rem; }