template.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762
  1. @import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
  2. #header #logo h3, #header #navbar ul, #header #navbar .panel-activation, #footer p {
  3. position: relative;
  4. top: 50%;
  5. -webkit-transform: translateY(-50%);
  6. -moz-transform: translateY(-50%);
  7. -o-transform: translateY(-50%);
  8. -ms-transform: translateY(-50%);
  9. transform: translateY(-50%); }
  10. .button, .button-secondary {
  11. display: inline-block;
  12. padding: 7px 20px; }
  13. html, body {
  14. height: 100%; }
  15. body {
  16. background: white;
  17. color: #444444;
  18. -webkit-font-smoothing: antialiased;
  19. -moz-osx-font-smoothing: grayscale; }
  20. a {
  21. color: #1bb3e9; }
  22. a:hover {
  23. color: #0e6e90; }
  24. b, strong, label, th {
  25. font-weight: 600; }
  26. #container {
  27. min-height: 100%;
  28. position: relative; }
  29. .fullwidth #body {
  30. padding-left: 0;
  31. padding-right: 0; }
  32. #body {
  33. padding-top: 8rem;
  34. padding-bottom: 11rem; }
  35. .default-animation, #body, #header, #header #logo h3, .modular .showcase .button {
  36. -webkit-transition: all 0.5s ease;
  37. -moz-transition: all 0.5s ease;
  38. transition: all 0.5s ease; }
  39. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .blog-content-list, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  40. padding-left: 7rem;
  41. padding-right: 7rem; }
  42. @media only all and (max-width: 59.938rem) {
  43. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .blog-content-list, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  44. padding-left: 4rem;
  45. padding-right: 4rem; } }
  46. @media only all and (max-width: 47.938rem) {
  47. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .blog-content-list, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  48. padding-left: 1rem;
  49. padding-right: 1rem; } }
  50. .padding-vert {
  51. padding-top: 3rem;
  52. padding-bottom: 3rem; }
  53. #header {
  54. position: fixed;
  55. z-index: 10;
  56. width: 100%;
  57. height: 5rem;
  58. background-color: rgba(255, 255, 255, 0.9);
  59. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
  60. #header.scrolled {
  61. height: 3rem;
  62. background-color: rgba(255, 255, 255, 0.9) !important;
  63. box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
  64. #header.scrolled #logo h3 {
  65. color: #444444 !important;
  66. font-size: 1.6rem !important; }
  67. #header.scrolled #logo a {
  68. color: #444444 !important; }
  69. #header.scrolled #navbar a {
  70. color: #1bb3e9 !important; }
  71. #header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
  72. background-color: #1bb3e9 !important; }
  73. #header > .grid, #header #logo, #header #navbar {
  74. height: 100%; }
  75. #header #logo {
  76. float: left; }
  77. #header #logo h3 {
  78. font-size: 2rem;
  79. line-height: 2rem;
  80. margin: 0;
  81. text-transform: uppercase; }
  82. #header #logo h3 a {
  83. color: #444444; }
  84. #header #navbar {
  85. font-size: 0.9rem; }
  86. #header #navbar ul {
  87. display: inline-block;
  88. margin: 0;
  89. list-style: none;
  90. float: right; }
  91. #header #navbar ul li {
  92. float: left;
  93. position: relative; }
  94. #header #navbar ul li a {
  95. font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  96. display: inline-block;
  97. padding: 0.1rem 0.8rem; }
  98. #header #navbar ul li a:before, #header #navbar ul li a:after {
  99. content: "";
  100. position: absolute;
  101. width: 100%;
  102. height: 1px;
  103. bottom: 0;
  104. left: 0;
  105. background-color: #1bb3e9;
  106. visibility: hidden;
  107. -webkit-transform: scaleX(0);
  108. -moz-transform: scaleX(0);
  109. -ms-transform: scaleX(0);
  110. -o-transform: scaleX(0);
  111. transform: scaleX(0);
  112. -webkit-transition: all 0.2s ease;
  113. -moz-transition: all 0.2s ease;
  114. transition: all 0.2s ease; }
  115. #header #navbar ul li a:hover:before {
  116. visibility: visible;
  117. -webkit-transform: scaleX(0.75);
  118. -moz-transform: scaleX(0.75);
  119. -ms-transform: scaleX(0.75);
  120. -o-transform: scaleX(0.75);
  121. transform: scaleX(0.75); }
  122. #header #navbar ul li.active a:after {
  123. top: 0;
  124. visibility: visible;
  125. -webkit-transform: scaleX(0.75);
  126. -moz-transform: scaleX(0.75);
  127. -ms-transform: scaleX(0.75);
  128. -o-transform: scaleX(0.75);
  129. transform: scaleX(0.75); }
  130. @media only all and (max-width: 59.938rem) {
  131. #header #navbar ul {
  132. display: none; } }
  133. #header #navbar .panel-activation {
  134. display: none;
  135. font-size: 2rem;
  136. cursor: pointer;
  137. float: right; }
  138. @media only all and (max-width: 59.938rem) {
  139. #header #navbar .panel-activation {
  140. display: inline-block; } }
  141. .header-image.fullwidth #body {
  142. padding-left: 0;
  143. padding-right: 0; }
  144. .header-image.fullwidth #body > .listing-row {
  145. padding-left: 7rem;
  146. padding-right: 7rem; }
  147. .header-image .listing-row:last-child {
  148. margin-bottom: 2rem; }
  149. .header-image #body > .blog-header {
  150. margin-top: -9.5rem;
  151. padding-top: 9rem; }
  152. .header-image #breadcrumbs {
  153. margin-top: 1rem; }
  154. .header-image #header {
  155. background-color: rgba(255, 255, 255, 0);
  156. box-shadow: none; }
  157. .header-image #header #logo h3, .header-image #header #logo a {
  158. color: white; }
  159. .header-image #header a, .header-image #header .menu-btn {
  160. color: white; }
  161. .header-image #header a:before, .header-image #header a:after {
  162. background-color: rgba(255, 255, 255, 0.7) !important; }
  163. #footer {
  164. position: absolute;
  165. background: #333;
  166. height: 6rem;
  167. right: 0;
  168. bottom: 0;
  169. left: 0;
  170. color: #999;
  171. text-align: center; }
  172. #footer a:hover {
  173. color: #fff; }
  174. #footer .totop {
  175. position: absolute;
  176. bottom: 5rem;
  177. text-align: center;
  178. left: 0;
  179. right: 0; }
  180. #footer .totop span {
  181. font-size: 1.7rem;
  182. line-height: 2.5rem;
  183. background: #333;
  184. width: 3rem;
  185. height: 2rem;
  186. border-radius: 3px;
  187. display: inline-block;
  188. text-align: top; }
  189. #footer p {
  190. margin: 0; }
  191. #footer p .fa {
  192. color: #fff; }
  193. body {
  194. font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  195. font-weight: 400; }
  196. h1, h2, h3, h4, h5, h6 {
  197. font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  198. font-weight: 400;
  199. text-rendering: optimizeLegibility;
  200. letter-spacing: -0px; }
  201. h1 {
  202. font-size: 3.2rem; }
  203. @media only all and (max-width: 47.938rem) {
  204. h1 {
  205. font-size: 2.5rem;
  206. line-height: 1.2;
  207. margin-bottom: 2.5rem; } }
  208. @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  209. h2 {
  210. font-size: 2.1rem; } }
  211. @media only all and (max-width: 47.938rem) {
  212. h2 {
  213. font-size: 2rem; } }
  214. @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  215. h3 {
  216. font-size: 1.7rem; } }
  217. @media only all and (max-width: 47.938rem) {
  218. h3 {
  219. font-size: 1.6rem; } }
  220. @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  221. h4 {
  222. font-size: 1.35rem; } }
  223. @media only all and (max-width: 47.938rem) {
  224. h4 {
  225. font-size: 1.25rem; } }
  226. h1 {
  227. text-align: center;
  228. letter-spacing: -3px; }
  229. h2 {
  230. letter-spacing: -2px; }
  231. h3 {
  232. letter-spacing: -1px; }
  233. h1 + h2 {
  234. margin: -2rem 0 2rem 0;
  235. font-size: 2rem;
  236. line-height: 1;
  237. text-align: center;
  238. font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  239. font-weight: 300; }
  240. @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  241. h1 + h2 {
  242. font-size: 1.6rem; } }
  243. @media only all and (max-width: 47.938rem) {
  244. h1 + h2 {
  245. font-size: 1.5rem; } }
  246. h2 + h3 {
  247. margin: 0.5rem 0 2rem 0;
  248. font-size: 2rem;
  249. line-height: 1;
  250. text-align: center;
  251. font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  252. font-weight: 300; }
  253. @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  254. h2 + h3 {
  255. font-size: 1.6rem; } }
  256. @media only all and (max-width: 47.938rem) {
  257. h2 + h3 {
  258. font-size: 1.5rem; } }
  259. blockquote {
  260. border-left: 10px solid #f0f2f4; }
  261. blockquote p {
  262. font-size: 1.1rem;
  263. color: #999; }
  264. blockquote cite {
  265. display: block;
  266. text-align: right;
  267. color: #666;
  268. font-size: 1.2rem; }
  269. blockquote > blockquote > blockquote {
  270. margin: 0; }
  271. blockquote > blockquote > blockquote p {
  272. padding: 15px;
  273. display: block;
  274. font-size: 1rem;
  275. margin-top: 0rem;
  276. margin-bottom: 0rem; }
  277. blockquote > blockquote > blockquote > p {
  278. margin-left: -71px;
  279. border-left: 10px solid #F0AD4E;
  280. background: #FCF8F2;
  281. color: #df8a13; }
  282. blockquote > blockquote > blockquote > blockquote > p {
  283. margin-left: -94px;
  284. border-left: 10px solid #D9534F;
  285. background: #FDF7F7;
  286. color: #b52b27; }
  287. blockquote > blockquote > blockquote > blockquote > blockquote > p {
  288. margin-left: -118px;
  289. border-left: 10px solid #5BC0DE;
  290. background: #F4F8FA;
  291. color: #28a1c5; }
  292. blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
  293. margin-left: -142px;
  294. border-left: 10px solid #5CB85C;
  295. background: #F1F9F1;
  296. color: #3d8b3d; }
  297. code,
  298. kbd,
  299. pre,
  300. samp {
  301. font-family: "Inconsolata", monospace; }
  302. code {
  303. background: #f9f2f4;
  304. color: #9c1d3d; }
  305. pre {
  306. padding: 2rem;
  307. background: #f6f6f6;
  308. border: 1px solid #dddddd;
  309. border-radius: 3px; }
  310. pre code {
  311. color: #237794;
  312. background: inherit; }
  313. hr {
  314. border-bottom: 4px solid #f0f2f4; }
  315. .page-title {
  316. margin-top: -25px;
  317. padding: 25px;
  318. float: left;
  319. clear: both;
  320. background: #1bb3e9;
  321. color: white; }
  322. fieldset {
  323. border: 1px solid #dddddd; }
  324. textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  325. background-color: white;
  326. border: 1px solid #dddddd;
  327. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
  328. textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
  329. border-color: #c4c4c4; }
  330. textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
  331. border-color: #1bb3e9;
  332. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 163, 214, 0.7); }
  333. .form-field .required {
  334. color: #F3443F;
  335. font-size: 3rem;
  336. line-height: 3rem;
  337. vertical-align: top;
  338. height: 1.5rem;
  339. display: inline-block; }
  340. form .buttons {
  341. text-align: center; }
  342. form input {
  343. font-weight: 400; }
  344. table {
  345. border: 1px solid #eaeaea; }
  346. th {
  347. background: #f7f7f7;
  348. padding: 0.5rem; }
  349. td {
  350. padding: 0.5rem;
  351. border: 1px solid #eaeaea; }
  352. .button {
  353. background: white;
  354. color: #1bb3e9;
  355. border: 1px solid #1bb3e9;
  356. border-radius: 3px; }
  357. .button:hover {
  358. background: #1bb3e9;
  359. color: white; }
  360. .button:active {
  361. box-shadow: 0 1px 0 #118ab5; }
  362. .button-secondary {
  363. background: white;
  364. color: #f6635e;
  365. border: 1px solid #f6635e;
  366. border-radius: 3px; }
  367. .button-secondary:hover {
  368. background: #f6635e;
  369. color: white; }
  370. .button-secondary:active {
  371. box-shadow: 0 1px 0 #f32b24; }
  372. .bullets {
  373. margin: 1.7rem 0;
  374. margin-left: -0.85rem;
  375. margin-right: -0.85rem;
  376. overflow: auto; }
  377. .bullet {
  378. float: left;
  379. padding: 0 0.85rem; }
  380. .two-column-bullet {
  381. width: 50%; }
  382. @media only all and (max-width: 47.938rem) {
  383. .two-column-bullet {
  384. width: 100%; } }
  385. .three-column-bullet {
  386. width: 33.33333%; }
  387. @media only all and (max-width: 47.938rem) {
  388. .three-column-bullet {
  389. width: 100%; } }
  390. .four-column-bullet {
  391. width: 25%; }
  392. @media only all and (max-width: 47.938rem) {
  393. .four-column-bullet {
  394. width: 100%; } }
  395. .bullet-icon {
  396. float: left;
  397. background: #1bb3e9;
  398. padding: 0.875rem;
  399. width: 3.5rem;
  400. height: 3.5rem;
  401. border-radius: 50%;
  402. color: white;
  403. font-size: 1.75rem;
  404. text-align: center; }
  405. .bullet-icon-1 {
  406. background: #1bb3e9; }
  407. .bullet-icon-2 {
  408. background: #1be9da; }
  409. .bullet-icon-3 {
  410. background: #d5e91b; }
  411. .bullet-content {
  412. margin-left: 4.55rem; }
  413. #panel {
  414. color: white; }
  415. #panel .navigation {
  416. list-style: none;
  417. padding: 0; }
  418. #panel .navigation li {
  419. padding: 0.5rem 1rem;
  420. border-bottom: 1px solid #404040;
  421. font-weight: 600; }
  422. #panel .navigation li.active {
  423. background: #fff; }
  424. #panel .navigation li.active a {
  425. color: #444444; }
  426. #panel .navigation li.active a:hover {
  427. color: #444444; }
  428. #panel .navigation li:last-child {
  429. border-bottom: 0; }
  430. #panel .navigation li a:hover {
  431. color: white; }
  432. /* Menu Appearance */
  433. .pushy {
  434. position: fixed;
  435. width: 250px;
  436. height: 100%;
  437. top: 0;
  438. z-index: 9999;
  439. background: #333333;
  440. overflow: auto;
  441. -webkit-overflow-scrolling: touch;
  442. /* enables momentum scrolling in iOS overflow elements */ }
  443. /* Menu Movement */
  444. .pushy-left {
  445. -webkit-transform: translate3d(-250px, 0, 0);
  446. -moz-transform: translate3d(-250px, 0, 0);
  447. -ms-transform: translate3d(-250px, 0, 0);
  448. -o-transform: translate3d(-250px, 0, 0);
  449. transform: translate3d(-250px, 0, 0); }
  450. .pushy-open {
  451. -webkit-transform: translate3d(0, 0, 0);
  452. -moz-transform: translate3d(0, 0, 0);
  453. -ms-transform: translate3d(0, 0, 0);
  454. -o-transform: translate3d(0, 0, 0);
  455. transform: translate3d(0, 0, 0); }
  456. .container-push, .push-push {
  457. -webkit-transform: translate3d(250px, 0, 0);
  458. -moz-transform: translate3d(250px, 0, 0);
  459. -ms-transform: translate3d(250px, 0, 0);
  460. -o-transform: translate3d(250px, 0, 0);
  461. transform: translate3d(250px, 0, 0); }
  462. /* Menu Transitions */
  463. .pushy, #container, .push {
  464. -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  465. -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  466. transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  467. /* improves performance issues on mobile*/
  468. -webkit-perspective: 1000; }
  469. /* Site Overlay */
  470. .site-overlay {
  471. display: none; }
  472. .pushy-active .site-overlay {
  473. display: block;
  474. position: fixed;
  475. top: 0;
  476. right: 0;
  477. bottom: 0;
  478. left: 250px;
  479. z-index: 9999; }
  480. .blog-header {
  481. padding-top: 2rem;
  482. padding-bottom: 2rem; }
  483. .blog-header.blog-header-image {
  484. background-size: cover;
  485. background-position: center; }
  486. .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
  487. color: white; }
  488. .blog-header h1 {
  489. font-size: 4rem;
  490. margin-top: 0; }
  491. @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  492. .blog-header h1 {
  493. font-size: 3rem; } }
  494. @media only all and (max-width: 47.938rem) {
  495. .blog-header h1 {
  496. font-size: 2.5rem;
  497. line-height: 1.2;
  498. margin-bottom: 2.5rem; } }
  499. .blog-header + .blog-content {
  500. padding-top: 3rem; }
  501. .list-item {
  502. border-bottom: 1px solid #eeeeee;
  503. margin-bottom: 3rem; }
  504. .list-item:last-child {
  505. border-bottom: 0; }
  506. .list-item .list-blog-header {
  507. position: relative; }
  508. .list-item .list-blog-header h4 {
  509. margin-bottom: 0.5rem; }
  510. .list-item .list-blog-header h4 a {
  511. color: #444444; }
  512. .list-item .list-blog-header h4 a:hover {
  513. color: #1bb3e9; }
  514. .list-item .list-blog-header img {
  515. display: block;
  516. margin-top: 1rem;
  517. border-radius: 3px; }
  518. .list-item .list-blog-date {
  519. float: right;
  520. text-align: center; }
  521. .list-item .list-blog-date span {
  522. display: block;
  523. font-size: 1.75rem;
  524. font-weight: 600;
  525. line-height: 110%; }
  526. .list-item .list-blog-date em {
  527. display: block;
  528. border-top: 1px solid #eeeeee;
  529. font-style: normal;
  530. text-transform: uppercase; }
  531. .blog-content-item .list-blog-padding > p:nth-child(2) {
  532. font-size: 1.2rem; }
  533. .tags a {
  534. display: inline-block;
  535. font-size: 0.8rem;
  536. border: 1px solid #1bb3e9;
  537. border-radius: 3px;
  538. padding: 0.1rem 0.4rem;
  539. margin-bottom: 0.2rem;
  540. text-transform: uppercase; }
  541. .archives {
  542. padding: 0;
  543. list-style: none; }
  544. .archives li {
  545. border-bottom: 1px solid #eeeeee;
  546. line-height: 2rem; }
  547. .archives li:last-child {
  548. border-bottom: 0; }
  549. .syndicate a {
  550. margin-bottom: 1rem; }
  551. div#breadcrumbs {
  552. padding-left: 0; }
  553. #sidebar {
  554. padding-left: 3rem; }
  555. @media only all and (max-width: 47.938rem) {
  556. #sidebar {
  557. padding-left: 0; } }
  558. #sidebar .sidebar-content {
  559. margin-bottom: 3rem; }
  560. #sidebar .sidebar-content h4 {
  561. margin-bottom: 1rem; }
  562. #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
  563. margin-top: 1rem; }
  564. ul.pagination {
  565. margin: 0 0 3rem;
  566. text-align: left; }
  567. #error {
  568. text-align: center;
  569. display: flex;
  570. align-items: center;
  571. justify-content: center;
  572. height: 100%;
  573. padding-bottom: 6rem; }
  574. #error h1 {
  575. font-size: 5rem; }
  576. #error p {
  577. margin: 1rem 0; }
  578. .modular.header-image #body > .showcase {
  579. margin-top: -9.5rem;
  580. padding-top: 9rem; }
  581. .modular.header-image #header {
  582. background-color: rgba(255, 255, 255, 0);
  583. box-shadow: none; }
  584. .modular.header-image #header #logo h3 {
  585. color: white; }
  586. .modular.header-image #header #navbar a {
  587. color: white; }
  588. .modular .showcase {
  589. padding-top: 4rem;
  590. padding-bottom: 4rem;
  591. background-color: #666;
  592. background-size: cover;
  593. background-attachment: fixed;
  594. background-position: center;
  595. text-align: center;
  596. color: white; }
  597. .modular .showcase h1 {
  598. font-size: 4rem;
  599. margin-top: 0; }
  600. @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  601. .modular .showcase h1 {
  602. font-size: 3rem; } }
  603. @media only all and (max-width: 47.938rem) {
  604. .modular .showcase h1 {
  605. font-size: 2.5rem;
  606. line-height: 1.2;
  607. margin-bottom: 2.5rem; } }
  608. .modular .showcase .button {
  609. color: white;
  610. padding: 0.7rem 2rem;
  611. margin-top: 2rem;
  612. background: rgba(255, 255, 255, 0);
  613. border: 1px solid white;
  614. border-radius: 3px;
  615. box-shadow: none;
  616. font-size: 1.3rem; }
  617. .modular .showcase .button:hover {
  618. background: rgba(255, 255, 255, 0.2); }
  619. .modular .features {
  620. padding: 3rem 0;
  621. text-align: center; }
  622. .modular .features:after {
  623. content: "";
  624. display: table;
  625. clear: both; }
  626. .modular .features h2 {
  627. margin: 0;
  628. line-height: 100%; }
  629. .modular .features p {
  630. margin: 1rem 0;
  631. font-size: 1.2rem; }
  632. @media only all and (max-width: 47.938rem) {
  633. .modular .features p {
  634. font-size: 1rem; } }
  635. .modular .features .feature-items {
  636. margin-top: 2rem; }
  637. .modular .features .feature {
  638. display: block;
  639. float: left;
  640. width: 25%;
  641. vertical-align: top;
  642. margin-top: 2rem;
  643. margin-bottom: 1rem; }
  644. @media only all and (max-width: 47.938rem) {
  645. .modular .features .feature {
  646. width: 100%; } }
  647. .modular .features .feature i.fa {
  648. font-size: 2rem;
  649. color: #1bb3e9; }
  650. .modular .features .feature h4 {
  651. margin: 0;
  652. font-size: 1.1rem; }
  653. .modular .features .feature p {
  654. display: inline-block;
  655. font-size: 1rem;
  656. margin: 0.2rem 0 1rem; }
  657. .modular .features.big {
  658. text-align: center; }
  659. .modular .features.big .feature {
  660. width: 50%; }
  661. .modular .features.big i.fa {
  662. font-size: 3rem;
  663. float: left; }
  664. .modular .features.big .feature-content {
  665. padding-right: 2rem; }
  666. .modular .features.big .feature-content.push {
  667. margin-left: 5rem; }
  668. .modular .features.big .feature-content h4 {
  669. font-size: 1.3rem;
  670. text-align: left; }
  671. .modular .features.big .feature-content p {
  672. padding: 0;
  673. text-align: left; }
  674. .callout {
  675. background: #f6f6f6;
  676. padding: 3rem 0.938rem; }
  677. .callout .align-left {
  678. float: left;
  679. margin-right: 2rem; }
  680. .callout .align-right {
  681. float: right;
  682. margin-left: 2rem; }
  683. .callout img {
  684. border-radius: 3px; }
  685. .modular .modular-row:last-child {
  686. margin-bottom: 2rem; }
  687. /*# sourceMappingURL=template.css.map */