2017-08-13 00:57:25 +00:00
|
|
|
/* COLORS */
|
2017-08-12 17:36:09 +00:00
|
|
|
// Used by links, buttons, and other background bits.
|
2017-08-13 02:43:28 +00:00
|
|
|
$brand-primary: darken(rgb(0, 202, 10), 20%);
|
2018-07-01 17:55:57 +00:00
|
|
|
|
|
|
|
$logo-sky-blue: #449fe8;
|
|
|
|
//$background-filter: hsla(207, 60%, 85%, 1.0);
|
|
|
|
$background-filter: $logo-sky-blue;
|
|
|
|
|
2017-08-13 01:23:41 +00:00
|
|
|
$background-filter-transparent: change-color($background-filter, $alpha: 0.5);
|
2017-08-12 17:36:09 +00:00
|
|
|
|
2018-07-01 17:55:57 +00:00
|
|
|
|
2017-08-13 00:57:25 +00:00
|
|
|
/* TEXT */
|
2017-08-12 17:36:09 +00:00
|
|
|
$font-family-sans-serif: 'Montserrat', Arial, sans-serif;
|
2017-06-07 21:23:10 +00:00
|
|
|
$font-family-serif: Georgia, "Times New Roman", Times, serif;
|
|
|
|
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
2017-08-13 02:11:38 +00:00
|
|
|
$font-size-base: 16px;
|
2017-08-13 00:57:25 +00:00
|
|
|
$headings-line-height: 1.0;
|
2018-06-29 22:18:01 +00:00
|
|
|
$text-color: #000;
|
2017-08-12 17:36:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
// Navbar
|
|
|
|
$navbar-default-bg: $brand-primary;
|
|
|
|
$navbar-default-color: white;
|
|
|
|
$navbar-default-link-color: darken($navbar-default-color, 6.5%);
|
|
|
|
$navbar-default-link-hover-color: darken($navbar-default-link-color, 6.5%);
|
|
|
|
$navbar-default-link-active-color: $navbar-default-link-hover-color;
|
|
|
|
$navbar-default-link-disabled-color: lighten($navbar-default-bg, 6.5%);
|
2017-08-13 00:57:25 +00:00
|
|
|
|
|
|
|
$box-shadow: 0px 1px 1em rgba(0, 1, 1, 1); //, inset 0px -5px 1em rgba(0, 0, 0, 0.8);
|