landing-page.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  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. #search {
  112. background-color: black;
  113. padding: 8rem 0;
  114. background: url(../img/bg-masthead.jpg) no-repeat center center;
  115. background-size: cover;
  116. }
  117. #search-options {
  118. width:60%;
  119. margin-left: auto;
  120. margin-right:auto;
  121. padding: 4rem;
  122. background-color: #3f4149;
  123. color: #fff;
  124. display: flex;
  125. flex-direction: row;
  126. flex-wrap: wrap;
  127. align-content: stretch;
  128. justify-content: space-evenly;
  129. }
  130. .drop-down-content > select > option {
  131. background-color: #000;
  132. }
  133. .form-select {
  134. border-style: hidden;
  135. display:block;
  136. float:left;
  137. background-color: transparent;
  138. margin-right: 2rem;
  139. color: #fff;
  140. font-size: 18px;
  141. margin-top: 0.5rem;
  142. }
  143. .form-control {
  144. padding: 1.2em;
  145. font-size: 24px;
  146. }
  147. #input-range {
  148. color: #fff;
  149. padding-top: 0.5rem;
  150. font-size: 18px;
  151. }
  152. #myRange {
  153. width: 20%;
  154. }
  155. .slider {
  156. -webkit-appearance: none;
  157. width: 100%;
  158. height: 10px;
  159. border-radius: 5px;
  160. background: #d3d3d3;
  161. outline: none;
  162. opacity: 0.7;
  163. -webkit-transition: .2s;
  164. transition: opacity .2s;
  165. }
  166. .slider::-webkit-slider-thumb {
  167. -webkit-appearance: none;
  168. appearance: none;
  169. width: 20px;
  170. height: 20px;
  171. border-radius: 50%;
  172. background: red;
  173. cursor: pointer;
  174. }
  175. .search-image {
  176. width: 30px;
  177. }
  178. .btn-outline-secondary {
  179. background-color: #fff;
  180. border-radius: 0;
  181. border-color: #fff;
  182. }
  183. .btn-icon {
  184. height:24px;
  185. }
  186. .btn-icon-btn {
  187. background-color:#e7e7e7;
  188. border-color: transparent;
  189. border-radius: .25rem;
  190. border: 1px solid transparent;
  191. padding: .375rem .75rem;
  192. font-size: 1rem;
  193. line-height: 1.5;
  194. }
  195. #results-cont {
  196. width:100%;
  197. margin-left: auto;
  198. margin-right:auto;
  199. padding: 2%;
  200. background-color: #e9e9e9;
  201. }
  202. #res-check {
  203. width:100%;
  204. margin-left: auto;
  205. margin-right:auto;
  206. background-color: #e9e9e9;
  207. padding-top: 5%;
  208. }
  209. #res-table {
  210. background-color: #fff;
  211. }
  212. article {
  213. margin-bottom: 20px;
  214. }
  215. .card-header {
  216. background-color:#6c757d;
  217. color: #fff;
  218. }
  219. .row-itinerari {
  220. padding-top: 50px;
  221. padding-bottom: 50px;
  222. }
  223. .wrap-bg-img-itinerari {
  224. position: relative;
  225. min-height: 250px;
  226. height: 250px;
  227. width: auto;
  228. background-color: #244080;
  229. }
  230. .row-itinerari .card-body {
  231. text-align:center;
  232. background-color: #a71b24;
  233. height: 90px;
  234. }
  235. .card-body {
  236. -ms-flex: 1 1 auto;
  237. flex: 1 1 auto;
  238. min-height: 1px;
  239. padding: 1.25rem;
  240. }
  241. .card-title {
  242. color: #fff;
  243. line-height:50px;
  244. }
  245. .bg-img-itinerari {
  246. position: absolute;
  247. z-index: 0;
  248. top: 0;
  249. left: 0;
  250. right: 0;
  251. bottom: 0;
  252. background-repeat: no-repeat;
  253. background-size: cover;
  254. background-position: 50% 50%;
  255. }
  256. #percorso {
  257. padding: 1% 5%;
  258. }
  259. .ico-img {
  260. margin-left: auto;
  261. margin-right: auto;
  262. }
  263. #search_fp {
  264. width:70%;
  265. margin-left:auto;
  266. margin-right:auto;
  267. }
  268. header.masthead {
  269. padding-top: 8rem;
  270. padding-bottom: 4rem;
  271. }
  272. .more {
  273. background-color: #a71b24;
  274. color: #fff;
  275. padding:2rem;
  276. font-size:20px;
  277. }
  278. .slideshow {
  279. padding: 2rem;
  280. min-height: 30rem;
  281. }
  282. .slideshow-img {
  283. background-size: 35rem;
  284. height: 35rem;
  285. background-repeat: no-repeat;
  286. background-position: center;
  287. }
  288. .slideshow-text p {
  289. font-size: 16px;
  290. padding: 10%;
  291. }
  292. .ang {
  293. position: absolute;
  294. background-color: #a71b24;
  295. color: #fff;
  296. font-size: 60px;
  297. border-radius: 50%;
  298. width: 70px;
  299. height:70px;
  300. text-align: center;
  301. line-height:70px;
  302. }
  303. .btn-text {
  304. font-size: 8px;
  305. text-transform: uppercase;
  306. }
  307. .img-logo {
  308. max-height:30px;
  309. width:auto;
  310. }
  311. #wb_Shape1 {
  312. width: 80%;
  313. margin-left: auto;
  314. margin-right: auto;
  315. background-color: #fff;
  316. }
  317. .tab-content a:link {
  318. color: #000;
  319. background-color: transparent;
  320. text-decoration: none;
  321. font-weight: bold;
  322. }
  323. .tab-content a:visited {
  324. color: #000;
  325. background-color: transparent;
  326. text-decoration: none;
  327. font-weight: bold;
  328. }
  329. .tab-content a:hover {
  330. color: #007bff;
  331. background-color: transparent;
  332. text-decoration: underline;
  333. }
  334. .tab-content h2 a:link {
  335. color: #fff;
  336. background-color: transparent;
  337. text-decoration: none;
  338. font-weight: bold;
  339. }
  340. .tab-content h2 a:visited {
  341. color: #fff;
  342. background-color: transparent;
  343. text-decoration: none;
  344. font-weight: bold;
  345. }
  346. .tab-content h2 a:hover {
  347. color: #007bff;
  348. background-color: transparent;
  349. text-decoration: underline;
  350. }
  351. table a:link {
  352. color: #000;
  353. background-color: transparent;
  354. text-decoration: none;
  355. font-weight: bold;
  356. }
  357. table a:visited {
  358. color: #000;
  359. background-color: transparent;
  360. text-decoration: none;
  361. font-weight: bold;
  362. }
  363. table a:hover {
  364. color: #007bff;
  365. background-color: transparent;
  366. text-decoration: underline;
  367. }
  368. .loader {
  369. border: 16px solid #f3f3f3; /* Light grey */
  370. border-top: 16px solid #3498db; /* Blue */
  371. border-radius: 50%;
  372. width: 120px;
  373. height: 120px;
  374. animation: spin 2s linear infinite;
  375. display: none;
  376. }
  377. @keyframes spin {
  378. 0% { transform: rotate(0deg); }
  379. 100% { transform: rotate(360deg); }
  380. }
  381. .show-loader{
  382. display:block;
  383. }
  384. .modal {
  385. display: none; /* Hidden by default */
  386. position: fixed; /* Stay in place */
  387. z-index: 1; /* Sit on top */
  388. padding-top: 100px; /* Location of the box */
  389. left: 0;
  390. top: 0;
  391. width: 100%; /* Full width */
  392. height: 100%; /* Full height */
  393. overflow: auto; /* Enable scroll if needed */
  394. background-color: rgb(0,0,0); /* Fallback color */
  395. background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  396. }
  397. /* Modal Content */
  398. .modal-content {
  399. background-color: #fefefe;
  400. margin: auto;
  401. padding: 20px;
  402. border: 1px solid #888;
  403. width: 80%;
  404. }
  405. #info_link {
  406. width:100%;
  407. }
  408. #info_ico {
  409. width:100%;
  410. }
  411. #info_obj {
  412. width:100%;
  413. }
  414. /* The Close Button */
  415. .close {
  416. color: #aaaaaa;
  417. float: right;
  418. font-size: 28px;
  419. font-weight: bold;
  420. }
  421. .close:hover,
  422. .close:focus {
  423. color: #000;
  424. text-decoration: none;
  425. cursor: pointer;
  426. }
  427. .tab {
  428. display: none; /* Hidden by default */
  429. position: fixed; /* Stay in place */
  430. z-index: 1; /* Sit on top */
  431. padding-top: 100px; /* Location of the box */
  432. padding-bottom: 100px;
  433. left: 0;
  434. top: 0;
  435. width: 100%; /* Full width */
  436. height: 100%; /* Full height */
  437. overflow: auto; /* Enable scroll if needed */
  438. background-color: #e9e9e9;
  439. }
  440. .tab-content {
  441. background-color: #fff;
  442. margin: auto;
  443. width: 80%;
  444. }
  445. #tab_container {
  446. padding: 20px;
  447. }
  448. .tab-content h2 {
  449. padding:20px;
  450. background-color: #3f4149;
  451. color: #fff;
  452. }
  453. /* The Back Button */
  454. .back {
  455. color: #000;
  456. float: left;
  457. font-size: 20px;
  458. font-weight: bold;
  459. width:100%;
  460. background-color: #e9e9e9;
  461. }
  462. .back:hover,
  463. .back:focus {
  464. color: #000;
  465. text-decoration: none;
  466. cursor: pointer;
  467. }
  468. #myInput {
  469. width: 80%;
  470. margin-left: auto;
  471. margin-right: auto;
  472. background-color: #e9e9e9;
  473. padding: 20px;
  474. text-align: justify;
  475. border-radius: 10px;
  476. margin-bottom: 20px;
  477. }
  478. #copy_btn {
  479. width:20%;
  480. margin-left:auto;
  481. margin-right:auto;
  482. }
  483. #wb_intro {
  484. padding: 2em 12em;
  485. text-align: justify;
  486. font-size: 20px;
  487. font-weight: 300;
  488. }
  489. #wb_intro h2{
  490. text-align:center;
  491. }
  492. .results {
  493. display: none;
  494. margin-left:auto;
  495. margin-right:auto;
  496. width:80%;
  497. min-height:150px;
  498. border: 1px solid;
  499. background-color: #fff;
  500. }
  501. .section_title {
  502. background-color: #3f4149;
  503. color: #fff;
  504. margin-left:auto;
  505. margin-right:auto;
  506. padding:1%;
  507. font-weight:600;
  508. }
  509. .num_res {
  510. text-align:right;
  511. }
  512. .res {
  513. border-bottom: 1px solid #000;
  514. padding:1%;
  515. font-size: 12px;
  516. }
  517. .res_list {
  518. margin-left:0px;
  519. margin-right: 0px;
  520. padding: 1% 0%;
  521. max-height: 400px;
  522. overflow: scroll;
  523. }
  524. .res a:link {
  525. color: #000;
  526. background-color: transparent;
  527. text-decoration: none;
  528. font-weight: bold;
  529. }
  530. .res a:visited {
  531. color: #000;
  532. background-color: transparent;
  533. text-decoration: none;
  534. font-weight: bold;
  535. }
  536. .res a:hover {
  537. color: #007bff;
  538. background-color: transparent;
  539. text-decoration: underline;
  540. }
  541. .res button {
  542. color: #30383f9e;
  543. font-size: 12px;
  544. }
  545. .btn-menu {
  546. color: #a7a7a7;
  547. text-transform: uppercase;
  548. }
  549. .btn-menu:hover {
  550. color: #fff;
  551. }
  552. .navbar-nav .active {
  553. color: #fff;
  554. }