You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

131 lines
1.8 KiB

  1. /*
  2. Alpha by HTML5 UP
  3. html5up.net | @n33co
  4. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  5. */
  6. /* Basic */
  7. body, input, select, textarea {
  8. font-size: 11pt;
  9. }
  10. h2 {
  11. font-size: 1.75em;
  12. line-height: 1.35em;
  13. letter-spacing: -0.025em;
  14. }
  15. h3 {
  16. font-size: 1.5em;
  17. }
  18. h4 {
  19. font-size: 1em;
  20. }
  21. /* Section/Article */
  22. header.major {
  23. padding: 1em;
  24. }
  25. header.major h2, header.major p {
  26. padding-left: 0.5em;
  27. padding-right: 0.5em;
  28. }
  29. /* Box */
  30. .box {
  31. margin: 1em;
  32. overflow-x: hidden;
  33. padding: 2em 2em !important;
  34. }
  35. .box.features .features-row {
  36. border-top: 0;
  37. padding: 0;
  38. }
  39. .box.features .features-row section {
  40. border: 0;
  41. border-top: solid 1px #e5e5e5 !important;
  42. float: none;
  43. margin: 2em 0 0 0 !important;
  44. padding: 2em 0 0 0 !important;
  45. width: 100%;
  46. }
  47. .box.features .features-row:first-child section:first-child {
  48. border-top: 0 !important;
  49. margin-top: 0 !important;
  50. padding-top: 0 !important;
  51. }
  52. .box .image.featured {
  53. margin-left: -2em;
  54. width: calc(100% + 4em);
  55. }
  56. .box .image.featured:first-child {
  57. margin-bottom: 2em;
  58. margin-top: -2em;
  59. }
  60. .box .image.featured:last-child {
  61. margin-bottom: -2em;
  62. margin-top: 2em;
  63. }
  64. /* Banner */
  65. #banner {
  66. padding: 4em 0;
  67. }
  68. #banner h2 {
  69. font-size: 2.25em;
  70. }
  71. #banner p {
  72. font-size: 1.25em;
  73. }
  74. /* Main */
  75. #main {
  76. padding: 4em 0 0 0;
  77. }
  78. #main > header {
  79. margin: 0 2em 1.5em 2em;
  80. }
  81. #main > header h2 {
  82. font-size: 2em;
  83. }
  84. #main > header p {
  85. font-size: 1em;
  86. padding-bottom: 1em;
  87. }
  88. body.landing #main {
  89. padding: 0;
  90. margin-top: 0;
  91. }
  92. /* Footer */
  93. #footer {
  94. padding: 4em 0;
  95. }
  96. #footer .copyright li {
  97. border-left: 0;
  98. display: block;
  99. line-height: 2em;
  100. margin-left: 0;
  101. padding-left: 0;
  102. }