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/SBogers47/ehbocranendonck.nl/wwwroot/css/partials/_footer.sass
/*==========================================================================
  Footer
  ========================================================================== */


footer
  background: linear-gradient($blackGradient2)

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

  .grid-col
    vertical-align: top

    .header
      font-size: 0.7rem
      text-transform: uppercase
      color: $redTheme
      font-weight: semi-bold()
      margin: 0 0 40px

    li a, p
      font-size: 0.9rem
      color: white


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

    figure
      width: 100%
      max-width: 150px
      margin-bottom: 40px

      img
        width: 100%

    a
      color: $redTheme2
      font-weight: semi-bold()
      font-size: 0.9rem
      text-decoration: none
      transition: color 0.2s

      &:hover
        color: $redTheme


  .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: 35px 0

      li
        margin-bottom: 5px

        a
          text-decoration: none
          opacity: 0.6
          transition: opacity 0.3s

          &:hover
            opacity: 0.9

        &.active
          a
            opacity: 1
            font-weight: semi-bold()






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

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

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

    p, a
      font-size: 0.7rem
      color: $lightGray

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

    .komma
      text-transform: uppercase


  +respond-to-width(840)
    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($gray, 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%