$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #1b191b;
$foreground-color: #232223;
$input-background: #232223;

$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;

//$theme-color-1: #145388; --Made this brighter
$theme-color-1: #196aba ;

$theme-color-2: #3582b3;
$theme-color-3: #6c90a1;
$theme-color-4: #365573;
$theme-color-5: #47799a;
$theme-color-6: #8e9599;

#mainNavLink {
    color: #196aba 
}

.alex-crumbs {
    font-size: 18px;
    padding-left: 0px;
}


//$primary-color: #969696; --This color was too dark for a main color
$primary-color: #e4e4e4;

// $secondary-color: #757575; --This color was too dark for a secondary color
$secondary-color: #9e9e9e;
$muted-color: #6e6e6e;

$gradient-color-1 : #225986;
$gradient-color-2 : #1a3a53;
$gradient-color-3 : #145388;

$shadowOffsetsTop : 1 3 10 14 19;
$shadowBlursTop: 2 6 10 14 19;
$shadowOpacitiesTop: 0.1 0.3 0.6 0.7 0.8;

$shadowOffsetsBottom : 1 3 6 10 15;
$shadowBlursBottom: 3 6 6 5 6;
$shadowOpacitiesBottom: 0.1 0.3 0.6 0.7 0.8;

$logoPath: "/assets/img/logo-white.svg";
$logoPathMobile: "/assets/img/logo-mobile.svg";

@import "../_mixins.scss";
@import "../_gogo.style.scss";
