_homepage.css.scss 950 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. header.homepage {
  2. background: image-url("home/background.jpg") bottom left no-repeat;
  3. background-size: cover;
  4. color: #303030;
  5. padding: 80px 0;
  6. h2 {
  7. color: #FFFFFF;
  8. text-shadow: 2px 2px #909090;
  9. font-weight: 100;
  10. font-size: 2.8em;
  11. margin-bottom: 30px;
  12. }
  13. h3 {
  14. color: #000000;
  15. font-family: "Open Sans", sans-serif;
  16. font-weight: 100;
  17. font-size: 1.2em;
  18. }
  19. a.get-started {
  20. margin-top: 30px;
  21. }
  22. }
  23. section.features {
  24. .feature {
  25. @extend .cf;
  26. border-bottom: 1px solid #D8DDDF;
  27. padding: 100px 0;
  28. &.last {
  29. border-bottom: none;
  30. }
  31. }
  32. h2 {
  33. line-height: 1em;
  34. font-weight: 600;
  35. margin-top: 0;
  36. }
  37. p {
  38. margin-bottom: 30px;
  39. }
  40. }
  41. .brain-info {
  42. p {
  43. color: #303030;
  44. text-shadow: 1px 1px #909090;
  45. font-size: 1.4em;
  46. margin: 0;
  47. margin-top: 40px;
  48. padding: 0;
  49. }
  50. img {
  51. padding-right: 40px
  52. }
  53. }
  54. .get-started {
  55. p {}
  56. }