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.

преди 3 години
преди 2 години
преди 2 години
преди 3 години
преди 2 години
преди 3 години
преди 3 години
преди 3 години
преди 3 години
преди 3 години
преди 2 години
преди 2 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347
  1. /*
  2. # @name: custom.css
  3. # @version: 0.1
  4. # @creation_date: 2021-10-25
  5. # @license: The MIT License <https://opensource.org/licenses/MIT>
  6. # @author: Simon Bowie <ad7588@coventry.ac.uk>
  7. # @purpose: Custom CSS to override Bootstrap 5 defaults
  8. # @acknowledgements:
  9. # Bootstrap 5.1.3: https://getbootstrap.com/
  10. */
  11. :root{
  12. --primary-color:#FFFFFF;
  13. --highlight-colour:#EB7F1D;
  14. --hover-link-colour:#EB7F1D;
  15. --light-highlight-colour:#F8D9AA;
  16. --bs-primary-rgb: 13,110,253;
  17. --bs-secondary-rgb: 108,117,125;
  18. --bs-success-rgb: 25,135,84;
  19. --bs-tool-rgb: 13,202,240;
  20. --bs-practice-rgb: 255,193,7;
  21. --bs-book-rgb: 150, 224, 167;
  22. --bs-danger-rgb: 220,53,69;
  23. --bs-light-rgb: 248,249,250;
  24. --bs-dark-rgb: 33,37,41;
  25. --bs-white-rgb: 255,255,255;
  26. --bs-black-rgb: 0,0,0;
  27. }
  28. @import "https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap";
  29. body {
  30. line-height: 1.2;
  31. font-family: Lato, sans-serif;
  32. -webkit-font-smoothing: antialiased;
  33. font-size: 15px;
  34. color: #000000
  35. }
  36. p {
  37. font-weight: 400;
  38. color: #000000;
  39. font-size: 15px;
  40. line-height: 1.8;
  41. font-family: Lato, sans-serif
  42. }
  43. ul {
  44. font-weight: 400;
  45. color: #000000;
  46. font-size: 15px;
  47. line-height: 1.8;
  48. font-family: Lato, sans-serif;
  49. }
  50. h1,
  51. h2,
  52. h3,
  53. h4,
  54. h5,
  55. h6 {
  56. color: #000;
  57. font-family: Lato, sans-serif;
  58. line-height: 1.2
  59. }
  60. .navbar {
  61. position: relative;
  62. display: -ms-flexbox;
  63. display: flex;
  64. -ms-flex-wrap: wrap;
  65. flex-wrap: wrap;
  66. -ms-flex-align: center;
  67. align-items: center;
  68. -ms-flex-pack: justify;
  69. justify-content: space-between;
  70. padding: 0.5rem 1rem;
  71. }
  72. h1,
  73. .h1 {
  74. font-size: 80px
  75. }
  76. @media(max-width:991px) {
  77. h1,
  78. .h1 {
  79. font-size: 65px
  80. }
  81. }
  82. h2,
  83. .h2 {
  84. font-size: 45px
  85. }
  86. @media(max-width:991px) {
  87. h2,
  88. .h2 {
  89. font-size: 35px
  90. }
  91. }
  92. h3,
  93. .h3 {
  94. font-size: 22px
  95. }
  96. h4,
  97. .h4 {
  98. font-size: 18px
  99. }
  100. h5,
  101. .h5 {
  102. font-size: 14px
  103. }
  104. h6,
  105. .h6 {
  106. font-size: 14px
  107. }
  108. .btn {
  109. font-size: 22px;
  110. font-family: Lato, sans-serif;
  111. text-transform: capitalize;
  112. padding: 16px 44px;
  113. border-radius: 5px;
  114. font-weight: 600;
  115. border: 0;
  116. position: relative;
  117. z-index: 1;
  118. transition: .2s ease
  119. }
  120. .btn:focus {
  121. outline: 0;
  122. box-shadow: none !important
  123. }
  124. .btn:active {
  125. box-shadow: none
  126. }
  127. .btn-sm {
  128. font-size: 15px;
  129. padding: 10px 30px
  130. }
  131. .btn-xs {
  132. padding: 5px 10px;
  133. font-size: 15px
  134. }
  135. .btn-transparent {
  136. background: transparent;
  137. color: var(--primary-color);
  138. font-weight: 700
  139. }
  140. .btn-transparent:active,
  141. .btn-transparent:hover {
  142. color: var(--primary-color)
  143. }
  144. body {
  145. background-color: #fff;
  146. overflow-x: hidden
  147. }
  148. ::selection {
  149. background: var(--highlight-colour);
  150. color: #fff
  151. }
  152. .preloader {
  153. position: fixed;
  154. top: 0;
  155. left: 0;
  156. right: 0;
  157. bottom: 0;
  158. background-color: #fff;
  159. z-index: 999999;
  160. display: flex;
  161. align-items: center;
  162. justify-content: center
  163. }
  164. .search-filter-sidebar {
  165. background-color: #efefef;
  166. padding: 5px;
  167. padding-top: 10px;
  168. border-radius: 0.25rem;
  169. }
  170. #searchResources {
  171. height: calc(1.5em + 0.5rem + 2px);
  172. padding: 0.25rem 0.5rem;
  173. font-size: .875rem;
  174. line-height: 1.5;
  175. border-radius: 0.2rem;
  176. border-bottom: 0px;
  177. }
  178. .filter-title {
  179. padding: 5px;
  180. font-weight: 600;
  181. }
  182. .filter-items {
  183. margin: 0;
  184. padding-left: 1.5rem;
  185. line-height: 1.5;
  186. font-size: 13px;
  187. }
  188. .accordion-body {
  189. padding: 0;
  190. }
  191. ol,
  192. ul {
  193. /*list-style-type: circle;*/
  194. margin: 1rem;
  195. }
  196. img {
  197. vertical-align: middle;
  198. border: 0
  199. }
  200. a,
  201. a:hover,
  202. a:focus {
  203. text-decoration: none
  204. }
  205. a,
  206. button,
  207. select {
  208. cursor: pointer;
  209. transition: .2s ease
  210. }
  211. a:focus,
  212. button:focus,
  213. select:focus {
  214. outline: 0
  215. }
  216. a.text-dark:hover {
  217. color: var(--hover-link-colour) !important
  218. }
  219. a:hover {
  220. color: var(--hover-link-colour)
  221. }
  222. .slick-slide {
  223. outline: 0
  224. }
  225. .section {
  226. padding-top: 80px;
  227. padding-bottom: 80px
  228. }
  229. .section-title {
  230. margin-bottom: 80px;
  231. font-family: Lato, sans-serif;
  232. /*font-weight: 700;*/
  233. background: linear-gradient(90deg, var(--highlight-colour), var(--light-highlight-colour)) no-repeat left 123%/98% 45%;
  234. }
  235. .bg-cover {
  236. background-size: cover;
  237. background-position: 50%;
  238. background-repeat: no-repeat
  239. }
  240. .overlay {
  241. position: relative
  242. }
  243. .overlay::before {
  244. position: absolute;
  245. content: '';
  246. height: 100%;
  247. width: 100%;
  248. top: 0;
  249. left: 0;
  250. background: #000;
  251. opacity: .5
  252. }
  253. .outline-0 {
  254. outline: 0 !important
  255. }
  256. .d-unset {
  257. display: unset !important
  258. }
  259. .bg-primary {
  260. background: var(--primary-color) !important
  261. }
  262. .bg-gray {
  263. background: #eaeaea !important
  264. }
  265. .text-primary {
  266. color: var(--primary-color) !important
  267. }
  268. .text-color {
  269. color: #000000
  270. }
  271. .text-dark {
  272. color: #000 !important
  273. }
  274. .text-light {
  275. color: #999 !important
  276. }
  277. .mb-10 {
  278. margin-bottom: 10px !important
  279. }
  280. .mb-20 {
  281. margin-bottom: 20px !important
  282. }
  283. .mb-30 {
  284. margin-bottom: 30px !important
  285. }
  286. .mb-40 {
  287. margin-bottom: 40px !important
  288. }
  289. .mb-50 {
  290. margin-bottom: 50px !important
  291. }
  292. .mb-60 {
  293. margin-bottom: 60px !important
  294. }
  295. .mb-70 {
  296. margin-bottom: 70px !important
  297. }
  298. .mb-80 {
  299. margin-bottom: 80px !important
  300. }
  301. .mb-90 {
  302. margin-bottom: 90px !important
  303. }
  304. .mb-100 {
  305. margin-bottom: 100px !important
  306. }
  307. .zindex-1 {
  308. z-index: 1
  309. }
  310. .rounded-lg {
  311. border-radius: 15px
  312. }
  313. .overflow-hidden {
  314. overflow: hidden
  315. }
  316. .font-primary {
  317. font-family: Lato, sans-serif !important
  318. }
  319. .font-secondary {
  320. font-family: Lato, serif !important
  321. }
  322. .font-secondary {
  323. font-family: Lato, sans-serif;
  324. /*font-weight: 700 !important;*/
  325. }
  326. .font-tertiary {
  327. font-family: Lato, sans-serif;
  328. font-style: italic;
  329. font-weight: 200;
  330. font-size: 14px;
  331. }
  332. .shadow {
  333. box-shadow: 0 18px 39.1px 6.9px rgba(224, 241, 255, .34) !important
  334. }
  335. .bg-dark {
  336. background-color: #222 !important
  337. }
  338. .icon {
  339. font-size: 45px
  340. }
  341. .icon-bg {
  342. height: 100px;
  343. width: 100px;
  344. line-height: 100px;
  345. text-align: center
  346. }
  347. .icon-light {
  348. color: var(--highlight-colour);
  349. }
  350. .slick-dots {
  351. text-align: center;
  352. padding-left: 0
  353. }
  354. .slick-dots li {
  355. display: inline-block;
  356. margin: 2px
  357. }
  358. .slick-dots li.slick-active button {
  359. background: rgba(0, 0, 0, .5);
  360. width: 25px
  361. }
  362. .slick-dots li button {
  363. height: 6px;
  364. width: 12px;
  365. background: rgba(0, 0, 0, .5);
  366. color: transparent;
  367. border-radius: 10px;
  368. overflow: hidden;
  369. transition: .2s ease;
  370. border: 0
  371. }
  372. .form-control {
  373. border: 0;
  374. border-radius: 0;
  375. border-bottom: 1px solid #c7c7c7;
  376. height: 60px
  377. }
  378. .form-control:focus {
  379. border-color: var(--primary-color);
  380. outline: 0;
  381. box-shadow: none !important
  382. }
  383. textarea.form-control {
  384. height: 120px
  385. }
  386. .card {
  387. border: 0;
  388. height: 100%
  389. }
  390. .card-header {
  391. border: 0
  392. }
  393. .card-footer {
  394. border: 0
  395. }
  396. .navigation {
  397. padding: 15px 130px;
  398. transition: .3s ease
  399. }
  400. .navigation.nav-bg {
  401. background-color: var(--primary-color);
  402. padding: 5px 5px
  403. }
  404. @media(max-width:991px) {
  405. .navigation.nav-bg {
  406. padding: 15px 20px
  407. }
  408. }
  409. @media(max-width:991px) {
  410. .navigation {
  411. padding: 20px;
  412. background: var(--primary-color)
  413. }
  414. }
  415. .navbar .nav-item .nav-link {
  416. font-family: Lato, sans-serif;
  417. font-weight: 700;
  418. text-transform: uppercase;
  419. padding: 15px
  420. }
  421. .navbar .nav-item.active .nav-link{
  422. color: #52f8f4;
  423. }
  424. .navbar-dark .navbar-nav .nav-link {
  425. color: #fff;
  426. }
  427. .hero-area {
  428. padding: 250px 0 200px;
  429. position: relative
  430. }
  431. @media(max-width:767px) {
  432. .hero-area {
  433. padding: 200px 0 150px;
  434. overflow: hidden
  435. }
  436. }
  437. .hero-area h1 {
  438. position: relative;
  439. z-index: 2
  440. }
  441. .layer {
  442. position: absolute;
  443. z-index: 1
  444. }
  445. #l1 {
  446. bottom: 0;
  447. left: 0
  448. }
  449. #l2 {
  450. top: 190px;
  451. left: -250px
  452. }
  453. #l3 {
  454. top: 200px;
  455. left: 40%
  456. }
  457. #l4 {
  458. top: 200px;
  459. right: 40%
  460. }
  461. #l5 {
  462. top: 100px;
  463. right: -150px
  464. }
  465. #l6 {
  466. bottom: -20px;
  467. left: 10%
  468. }
  469. #l7 {
  470. bottom: 100px;
  471. left: 20%
  472. }
  473. #l8 {
  474. bottom: 160px;
  475. right: 45%
  476. }
  477. #l9 {
  478. bottom: 100px;
  479. right: -10px
  480. }
  481. .layer-bg {
  482. position: absolute;
  483. bottom: 0;
  484. left: 0;
  485. z-index:-1;
  486. }
  487. .progress-wrapper {
  488. height: 130px;
  489. overflow: hidden
  490. }
  491. .wave {
  492. position: absolute;
  493. width: 100%;
  494. height: 100%
  495. }
  496. .wave::before,
  497. .wave::after {
  498. content: "";
  499. position: absolute;
  500. width: 800px;
  501. height: 800px;
  502. bottom: 0;
  503. left: 50%;
  504. background-color: rgba(255, 255, 255, .4);
  505. border-radius: 45%;
  506. transform: translateX(-50%) rotate(0);
  507. animation: rotate 6s linear infinite;
  508. z-index: 10
  509. }
  510. .wave::after {
  511. border-radius: 47%;
  512. background-color: rgba(255, 255, 255, .9);
  513. transform: translateX(-50%) rotate(0);
  514. animation: rotate 10s linear -5s infinite;
  515. z-index: 20
  516. }
  517. @keyframes rotate {
  518. 50% {
  519. transform: translateX(-50%) rotate(180deg)
  520. }
  521. 100% {
  522. transform: translateX(-50%) rotate(360deg)
  523. }
  524. }
  525. .edu-bg-image {
  526. position: absolute;
  527. left: 0;
  528. top: -300px;
  529. z-index: -1
  530. }
  531. .hover-bg-primary {
  532. transition: .3s ease
  533. }
  534. .hover-bg-primary:hover {
  535. background: var(--primary-color)
  536. }
  537. .hover-bg-primary:hover * {
  538. color: #fff
  539. }
  540. .active-bg-primary {
  541. transition: .3s ease;
  542. background: var(--light-highlight-colour)
  543. }
  544. .active-bg-primary * {
  545. color: #000000
  546. }
  547. .hover-shadow {
  548. transition: .2s ease
  549. }
  550. .hover-shadow:hover {
  551. box-shadow: 0 18px 40px 8px rgba(224, 241, 255, .54) !important
  552. }
  553. .hover-wrapper {
  554. overflow: hidden;
  555. padding: 25px;
  556. }
  557. .hover-wrapper img {
  558. transition: .3s ease;
  559. transform: scale(1.1)
  560. }
  561. .hover-wrapper:hover img {
  562. transform: scale(1)
  563. }
  564. .hover-wrapper:hover .hover-overlay {
  565. opacity: 1;
  566. visibility: visible
  567. }
  568. .hover-overlay {
  569. position: absolute;
  570. height: 100%;
  571. width: 100%;
  572. border-radius: inherit;
  573. top: 0;
  574. left: 0;
  575. background: rgba(0, 0, 0, .3);
  576. opacity: 0;
  577. visibility: hidden;
  578. transition: .3s ease
  579. }
  580. .hover-content {
  581. position: absolute;
  582. top: 50%;
  583. transform: translateY(-50%);
  584. left: 0;
  585. right: 0;
  586. text-align: center
  587. }
  588. .testimonial-content strong {
  589. color: #2bfdff;
  590. font-weight: 400
  591. }
  592. .testimonial-bg-shapes .container {
  593. position: relative;
  594. z-index: 1
  595. }
  596. .testimonial-bg-shapes .bg-map {
  597. position: absolute;
  598. left: 50%;
  599. top: 50%;
  600. transform: translate(-50%, -50%)
  601. }
  602. .testimonial-bg-shapes .bg-shape-1 {
  603. position: absolute;
  604. left: 100px;
  605. top: -50px
  606. }
  607. .testimonial-bg-shapes .bg-shape-2 {
  608. position: absolute;
  609. right: 150px;
  610. top: 50px
  611. }
  612. .testimonial-bg-shapes .bg-shape-3 {
  613. position: absolute;
  614. right: 50px;
  615. top: 200px
  616. }
  617. .testimonial-bg-shapes .bg-shape-4 {
  618. position: absolute;
  619. left: 100px;
  620. bottom: 200px
  621. }
  622. .testimonial-bg-shapes .bg-shape-5 {
  623. position: absolute;
  624. right: 200px;
  625. bottom: -50px
  626. }
  627. /*.footer-section {
  628. padding-top: 200px
  629. }*/
  630. .footer-section a {
  631. color: #fff;
  632. }
  633. .footer-bottom a {
  634. color: #999;
  635. text-decoration: underline;
  636. }
  637. .footer-section a:hover {
  638. color: #fff;
  639. text-decoration: underline;
  640. }
  641. .section-on-footer {
  642. margin-bottom: -250px
  643. }
  644. .shadow-down {
  645. position: relative
  646. }
  647. .shadow-down::before {
  648. position: absolute;
  649. content: "";
  650. box-shadow: 0 0 80.75px 14.25px rgba(224, 241, 255, .34);
  651. height: 100%;
  652. width: 100%;
  653. left: 0;
  654. top: 0;
  655. z-index: -1
  656. }
  657. .card-lg {
  658. flex-direction: row-reverse;
  659. align-items: center
  660. }
  661. @media(max-width:991px) {
  662. .card-lg {
  663. flex-direction: column
  664. }
  665. }
  666. blockquote {
  667. display: inline-block;
  668. padding: 10px 20px;
  669. background: #eaeaea;
  670. border-left: 2px solid var(--primary-color);
  671. font-style: italic;
  672. font-size: 22px
  673. }
  674. .content * {
  675. margin-bottom: 20px
  676. }
  677. .content strong {
  678. font-family: Lato,serif;
  679. color: #000;
  680. line-height: 1.5;
  681. }
  682. .content img {
  683. max-width: 100%;
  684. height: auto;
  685. margin: 0 auto 15px;
  686. display: block;
  687. text-align: center;
  688. }
  689. .page-title-alt {
  690. padding: 350px 0 70px
  691. }
  692. .border-thick {
  693. border: 10px solid
  694. }
  695. .drag-lg-top {
  696. margin-top: -230px
  697. }
  698. @media(max-width:991px) {
  699. .drag-lg-top {
  700. margin-top: 0
  701. }
  702. }
  703. .page-title-alt .container {
  704. position: relative;
  705. z-index: 1
  706. }
  707. .page-title-alt .bg-shape-1 {
  708. position: absolute;
  709. left: 0;
  710. top: 0;
  711. height: 100%
  712. }
  713. .page-title-alt .bg-shape-2 {
  714. position: absolute;
  715. left: 70px;
  716. top: 100px
  717. }
  718. .page-title-alt .bg-shape-3 {
  719. position: absolute;
  720. left: 30%;
  721. top: 50px;
  722. transform: rotate(180deg)
  723. }
  724. .page-title-alt .bg-shape-4 {
  725. position: absolute;
  726. left: 100px;
  727. bottom: 100px
  728. }
  729. .page-title-alt .bg-shape-5 {
  730. position: absolute;
  731. left: 40%;
  732. bottom: -25px
  733. }
  734. .page-title-alt .bg-shape-6 {
  735. position: absolute;
  736. bottom: 100px;
  737. right: -100px
  738. }
  739. .page-title {
  740. padding: 250px 0 150px
  741. }
  742. .page-title .container {
  743. position: relative;
  744. z-index: 1
  745. }
  746. .page-title .bg-shape-1 {
  747. position: absolute;
  748. left: 0;
  749. bottom: 0;
  750. width: 100%
  751. }
  752. .page-title .bg-shape-2 {
  753. position: absolute;
  754. left: -20px;
  755. top: -10px
  756. }
  757. .page-title .bg-shape-3 {
  758. position: absolute;
  759. left: 10%;
  760. top: 100px
  761. }
  762. .page-title .bg-shape-4 {
  763. position: absolute;
  764. left: 50%;
  765. top: -20px
  766. }
  767. .page-title .bg-shape-5 {
  768. position: absolute;
  769. left: 90px;
  770. bottom: -50px;
  771. transform: rotate(180deg)
  772. }
  773. .page-title .bg-shape-6 {
  774. position: absolute;
  775. right: 20%;
  776. bottom: -20px
  777. }
  778. .page-title .bg-shape-7 {
  779. position: absolute;
  780. right: -220px;
  781. bottom: -100px
  782. }
  783. .filter-controls li {
  784. cursor: pointer
  785. }
  786. .filter-controls li.active {
  787. font-weight: 700
  788. }
  789. .social-icons a{
  790. height: 100px;
  791. width: 100px;
  792. line-height: 102px;
  793. border-radius: 50%;
  794. display: block;
  795. box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
  796. color: #fff;
  797. background-color: var(--primary-color);
  798. font-size: 20px;
  799. text-align: center;
  800. }
  801. .project-meta{
  802. display: flex;
  803. align-items: center;
  804. }
  805. .project-meta i{
  806. height: 100px;
  807. min-width: 100px;
  808. line-height: 100px;
  809. background-color: #fff;
  810. color: var(--primary-color);
  811. border-radius: 50%;
  812. text-align: center;
  813. display: block;
  814. box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
  815. font-size: 30px;
  816. }
  817. .project-meta h4{
  818. font-weight: bold;
  819. font-size: 24px;
  820. }
  821. .project-meta p{
  822. margin-bottom: 0;
  823. }
  824. summary {
  825. color: #000;
  826. font-family: Lato, sans-serif;
  827. line-height: 1.2;
  828. font-size: 22px;
  829. font-weight: 500;
  830. }
  831. details {
  832. font-weight: 400;
  833. color: #000000;
  834. font-size: 15px;
  835. line-height: 1.8;
  836. font-family: Lato,sans-serif;
  837. margin-bottom: 20px;
  838. }
  839. .dropdown-item.active, .dropdown-item:active {
  840. background-color: var(--highlight-colour);
  841. }
  842. a {
  843. color: #0062F5;
  844. }
  845. blockquote a {
  846. color: #005CE6;
  847. }
  848. .font-secondary {
  849. font-family: Lato,sans-serif;
  850. font-weight: 400!important;
  851. }
  852. .title {
  853. font-size: 22px
  854. }
  855. .footer-title {
  856. font-size: 18px
  857. }
  858. .light-paragraph {
  859. font-family: Lato,sans-serif;
  860. font-weight: 200!important;
  861. }
  862. @media (max-width: 544px) {
  863. h1 {font-size:1.5rem;} /*1rem = 16px*/
  864. }
  865. h2 {
  866. background: linear-gradient(90deg, var(--highlight-colour), var(--light-highlight-colour)) no-repeat left 123%/98% 45%;
  867. }
  868. table{
  869. width:100%;
  870. margin-bottom:1rem;
  871. color:#212529
  872. }
  873. table td,.table th{
  874. padding:.75rem;
  875. vertical-align:top;
  876. border-top:1px solid #dee2e6
  877. }
  878. table thead th{
  879. text-align:center;
  880. vertical-align:bottom;
  881. border-bottom:2px solid #dee2e6
  882. }
  883. table tbody+tbody{
  884. border-top:2px solid #dee2e6
  885. }
  886. main > .container {
  887. padding: 60px 15px 0;
  888. }
  889. .carousel-control-next,
  890. .carousel-control-prev,
  891. .carousel-indicators {
  892. filter: invert(100%);
  893. }
  894. .bg-tool {
  895. --bs-bg-opacity: 1;
  896. background-color: rgba(var(--bs-tool-rgb),var(--bs-bg-opacity))!important;
  897. }
  898. .bg-practice {
  899. --bs-bg-opacity: 1;
  900. background-color: rgba(var(--bs-practice-rgb),var(--bs-bg-opacity))!important;
  901. }
  902. .bg-book {
  903. --bs-bg-opacity: 1;
  904. background-color: rgba(var(--bs-book-rgb),var(--bs-bg-opacity))!important;
  905. }
  906. .drop {
  907. position: relative;
  908. -webkit-user-select: none;
  909. -moz-user-select: none;
  910. -ms-user-select: none;
  911. user-select: none;
  912. }
  913. .drop.open {
  914. z-index: 100;
  915. }
  916. .drop.open .drop-screen {
  917. z-index: 100;
  918. display: block;
  919. }
  920. .drop.open .drop-options {
  921. z-index: 200;
  922. max-height: 200px;
  923. }
  924. .drop.open .drop-display {
  925. z-index: 200;
  926. border-color: #465;
  927. }
  928. .drop select {
  929. display: none;
  930. }
  931. .drop .drop-screen {
  932. position: fixed;
  933. width: 100%;
  934. height: 100%;
  935. background: #000;
  936. top: 0px;
  937. left: 0px;
  938. opacity: 0;
  939. display: none;
  940. z-index: 1;
  941. }
  942. .link {
  943. text-align: center;
  944. margin: 20px 0px;
  945. color:#8CACD7;
  946. }
  947. .drop .drop-display {
  948. position: relative;
  949. padding: 0px 20px 5px 5px;
  950. border: 4px solid #444;
  951. width: 100%;
  952. background: #FFF;
  953. z-index: 1;
  954. margin: 0px;
  955. font-size: 16px;
  956. min-height: 58px;
  957. }
  958. .drop .drop-display:hover:after {
  959. opacity: 0.75;
  960. }
  961. .drop .drop-display:after {
  962. font-family: 'Material Icons';
  963. content: "\e5c6";
  964. position: absolute;
  965. right: 10px;
  966. top: 12px;
  967. font-size: 24px;
  968. color: #444;
  969. }
  970. .drop .drop-display .item {
  971. position: relative;
  972. display: inline-block;
  973. border: 2px solid #333;
  974. margin: 5px 5px -4px 0px;
  975. padding: 0px 25px 0px 10px;
  976. overflow: hidden;
  977. height: 40px;
  978. line-height: 36px;
  979. }
  980. .drop .drop-display .item .btnclose {
  981. color: #444;
  982. position: absolute;
  983. font-size: 16px;
  984. right: 5px;
  985. top: 10px;
  986. cursor: pointer;
  987. }
  988. .drop .drop-display .item .btnclose:hover {
  989. opacity: 0.75;
  990. }
  991. .drop .drop-display .item.remove {
  992. -webkit-animation: removeSelected 0.2s, hide 1s infinite;
  993. animation: removeSelected 0.2s, hide 1s infinite;
  994. -webkit-animation-delay: 0s, 0.2s;
  995. animation-delay: 0s, 0.2s;
  996. }
  997. .drop .drop-display .item.add {
  998. -webkit-animation: addSelected 0.2s;
  999. animation: addSelected 0.2s;
  1000. }
  1001. .drop .drop-display .item.hide {
  1002. display: none;
  1003. }
  1004. .drop .drop-options {
  1005. background: #444;
  1006. box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  1007. position: absolute;
  1008. width: 100%;
  1009. max-height: 0px;
  1010. overflow-y: auto;
  1011. transition: all 0.25s linear;
  1012. z-index: 1;
  1013. }
  1014. .drop .drop-options a {
  1015. display: block;
  1016. height: 40px;
  1017. line-height: 40px;
  1018. padding: 0px 20px;
  1019. color: white;
  1020. position: relative;
  1021. max-height: 40px;
  1022. transition: all 1s;
  1023. overflow: hidden;
  1024. }
  1025. .drop .drop-options a:hover {
  1026. background: #465;
  1027. cursor: pointer;
  1028. }
  1029. .drop .drop-options a.remove {
  1030. -webkit-animation: removeOption 0.2s;
  1031. animation: removeOption 0.2s;
  1032. max-height: 0px;
  1033. }
  1034. .drop .drop-options a.add {
  1035. -webkit-animation: addOption 0.2s;
  1036. animation: addOption 0.2s;
  1037. }
  1038. .drop .drop-options a.hide {
  1039. display: none;
  1040. }
  1041. @-webkit-keyframes pop {
  1042. from {
  1043. -webkit-transform: scale(0);
  1044. transform: scale(0);
  1045. }
  1046. to {
  1047. -webkit-transform: scale(1);
  1048. transform: scale(1);
  1049. }
  1050. }
  1051. @keyframes pop {
  1052. from {
  1053. -webkit-transform: scale(0);
  1054. transform: scale(0);
  1055. }
  1056. to {
  1057. -webkit-transform: scale(1);
  1058. transform: scale(1);
  1059. }
  1060. }
  1061. @-webkit-keyframes removeOption {
  1062. from {
  1063. max-height: 40px;
  1064. }
  1065. to {
  1066. max-height: 0px;
  1067. }
  1068. }
  1069. @keyframes removeOption {
  1070. from {
  1071. max-height: 40px;
  1072. }
  1073. to {
  1074. max-height: 0px;
  1075. }
  1076. }
  1077. @-webkit-keyframes addOption {
  1078. from {
  1079. max-height: 0px;
  1080. }
  1081. to {
  1082. max-height: 40px;
  1083. }
  1084. }
  1085. @keyframes addOption {
  1086. from {
  1087. max-height: 0px;
  1088. }
  1089. to {
  1090. max-height: 40px;
  1091. }
  1092. }
  1093. @-webkit-keyframes removeSelected {
  1094. from {
  1095. -webkit-transform: scale(1);
  1096. transform: scale(1);
  1097. }
  1098. to {
  1099. -webkit-transform: scale(0);
  1100. transform: scale(0);
  1101. }
  1102. }
  1103. @keyframes removeSelected {
  1104. from {
  1105. -webkit-transform: scale(1);
  1106. transform: scale(1);
  1107. }
  1108. to {
  1109. -webkit-transform: scale(0);
  1110. transform: scale(0);
  1111. }
  1112. }
  1113. @-webkit-keyframes addSelected {
  1114. from {
  1115. -webkit-transform: scale(0);
  1116. transform: scale(0);
  1117. }
  1118. to {
  1119. -webkit-transform: scale(1);
  1120. transform: scale(1);
  1121. }
  1122. }
  1123. @keyframes addSelected {
  1124. from {
  1125. -webkit-transform: scale(0);
  1126. transform: scale(0);
  1127. }
  1128. to {
  1129. -webkit-transform: scale(1);
  1130. transform: scale(1);
  1131. }
  1132. }
  1133. @-webkit-keyframes hide {
  1134. from, to {
  1135. max-height: 0px;
  1136. max-width: 0px;
  1137. padding: 0px;
  1138. margin: 0px;
  1139. border-width: 0px;
  1140. }
  1141. }
  1142. @keyframes hide {
  1143. from, to {
  1144. max-height: 0px;
  1145. max-width: 0px;
  1146. padding: 0px;
  1147. margin: 0px;
  1148. border-width: 0px;
  1149. }
  1150. }