// Basics
$white:							#ffffff;
$black:							#000000;
$off-white:						#f7f7f7;
$grey: 							#95a5a6;
$darkgrey: 						#282828;
$pink: 							#d13b7b;
$red: 							#ef4a44;
$purple: 						#874f9a;
$blue: 							#279fba;
$orange: 						#ee7933;

// Base
$base-background:				#6c9ec6 !default;
$base-background-image:    false !default;
$base-text-color:				#1f2126 !default;
$base-text-active-color:		#745f9d !default;
$base-border-color:				#e7e8ea !default;

// Accents
$accent-color-1:				#3b83db !default;
$accent-color-2:				#745f9d !default;

// Menu Style
$menustyle-text-color:                  #1f2126 !default;
$menustyle-text-color-alt:                  #3b83db !default;
$menustyle-text-color-active:           #3b83db !default;
$menustyle-background-active:           rgba(255,255,255, 0) !default;
$menustyle-sublevel-text-color:         #ffffff !default;
$menustyle-sublevel-text-color-active:  #ffffff !default;
$menustyle-sublevel-background:         #745f9d !default;
$menustyle-sublevel-background-active:  #ffffff !default;

// Page Surround
$pagesurround-background: 		$base-background !default;

// Top
$top-background:				#ffffff !default;
$top-text-color:				#1f2126 !default;

// Navigation
$navigation-background:			#ffffff !default;
$navigation-text-color:			#1f2126 !default;

// Slideshow
$slideshow-background:			rgba(255, 255, 255, 0.7) !default;
$slideshow-background-image:		false !default;
$slideshow-text-color:			#1f2126 !default;

// Header
$header-background:				#ffffff !default;
$header-text-color:				#1f2126 !default;

// Above
$above-background:				#ffffff !default;
$above-text-color:				#1f2126 !default;

// Showcase
$showcase-background:			#ffffff !default;
$showcase-text-color:			#1f2126 !default;

// Utility
$utility-background:			#ffffff !default;
$utility-text-color:			#1f2126 !default;

// Feature
$feature-background:			#ffffff !default;
$feature-text-color:			#1f2126 !default;

// Main
$main-background:				#ffffff !default;
$main-text-color:				#1f2126 !default;

// Expanded
$expanded-background:			#ffffff !default;
$expanded-text-color:			#1f2126 !default;

// Extension
$extension-background:			#ffffff !default;
$extension-text-color:			#1f2126 !default;

// Bottom
$bottom-background:			    #1f2126 !default;
$bottom-text-color:				#ffffff !default;

// Footer
$footer-background:				#ffffff !default;
$footer-text-color:				#777a83 !default;

// Copyright
$copyright-background:			#ffffff !default;
$copyright-text-color:			#777a83 !default;

// Off Canvas
$offcanvas-background:			#3b83db !default;
$offcanvas-text-color:			#ffffff !default;
$offcanvas-toggle-color:		#3b83db !default;

// Block Variations
$box1-background:				$accent-color-1 !default;
$box2-background:				$accent-color-2 !default;
$box3-background:				$black !default;
$box4-background:				darken($base-background, 5%) !default;
$box-white-background: 			$white !default;
$box-grey-background: 			$grey !default;
$box-darkgrey-background: 		$darkgrey !default;
$box-pink-background: 			$pink !default;
$box-red-background: 			$red !default;
$box-purple-background: 		$purple !default;
$box-blue-background: 			$blue !default;
$box-orange-background: 		$orange !default;

// System Messsages and Alerts
$warning-color:					#c09853;
$error-color:					#b94a48;
$info-color:					#3a87ad;
$success-color:					#468847;

// Typography
$rule-color:					fadeout($base-border-color, 75%);
$code-text:						#c7254e;
$code-bg:						#f9f2f4;
$pre-text:						#237794;
$pre-bg:						#f6f6f6;

// Borders
$border-color-hover:			$accent-color-1;
$border-color-focus:			$accent-color-1;
$border-color-light:            rgba(0, 0, 0, 0.1);

// Shadows
$base-box-shadow: 				inset 0 1px 3px hsla(0, 0%, 0%, 0.06);
$base-content-shadow:			2px 1px 15px rgba(0, 0, 0, 0.05);
