@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,600italic,600,300italic,300,800,800italic"); @import "thirdpart/font-awesome.css"; @import "thirdpart/proxima-reg.css"; @import "thirdpart/proxima-bold.css"; @import "lib/bootstrap.scss"; // Core styles .ck_body { padding:5px 10px !important; ul { margin-left: 0; li { left: 2em; padding-right: 2em; position: relative; } } } .row-fluid.footer { width: 970px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; padding: 0 20px; p { margin-bottom: 0; } &.bg { padding: 12px 20px 12px 20px; color: #fff; background: $accent; a { color: #fff; } } } .footer { a { color:$textColor !important; &:hover {color:$linkColor !important;} } } h1, h2, h3, h4, h5, h6 { margin: ($baseLineHeight / 2) 0; font-family: $headingsFontFamily; font-weight: normal; line-height: $baseLineHeight; color: $headingsColor; text-rendering: optimizelegibility; // Fix the character spacing for headings small { font-weight: normal; line-height: 1; color: $grayLight; } } // Headings Custom h1, h2, h3, h4, h5, h6 {margin: 0 0 ($baseLineHeight / 2); line-height: normal; /*letter-spacing: -0.04em;*/} h1 { font-size: $baseFontSize * 2.2;} h2 { font-size: $baseFontSize * 1.7;} h3 { font-size: $baseFontSize * 1.5;} h4 { font-size: $baseFontSize * 1.3;} h5 { font-size: $baseFontSize * 1.2;} h6 { font-size: $baseFontSize * 1.1;}