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/SBogers70/inter-mill.com/wwwroot/css/partials/_header.sass
header
  position: relative
  background: $white
  width: 100%

  .content-container
    position: relative
    +flex(space-between, flex-start)
    height: $navigationHeight
    max-height: $navigationHeight

// logo in white square
.logo
  z-index: 9
  position: relative
  background: $white
  padding: 10px 0
  height: 100%
  img
    height: 100%

  +respond-to(mobile)
    display: none !important

// navigation
.main-navigation
  max-width: 100%
  align-self: center
  ul
    +flex()
    list-style: none
    text-transform: none
    li
      margin-left: 20px
      &:first-child
        margin-left: 0
      &.active
        a
          color: $mainNavActiveColor

      a
        +font-semi-bold(17px, 30px)
        color: $mainNavLinkColor
        transition: color 0.4s ease
        &:hover
          color: $mainNavHoverColor