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/SBogers68/ouddorp-duin.nl/wwwroot/css/partials/_mainNavigation.sass
/*==========================================================================
  Main navigation
  ========================================================================== */

/**
  * Main navigation (3 columns)
  *
  */

.main-navigation
  background-color: $white
  visibility: hidden
  height: 0

  /*
    * Main navigation disappears when the screenwidth becomes smaller then 900px
    *
    */
  +respond-to-width(900)
    display: none

  .navigation
    margin-top: 50px
    +flex(space-between, flex-start)

    .firstCol, .secondCol
      padding: 0 5% 0 5%
      border-right: 3px solid $blue

      +respond-to-width(900)
        border: 0

    .thirdCol
      padding: 0 5% 0 5%