main.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. body {
  2. font-family: 'Roboto', sans-serif;
  3. background-color: white;
  4. color: #182F40;
  5. }
  6. html {
  7. font-size: 22px;
  8. -webkit-print-color-adjust: exact;
  9. }
  10. @media print {
  11. thead {
  12. display: table-header-group;
  13. }
  14. }
  15. .image {
  16. max-width: 500px;
  17. margin: auto;
  18. }
  19. .cover {
  20. text-align: center;
  21. }
  22. .cover .cover-logo,
  23. .cover .cover-products {
  24. max-width: 30rem;
  25. margin-top: 1rem;
  26. }
  27. .cover h1 {
  28. font-family: 'Raleway', sans-serif;
  29. font-size: 3rem;
  30. padding: 3rem;
  31. text-transform: uppercase;
  32. font-weight: 300;
  33. }
  34. .eba-hero {
  35. background: #182848;
  36. color: white;
  37. text-align: center;
  38. }
  39. .eba-foundations .columns{
  40. text-align: center;
  41. padding: 0 1rem;
  42. }
  43. table {
  44. page-break-before: always;
  45. width: 100%;
  46. }
  47. table tbody tr,
  48. tr * {
  49. page-break-inside: avoid!important;
  50. }
  51. table.table th,
  52. table.table td {
  53. padding: 0;
  54. border: 0;
  55. }
  56. table thead {
  57. display: table-header-group;
  58. }
  59. .toc-goto {
  60. position: relative;
  61. width: 10px;
  62. left: 10px;
  63. }
  64. table.toc-table .toc-section {
  65. padding: .4rem 1rem;
  66. text-align: center;
  67. }
  68. table.toc-table .toc-section a {
  69. font-weight: 600;
  70. text-transform: uppercase;
  71. color: rgba(24, 40, 72, 0.8);
  72. font-size: 1.5rem;
  73. }
  74. table.toc-table .toc-content {
  75. font-family: 'Raleway', sans-serif;
  76. color: hsl(0, 0%, 33%);
  77. letter-spacing: 0.02rem;
  78. font-weight: 400;
  79. font-size: .8rem;
  80. padding-left: 1rem;
  81. line-height: 1rem;
  82. }
  83. .toc-container {
  84. padding: 0 6rem;
  85. margin-bottom: 1rem;
  86. font-size: 1.5rem;
  87. }
  88. .toc-container .columns.is-mobile {
  89. margin-bottom: .75rem;
  90. }
  91. .toc-container .column.is-11,
  92. .toc-container .column.is-1 {
  93. padding: .2rem 1rem;
  94. }
  95. .toc-container .toc-title,
  96. .toc-container .column.is-1 {
  97. font-weight: 600;
  98. text-transform: uppercase;
  99. color: rgba(24, 40, 72, 0.8);
  100. font-size: 1.3rem;
  101. }
  102. .toc-container .toc-content {
  103. font-family: 'Raleway', sans-serif;
  104. color: hsl(0, 0%, 33%);
  105. letter-spacing: 0.02rem;
  106. font-weight: 400;
  107. font-size: .75rem;
  108. padding-left: 1rem;
  109. line-height: 1rem;
  110. }
  111. h2 {
  112. background: rgb(24,40,72);
  113. background: linear-gradient(25deg, rgba(24,40,72,1) 0%, rgba(24,40,72,0.8) 100%);
  114. padding: 3rem 1rem 1rem 1rem;
  115. color: white;
  116. font-family: 'Raleway', sans-serif;
  117. font-size: 1.8rem;
  118. text-transform: uppercase;
  119. font-weight: 300;
  120. letter-spacing: 0.05rem;
  121. margin-bottom: 0.5rem;
  122. }
  123. h3 {
  124. background-color: #435074;
  125. color: white;
  126. padding: 0.5rem 1rem;
  127. font-family: 'Raleway', sans-serif;
  128. font-weight: 300;
  129. font-size: 1.3rem;
  130. }
  131. .us-container,
  132. .product-container,
  133. .contact-container {
  134. margin-bottom: 0.5rem;
  135. }
  136. .us-container,
  137. .foundations-container {
  138. padding: 1rem;
  139. text-align: center;
  140. }
  141. .contact-body,
  142. .product-container {
  143. background-color: #f5f5f5;
  144. }
  145. .us-body,
  146. .product-body,
  147. .contact-body {
  148. padding: 0 1rem;
  149. margin-top: 0px;
  150. }
  151. .product-body p.product-short-desc {
  152. font-family: 'Raleway', sans-serif;
  153. color: #334875;
  154. font-style: italic;
  155. letter-spacing: 0.02rem;
  156. font-weight: 400;
  157. margin: 0.5rem 0;
  158. }
  159. .section-container {
  160. padding-bottom: 0.5rem;
  161. }
  162. .section-name {
  163. font-weight: 600;
  164. color: #596992;
  165. font-size: 1.2rem;
  166. max-height: 2rem;
  167. }
  168. .tag {
  169. margin: 0 0.2rem;
  170. display: inline-block;
  171. height: 1.3em;
  172. }
  173. .tag.is-ph {
  174. background-color: white;
  175. }
  176. .tag.is-active {
  177. background-color: #004c8c;
  178. color: white;
  179. }