File: D:/HostingSpaces/SBogers106/rvt-trainingen.nl/wwwroot/css/config/_navigation.sass
// ------------------------------------
// ------------------------------------
// --- Navigation
$navigationHeight: 75px
// --- Links
$mainNavLinkColor: $black
$mainNavActiveColor: $blue
$mainNavHoverColor: $blue
// ------------------------------------
// ------------------------------------
// --- Mobile navigation
// ------ Bar
$mobileNavBarColor: $primaryColor
// ------ Hamburger button
$hamburgerBtnBg: $primaryColorDarker
$hamburgerBtnBorderColor: none
// ------ Contact button
$contactBtnBg: $primaryColorDarker
$contactBtnBorderColor: none
// ------ Background
$mobileNavBg: #364a56
// ------ Links and text
$mobileNavLinkColor: $white
$mobileNavActiveColor: #2196f3
$mobileNavHoverColor: #2196f3
$mobileNavTextColor: $white