|
| 1 | +/* |
| 2 | + * Fonts |
| 3 | + */ |
| 4 | + @font-face { |
| 5 | + font-family: 'Tim Sans'; |
| 6 | + font-weight: 400; |
| 7 | + src: url('../fonts/tim-sans/TIMSansWeb-Medium.eot'); /* IE9 Compat Modes */ |
| 8 | + src: url('../fonts/tim-sans/TIMSansWeb-Medium.svg#TIMSansWeb') format('svg'), /* Legacy iOS */ |
| 9 | + url('../fonts/tim-sans/TIMSansWeb-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
| 10 | + url('../fonts/tim-sans/TIMSansWeb-Medium.woff2') format('woff2'), /* Super Modern Browsers */ |
| 11 | + url('../fonts/tim-sans/TIMSansWeb-Medium.woff') format('woff'), /* Pretty Modern Browsers */ |
| 12 | + url('../fonts/tim-sans/TIMSansWeb-Medium.ttf') format('truetype'); /* Safari, Android, iOS */ |
| 13 | + } |
| 14 | + |
| 15 | + @font-face { |
| 16 | + font-family: 'Tim Sans'; |
| 17 | + font-weight: 800; |
| 18 | + src: url('../fonts/tim-sans/TIMSansWeb-Bold.eot'); /* IE9 Compat Modes */ |
| 19 | + src: url('../fonts/tim-sans/TIMSansWeb-Bold.svg#TIMSansWeb') format('svg'), /* Legacy iOS */ |
| 20 | + url('../fonts/tim-sans/TIMSansWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
| 21 | + url('../fonts/tim-sans/TIMSansWeb-Bold.woff2') format('woff2'), /* Super Modern Browsers */ |
| 22 | + url('../fonts/tim-sans/TIMSansWeb-Bold.woff') format('woff'), /* Pretty Modern Browsers */ |
| 23 | + url('../fonts/tim-sans/TIMSansWeb-Bold.ttf') format('truetype'); /* Safari, Android, iOS */ |
| 24 | + } |
| 25 | + |
| 26 | +/* |
| 27 | + * Colors |
| 28 | + */ |
| 29 | +@lightblue: #409ABE; |
| 30 | +@blue: #29354D; |
| 31 | +@pink: #C64B74; |
| 32 | +@beige: #DBD4B1; |
| 33 | + |
1 | 34 | body {
|
| 35 | + font-family: 'Open Sans', Helvetica, Arial, sans-serif; |
2 | 36 | font-size: 1.6em;
|
3 | 37 | line-height: 1.8;
|
4 | 38 | }
|
|
10 | 44 | width: 90%;
|
11 | 45 | }
|
12 | 46 | }
|
| 47 | +h1 { |
| 48 | + font-family: 'Tim Sans'; |
| 49 | +} |
13 | 50 | h1 a,
|
14 | 51 | h2 a,
|
15 | 52 | h3 a,
|
@@ -133,7 +170,21 @@ p.post-meta .fa {
|
133 | 170 | margin: 0 2rem 0 0;
|
134 | 171 | }
|
135 | 172 | #masthead {
|
136 |
| - margin-top: 4rem; |
| 173 | + background: @lightblue; |
| 174 | + padding: 6rem 0; |
| 175 | + min-height: 400px; |
| 176 | + color: #fff; |
| 177 | + margin: 0 0 4rem; |
| 178 | + h1 { |
| 179 | + text-transform: uppercase; |
| 180 | + a { |
| 181 | + color: #fff; |
| 182 | + } |
| 183 | + } |
| 184 | + a { |
| 185 | + color: @blue; |
| 186 | + text-decoration: none; |
| 187 | + } |
137 | 188 | }
|
138 | 189 | #map {
|
139 | 190 | width: 100%;
|
|
0 commit comments