| 12345678910111213141516171819202122232425262728 | // Layout$horiz-padding: 1rem;$vert-padding: 2rem 0 2rem;// Fonts$title-font-family: $base-font-family, $fallback-font-family !default;// Header$header-height-large: 4rem;$header-height-small: 2.3rem;$header-color-dark: #222;$header-text-light: $light-color;$header-text-dark: darken($dark-color, 15%);// Dropdown Menu$dropmenu-bg: $light-color;$dropmenu-hover-text: $primary-color;$dropmenu-horiz-padding: 20px;$dropmenu-vert-padding: 7px;$dropmenu-child-padding: 10px;$dropmenu-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);// Mobile Menu$mobile-color-main: $primary-color;$mobile-color-active: #FFF;$mobile-color-link: #FFF;$mobile-button-height: 27px;$mobile-button-width: 35px;
 |