//== Colors
//
//## Gray and brand colors for use across Bootstrap.

$gray-darker: $background-color2;
$gray-dark: $background-color2;
$gray: $background-color13;
$gray-light: $text-color7;
$gray-lighter: $text-color7;

$brand-primary: $background-color5;
$brand-success: $background-color11;
$brand-info: $text-color7;
$brand-warning: $text-color9;
$brand-danger: $text-color10;


//== Scaffolding
//
//## Settings for some of the most global styles.

$body-bg: $primary-background-color;
$text-color: $text-color1;
$link-color: $border-color11;
$link-hover-color: $border-color3;

//== Typography
//
//## Font, line-height, and color for body text, headings, and more.
// This variable never used. Maybe delete!!!!
$font-family-sans-serif: omnes-regular, "Omnes-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
//$font-family-base: $font-family-sans-serif !default;
$font-size-base: $body-font-2;
$font-size-large: $body-font-1;
$font-size-small: $body-font-3;
$font-size-h1: $heading-font-1;
$font-size-h2: $heading-font-2;
$font-size-h3: $heading-font-3;
$font-size-h4: $heading-font-4;



//== Components
//
//## Define common padding and border radius sizes and more.
$border-radius-base: 0;
$border-radius-large: 0;
$border-radius-small: 0;


//== Buttons
//
//## For each of Bootstrap's buttons, define text, background and border color.

// $btn-font-weight: normal !default;
$btn-default-color: $text-color;
$btn-default-bg: $primary-background-color;
$btn-default-border: $border-color5;

$btn-success-color: $primary-background-color;

// Allows for customizing button radius independently from global border radius
$btn-border-radius-base: 2px;
$btn-border-radius-large: 2px;
$btn-border-radius-small: 2px;

//== Dropdowns
//
$dropdown-bg: $primary-background-color;
$dropdown-border: $background-color3;
$dropdown-link-color: $text-color1;
$dropdown-divider-bg: $gray;
//** Hover color for dropdown links.
$dropdown-link-hover-color: $text-color3;
//** Hover background for dropdown links.
$dropdown-link-hover-bg: $background-color12;

//** Active dropdown menu item text color.
$dropdown-link-active-color: $text-color3;
//** Active dropdown menu item background color.
$dropdown-link-active-bg: $background-color12;

//== Forms
//
//##
$form-group-margin-bottom: 24px;


$input-bg: $primary-background-color;
$input-bg-disabled: $background-color4;
$input-color:$text-color6;
$input-border: $text-color7;
$input-border-focus: $border-color4;

//== Modals
//
//##
$modal-content-bg: $primary-background-color;
$modal-inner-padding: 0 15px;
$modal-title-padding: 30px 25px 10px 25px;


//== Close
//
//##
$close-color: $background-color4;

//== Navs
//
//##
//=== Shared nav styles
$nav-link-hover-bg: transparent;

$navbar-inverse-bg: $gray;

//== Tabs
$nav-tabs-border-color: transparent;
$nav-tabs-link-hover-border-color: transparent;
$nav-tabs-active-link-hover-bg: transparent;
$nav-tabs-active-link-hover-color: $text-color1;
$nav-tabs-active-link-hover-border-color: transparent;


//== Popovers
//
//##
$popover-bg: $background-color1;