nlp.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /*!
  2. * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
  3. * Copyright 2013-2020 Start Bootstrap
  4. * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
  5. */
  6. body {
  7. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  8. background-color: #e9e9e9;
  9. }
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6 {
  16. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  17. font-weight: 700;
  18. }
  19. header.masthead {
  20. position: relative;
  21. background-color: #343a40;
  22. background: url("../img/bg-masthead.jpg") no-repeat center center;
  23. background-size: cover;
  24. padding-top: 8rem;
  25. padding-bottom: 8rem;
  26. }
  27. header.masthead .overlay {
  28. position: absolute;
  29. background-color: #212529;
  30. height: 100%;
  31. width: 100%;
  32. top: 0;
  33. left: 0;
  34. opacity: 0.1;
  35. }
  36. header.masthead h1 {
  37. font-size: 2rem;
  38. }
  39. @media (min-width: 768px) {
  40. header.masthead {
  41. padding-top: 12rem;
  42. padding-bottom: 12rem;
  43. }
  44. header.masthead h1 {
  45. font-size: 3rem;
  46. }
  47. }
  48. .showcase .showcase-text {
  49. padding: 3rem;
  50. }
  51. .showcase .showcase-img {
  52. min-height: 30rem;
  53. background-size: cover;
  54. }
  55. @media (min-width: 768px) {
  56. .showcase .showcase-text {
  57. padding: 7rem;
  58. }
  59. }
  60. .features-icons {
  61. padding-top: 7rem;
  62. padding-bottom: 7rem;
  63. background-color: #bac9d0;
  64. }
  65. .features-icons .features-icons-item {
  66. background-color: rgba(255, 255, 255, 0.5);
  67. padding:2%;
  68. }
  69. .features-icons .features-icons-item .features-icons-icon {
  70. height: 7rem;
  71. }
  72. .features-icons .features-icons-item .features-icons-icon i {
  73. font-size: 4.5rem;
  74. }
  75. .features-icons .features-icons-item:hover .features-icons-icon i {
  76. font-size: 5rem;
  77. }
  78. .testimonials {
  79. padding-top: 7rem;
  80. padding-bottom: 7rem;
  81. }
  82. .testimonials .testimonial-item {
  83. max-width: 18rem;
  84. }
  85. .testimonials .testimonial-item img {
  86. width: 10rem;
  87. height: 10rem;
  88. box-shadow: 0px 5px 5px 0px #adb5bd;
  89. }
  90. .call-to-action {
  91. position: relative;
  92. background-color: #343a40;
  93. background: url("../img/bg-masthead.jpg") no-repeat center center;
  94. background-size: cover;
  95. padding-top: 7rem;
  96. padding-bottom: 7rem;
  97. }
  98. .call-to-action .overlay {
  99. position: absolute;
  100. background-color: #212529;
  101. height: 100%;
  102. width: 100%;
  103. top: 0;
  104. left: 0;
  105. opacity: 0.3;
  106. }
  107. footer.footer {
  108. padding-top: 4rem;
  109. padding-bottom: 4rem;
  110. }
  111. .ico-img {
  112. margin-left: auto;
  113. margin-right: auto;
  114. }
  115. #search_fp {
  116. width:70%;
  117. margin-left:auto;
  118. margin-right:auto;
  119. }
  120. header.masthead {
  121. padding-top: 8rem;
  122. padding-bottom: 4rem;
  123. }
  124. .more {
  125. background-color: #a71b24;
  126. color: #fff;
  127. padding:2rem;
  128. font-size:20px;
  129. }
  130. .btn-text {
  131. font-size: 8px;
  132. text-transform: uppercase;
  133. }
  134. .img-logo {
  135. max-height:30px;
  136. width:auto;
  137. }
  138. .row {
  139. margin-top: 0px;
  140. margin-bottom: 0px;
  141. margin-left: 0px;
  142. margin-right: 0px;
  143. padding:1%;
  144. }
  145. #head_letter {
  146. padding-left: 2em;
  147. font-size: 24px;
  148. font-weight: 500;
  149. }
  150. #testo_OVI {
  151. background-color: #fff;
  152. width:100%;
  153. min-height:40vh;
  154. max-height:70vh;
  155. padding: 2em 3em;
  156. text-align: justify;
  157. overflow: scroll;
  158. }
  159. #start_buttons {
  160. margin-top: auto;
  161. margin-bottom: auto;
  162. text-align:center;
  163. }
  164. #nlp_button {
  165. text-align:center;
  166. margin-left: auto;
  167. margin-right: auto;
  168. padding: 20px;
  169. font-size: 24px;
  170. }
  171. .btn-menu {
  172. color: #a7a7a7;
  173. text-transform: uppercase;
  174. }
  175. .btn-menu:hover {
  176. color: #fff;
  177. }
  178. .navbar-nav .active {
  179. color: #fff;
  180. }