// This file contains several variables that are used throughout the menu

// The height of the navbar $navHeight: 70px; $navHeightMobile: 50px;

// The border color used throughout the navbar // It utilizes alpha transparency so it can be used regardless of the background color $navBorderColor: rgba(0,0,0,.2);

// Pre Login Nav Background color. A very faint grey. $preLoginBackgroundColor: fff; $preLoginTextColor: #333;

// The width that we use to convert $convertToMobileBreakpoint: 991px;

// Max width for content sections $defaultContentWidth: 1400px;

$font-size-base: 16px; $font-size-small: 14px; $font-size-x-small: 12px;

$font-weight-light: 300; $font-weight-regular: normal; $font-weight-bold: bold;

$font-color-primary: #111; $font-color-secondary: #555; $font-color-tertiary: #767676; $font-color-disabled: $font-color-tertiary;

$background-color-base: fff; $background-color-light: f6f6f6; $background-color-dark: #495159;

$link-color: #0066c0; $link-color-hover: e87825; $link-color-active: $link-color-hover;

$tablet-portrait: 768px; $desktop: 992px; $desktop-large: 1400px; $mobile-only: 991px;