@import 'nib'

#intro-bar
  height 43px
  text-align center
  .items
    margin 0 auto
  .item
    align-items center
    background white
    cursor pointer
    display inline-flex
    font-size 15px
    font-weight 600
    height 43px
    justify-content center
    letter-spacing 0.5px
    padding 6px 12px
    position relative
    vertical-align top
    > span
      color white
      display none
      font-weight 100
      position absolute
      top 130%
      width 200px
  .item svg
    height 26px
    width 26px

@media (hover)
  #intro-bar .item:hover
    box-shadow 0 0 40px rgba(0, 0, 0, 0.2)
    z-index 1000
    > span
      display block
