main.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. table.toc-table .toc-section {
  60. padding: .4rem 1rem;
  61. }
  62. table.toc-table .toc-section a {
  63. font-weight: 600;
  64. text-transform: uppercase;
  65. color: rgba(24, 40, 72, 0.8);
  66. font-size: 1.3rem;
  67. }
  68. table.toc-table .toc-content {
  69. font-family: 'Raleway', sans-serif;
  70. color: hsl(0, 0%, 33%);
  71. letter-spacing: 0.02rem;
  72. font-weight: 400;
  73. font-size: .75rem;
  74. padding-left: 1rem;
  75. line-height: 1rem;
  76. }
  77. .toc-container {
  78. padding: 0 6rem;
  79. margin-bottom: 1rem;
  80. font-size: 1.5rem;
  81. }
  82. .toc-container .columns.is-mobile {
  83. margin-bottom: .75rem;
  84. }
  85. .toc-container .column.is-11,
  86. .toc-container .column.is-1 {
  87. padding: .2rem 1rem;
  88. }
  89. .toc-container .toc-title,
  90. .toc-container .column.is-1 {
  91. font-weight: 600;
  92. text-transform: uppercase;
  93. color: rgba(24, 40, 72, 0.8);
  94. font-size: 1.3rem;
  95. }
  96. .toc-container .toc-content {
  97. font-family: 'Raleway', sans-serif;
  98. color: hsl(0, 0%, 33%);
  99. letter-spacing: 0.02rem;
  100. font-weight: 400;
  101. font-size: .75rem;
  102. padding-left: 1rem;
  103. line-height: 1rem;
  104. }
  105. h2 {
  106. background: rgb(24,40,72);
  107. background: linear-gradient(25deg, rgba(24,40,72,1) 0%, rgba(24,40,72,0.8) 100%);
  108. padding: 3rem 1rem 1rem 1rem;
  109. color: white;
  110. font-family: 'Raleway', sans-serif;
  111. font-size: 1.8rem;
  112. text-transform: uppercase;
  113. font-weight: 300;
  114. letter-spacing: 0.05rem;
  115. margin-bottom: 0.5rem;
  116. }
  117. h3 {
  118. background-color: #435074;
  119. color: white;
  120. padding: 0.5rem 1rem;
  121. font-family: 'Raleway', sans-serif;
  122. font-weight: 300;
  123. font-size: 1.3rem;
  124. }
  125. .us-container,
  126. .product-container,
  127. .contact-container {
  128. margin-bottom: 0.5rem;
  129. }
  130. .us-container,
  131. .foundations-container {
  132. padding: 1rem;
  133. text-align: center;
  134. }
  135. .contact-body,
  136. .product-container {
  137. background-color: #f5f5f5;
  138. }
  139. .us-body,
  140. .product-body,
  141. .contact-body {
  142. padding: 0 1rem;
  143. margin-top: 0px;
  144. }
  145. .product-body p.product-short-desc {
  146. font-family: 'Raleway', sans-serif;
  147. color: #334875;
  148. font-style: italic;
  149. letter-spacing: 0.02rem;
  150. font-weight: 400;
  151. margin: 0.5rem 0;
  152. }
  153. .section-container {
  154. padding-bottom: 0.5rem;
  155. }
  156. .section-name {
  157. font-weight: 600;
  158. color: #596992;
  159. font-size: 1.2rem;
  160. max-height: 2rem;
  161. }
  162. .tag {
  163. margin: 0 0.2rem;
  164. display: inline-block;
  165. height: 1.3em;
  166. }
  167. .tag.is-ph {
  168. background-color: white;
  169. }
  170. .tag.is-active {
  171. background-color: #004c8c;
  172. color: white;
  173. }