HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/bekkers/bekkersengineering.nl/resources/assets/sass/site/partials/_footer.sass
/* ==========================================================================
   Footer
   ========================================================================== */

footer
  background: $darkerBlue

  >.grid-row
    padding: 70px 0 90px

  .grid-col
    vertical-align: top

    .header
      font-size: 0.7rem
      text-transform: uppercase
      color: white
      font-family: $headerFamily
      font-weight: bold()
      margin: 0 0 20px

    p, a
      font-size: 0.9rem
      color: $grey

  .contact
    width: column(4, 12)
    margin-left: column(1, 12)

    figure
      width: 260px
      margin: 35px 0 25px

      a
        text-align: left

      img
        width: 80px
        max-height: 136px
        margin-right: auto

    a
      font-size: 0.9rem
      color: $grey
      text-decoration: none
      transition: color 0.2s

      &:hover
        color: white

  .links
    width: column(6, 12)
    margin-left: column(1, 24)

    >.grid-row
      width: 100%

    .menu, .sub-links
      width: column(3, 6)
      vertical-align: top

    ul
      list-style: none
      padding: 0
      margin: 10px 0 40px

      li

        a
          text-decoration: none
          transition: color 0.3s

          &:hover
            color: white

        &.active
          a
            color: white
            font-weight: semibold()

  +respond-to-width(750)
    .links, .contact
      width: column(10, 12)
      margin-left: column(1, 12)

    .links
      margin-top: 60px

  +respond-to-width(500)
    >.grid-row
      padding: 40px 0
      margin-bottom: 0 !important

    .links
      margin-top: 30px
      .menu
        width: 100%
        margin-bottom: 30px

      .sub-links
        width: 100%




  /* Sub footer for pay off and our branding
   ========================================================================== */

  .sub-footer
    background-color: $darkestBlue 
    padding: 15px 0

    .grid-row
      .placeholder
        width: column(10, 12)
        margin: auto
        +flex(space-between, center)

    p, a
      font-size: 0.7rem
      line-height: 1
      color: white

    p
      margin-bottom: 0.5rem
      opacity: 0.4

    a
      //font-weight: semi-bold()
      text-decoration: none

    .komma
      position: relative
      +flex(space-between, center)
      font-size: 0.7rem
      line-height: 1
      width: 250px
      opacity: 0.3
      transition: opacity 0.2s

      &:hover
        opacity: 0.7

      span
        position: relative
        top: 1px
        display: inline-block
        width: 78px
        height: 25px
        background:
          image: url("/img/komma.svg")
          position: center
          size: contain
          repeat: no-repeat

    +respond-to-width(600)
      padding-bottom: 30px
      .grid-row
        .placeholder
          display: block
          text-align: center

      p
        margin-bottom: 1.4rem

      .komma
        margin: auto

  +respond-to-width(1000)
    padding-top: 35px

    >.grid-row
      +flex(flex-start, flex-start)
      +flex-rows
      margin-bottom: 100px
      width: 100%

    .main-item
      width: 100%
      padding: 0 column(1, 14)
      margin-left: auto
      margin-right: auto

      .logo
        display: none


      &.location
        +order(2)
        border-top: 2px solid rgba(white, 0.2)
        padding-top: 40px

      &.schools, &.menu
        display: none

      >a
        display: inline-block

      ul.extra-margin-bellow
        margin-bottom: 35px

    .sub-footer
      .grid-row
        .placeholder
          width: 100%