#footer
  background $carbon
  font-size 14px
  height 50px
  line-height 50px
  text-align left

  .right
    float right
    padding-right 20px

  .left
    padding-left 20px

  a, span
    color #f8f8f8
    display inline-block
    height 50px
    letter-spacing 0.8px
    line-height 50px
    padding 0 12px

@media (hover)
  #footer a:hover
    border-bottom 4px solid #f8f8f8
    color #f8f8f8

@media (max-width: 800px)
  #footer
    background $grey_dark
    height auto
    position relative
    text-align center
    .right
      float none
      padding 0
    .left
      padding 0
