styles.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098
  1. @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&family=Libre+Franklin:wght@400;900&family=Special+Elite&display=swap');
  2. .franklin {
  3. display: block;
  4. font-family: 'Libre Franklin', sans-serif;
  5. color:rgba(11, 72, 110, .7);
  6. text-shadow: 0px 1px 1px #fff, 0 0 1px #000;
  7. -webkit-background-clip: text;
  8. background-clip: text;
  9. }
  10. body{
  11. background-color: #fffdf0;
  12. background-image: url("../img/billie-holiday.png");
  13. }
  14. .modal-content {
  15. background-color: #fffdf0;
  16. background-image: url("../img/billie-holiday.png");
  17. }
  18. .navbar .logo-image img {
  19. width: 250px;
  20. }
  21. .btn-solid-reg, .btn-solid-sm {
  22. text-shadow: none;
  23. box-shadow: 0px 1px 1px #fff, inset 0 0 5px rgba(0,0,0,.5);
  24. margin-bottom:10px;
  25. }
  26. .img-fluid {
  27. border: 5px solid rgba(11, 72, 110, .7);
  28. box-shadow: inset 0 0 5px rgba(0,0,0,.5), 1px 1px 1px #fff;
  29. }
  30. #practice {
  31. scroll-margin: 150px 0 0 0;
  32. }
  33. .legal-icons {
  34. font-size: 2rem;
  35. color:rgba(11, 72, 110, .7);
  36. text-shadow: 0px 1px 1px #fff, 0 0 1px #000;
  37. }
  38. .card {
  39. background:none;
  40. }
  41. .card-title {
  42. font-weight:900;
  43. }
  44. #attorneys {
  45. scroll-margin: 150px 0 0 0;
  46. }
  47. #contact .fas, .fab {
  48. color:#0B486E;
  49. }
  50. /*=========================================
  51. Base Styles
  52. ==========================================*/
  53. body,
  54. html {
  55. width: 100%;
  56. height: 100%;
  57. }
  58. body, p {
  59. color: #000000;
  60. font: 300 1rem/1.625rem 'Josefin Sans', sans-serif;
  61. text-shadow: 0px 1px 1px #fff, 0 0 1px #000;
  62. }
  63. h1 {
  64. color: #222222;
  65. font-weight: 700;
  66. font-size: 2.5rem;
  67. line-height: 3.25rem;
  68. letter-spacing: -0.4px;
  69. }
  70. h2 {
  71. color: #222222;
  72. font-weight: 700;
  73. font-size: 2rem;
  74. line-height: 2.625rem;
  75. letter-spacing: -0.4px;
  76. }
  77. h3 {
  78. color: #222222;
  79. font-weight: 700;
  80. font-size: 1.75rem;
  81. line-height: 2.25rem;
  82. letter-spacing: -0.2px;
  83. }
  84. h4 {
  85. color: #222222;
  86. font-weight: 700;
  87. font-size: 1.5rem;
  88. line-height: 2rem;
  89. letter-spacing: -0.2px;
  90. }
  91. h5 {
  92. color: #222222;
  93. font-weight: 700;
  94. font-size: 1.25rem;
  95. line-height: 1.625rem;
  96. }
  97. h6 {
  98. color: #222222;
  99. font-weight: 700;
  100. font-size: 1rem;
  101. line-height: 1.375rem;
  102. }
  103. .p-large {
  104. font-size: 1.125rem;
  105. line-height: 1.75rem;
  106. }
  107. .p-small {
  108. font-size: 0.875rem;
  109. line-height: 1.5rem;
  110. }
  111. .testimonial-text {
  112. font-style: italic;
  113. }
  114. .testimonial-author {
  115. font-weight: 700;
  116. font-size: 1.25rem;
  117. line-height: 1.75rem;
  118. }
  119. .li-space-lg li {
  120. margin-bottom: 0.5rem;
  121. }
  122. a {
  123. color: #6D0000;
  124. text-decoration: underline;
  125. }
  126. a:hover {
  127. color: #5e6576;
  128. text-decoration: underline;
  129. }
  130. .no-line {
  131. text-decoration: none;
  132. }
  133. .no-line:hover {
  134. text-decoration: none;
  135. }
  136. .blue {
  137. color: #0B486E;
  138. }
  139. .bg-gray {
  140. background-color: #f9f9f9;
  141. }
  142. .section-title {
  143. display: inline-block;
  144. margin-bottom: 0.75rem;
  145. padding: 0.125rem 1.75rem;
  146. border-radius: 30px;
  147. background-color: #ffe7eb;
  148. color: #ff5574;
  149. font-weight: 600;
  150. font-size: 0.875rem;
  151. }
  152. .btn-solid-reg {
  153. display: inline-block;
  154. padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  155. border-radius: 30px;
  156. background-color: rgba(11, 72, 110, .7);
  157. color: #ffffff;
  158. font-weight: 600;
  159. line-height: 0;
  160. text-decoration: none;
  161. transition: all 0.2s;
  162. }
  163. .btn-solid-reg:hover {
  164. background-color: transparent;
  165. color: #0B486E; /* needs to stay here because of the color property of a tag */
  166. text-decoration: none;
  167. }
  168. .btn-solid-lg {
  169. display: inline-block;
  170. padding: 1.625rem 2.625rem 1.625rem 2.625rem;
  171. border: 1px solid #0976BA;
  172. border-radius: 30px;
  173. background-color: #0B486E;
  174. color: #ffffff;
  175. font-weight: 600;
  176. font-size: 22px;
  177. line-height: 0;
  178. text-decoration: none;
  179. transition: all 0.2s;
  180. }
  181. .btn-solid-lg:hover {
  182. background-color: transparent;
  183. color: #0976BA; /* needs to stay here because of the color property of a tag */
  184. text-decoration: none;
  185. }
  186. .btn-solid-sm {
  187. display: inline-block;
  188. padding: 1rem 1.5rem 1rem 1.5rem;
  189. border-radius: 30px;
  190. background-color: #ff5574;
  191. color: #ffffff;
  192. font-weight: 600;
  193. font-size: 22px;
  194. line-height: 0;
  195. text-decoration: none;
  196. transition: all 0.2s;
  197. }
  198. .btn-solid-sm:hover {
  199. background-color: transparent;
  200. color: #ff5574; /* needs to stay here because of the color property of a tag */
  201. text-decoration: none;
  202. }
  203. .btn-outline-reg {
  204. display: inline-block;
  205. padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  206. border: 1px solid #5e6576;
  207. border-radius: 30px;
  208. background-color: transparent;
  209. color: #5e6576;
  210. font-weight: 600;
  211. font-size: 0.875rem;
  212. line-height: 0;
  213. text-decoration: none;
  214. transition: all 0.2s;
  215. }
  216. .btn-outline-reg:hover {
  217. background-color: #5e6576;
  218. color: #ffffff;
  219. text-decoration: none;
  220. }
  221. .btn-outline-lg {
  222. display: inline-block;
  223. padding: 1.625rem 2.625rem 1.625rem 2.625rem;
  224. border: 1px solid #5e6576;
  225. border-radius: 30px;
  226. background-color: transparent;
  227. color: #5e6576;
  228. font-weight: 600;
  229. font-size: 0.875rem;
  230. line-height: 0;
  231. text-decoration: none;
  232. transition: all 0.2s;
  233. }
  234. .btn-outline-lg:hover {
  235. background-color: #5e6576;
  236. color: #ffffff;
  237. text-decoration: none;
  238. }
  239. .btn-outline-sm {
  240. display: inline-block;
  241. padding: 1rem 1.5rem 1rem 1.5rem;
  242. border: 1px solid #5e6576;
  243. border-radius: 30px;
  244. background-color: transparent;
  245. color: #5e6576;
  246. font-weight: 600;
  247. font-size: 0.875rem;
  248. line-height: 0;
  249. text-decoration: none;
  250. transition: all 0.2s;
  251. }
  252. .btn-outline-sm:hover {
  253. background-color: #5e6576;
  254. color: #ffffff;
  255. text-decoration: none;
  256. }
  257. select {
  258. -webkit-appearance: none;
  259. -moz-appearance: none;
  260. -ms-appearance: none;
  261. -o-appearance: none;
  262. appearance: none;
  263. background-image: url('../images/down-arrow.png');
  264. background-position: 98% 50%;
  265. background-repeat: no-repeat;
  266. outline: none;
  267. }
  268. /*=========================================
  269. Navigation
  270. ==========================================*/
  271. .navbar {
  272. font-weight: 600;
  273. font-size: 22px;
  274. line-height: 0.875rem;
  275. box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  276. background-color: #fffdf0;
  277. background-image: url("../img/billie-holiday.png");
  278. }
  279. .navbar .navbar-brand {
  280. padding-top: 0.25rem;
  281. padding-bottom: 0.25rem;
  282. }
  283. .navbar .logo-text {
  284. color: #222222;
  285. font-weight: 700;
  286. font-size: 1.875rem;
  287. line-height: 1rem;
  288. text-decoration: none;
  289. }
  290. .offcanvas-collapse {
  291. position: fixed;
  292. text-align:center;
  293. top: 135px;
  294. bottom: 0;
  295. left: 100%;
  296. width: 100%;
  297. padding-right: 1rem;
  298. padding-left: 1rem;
  299. overflow-y: auto;
  300. visibility: hidden;
  301. background-color: #fffdf0;
  302. background-image: url("../img/billie-holiday.png");
  303. transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  304. transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  305. transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  306. }
  307. .offcanvas-collapse.open {
  308. visibility: visible;
  309. -webkit-transform: translateX(-100%);
  310. transform: translateX(-100%);
  311. }
  312. .navbar .navbar-nav {
  313. margin-top: 0.75rem;
  314. margin-bottom: 0.5rem;
  315. }
  316. .navbar .nav-item .nav-link {
  317. padding-top: 0.625rem;
  318. padding-bottom: 0.625rem;
  319. color: #0B486E;
  320. text-decoration: none;
  321. transition: all 0.2s ease;
  322. }
  323. .navbar .nav-item.dropdown.show .nav-link,
  324. .navbar .nav-item .nav-link:hover,
  325. .navbar .nav-item .nav-link.active {
  326. color: #6d0000;
  327. }
  328. .navbar .navbar-toggler {
  329. padding: 0;
  330. border: none;
  331. font-size: 1.25rem;
  332. }
  333. .navbar .btn-solid-sm {
  334. border-color: #6d0000;
  335. background-color: #6d0000;
  336. }
  337. .navbar .btn-solid-sm:hover {
  338. background-color: transparent;
  339. color: #6d0000;
  340. }
  341. /*=========================================
  342. Header
  343. ==========================================*/
  344. .header {
  345. padding-top: 8rem;
  346. padding-bottom: 40px;
  347. text-align: center;
  348. }
  349. .header .h1-large {
  350. margin-bottom: 1.25rem;
  351. }
  352. .header .p-large {
  353. margin-bottom: 2.75rem;
  354. }
  355. .header .btn-solid-lg {
  356. display: block;
  357. margin-bottom: 1.75rem;
  358. }
  359. .header .quote {
  360. display: block;
  361. color: #222222;
  362. }
  363. .header .quote i {
  364. margin-right: 0.5rem;
  365. color: #222222;
  366. }
  367. .header .text-container {
  368. margin-bottom: 5rem;
  369. }
  370. /*=========================================
  371. Practice
  372. ==========================================*/
  373. .cards-1 {
  374. }
  375. .cards-1 .card {
  376. margin-bottom: 5rem;
  377. padding: 3rem 2rem;
  378. border: 1px solid #00000020;
  379. }
  380. .cards-1 .card-icon {
  381. width: 90px;
  382. height: 90px;
  383. text-align: center;
  384. background-size: 90px 90px;
  385. }
  386. .cards-1 .card-icon .fas,
  387. .cards-1 .card-icon .far {
  388. margin-right: 0.75rem;
  389. color: #0B486E;
  390. font-size: 2rem;
  391. line-height: 98px;
  392. }
  393. .cards-1 .card-body {
  394. padding: 0;
  395. }
  396. .cards-1 .card-title {
  397. margin-bottom: 1.125rem;
  398. }
  399. .cards-1 .card-body p {
  400. margin-bottom: 1.125rem;
  401. }
  402. .cards-1 .list-unstyled {
  403. margin-bottom: 0;
  404. }
  405. .cards-1 .list-unstyled .fas {
  406. font-size: 0.875rem;
  407. line-height: 1.625rem;
  408. }
  409. .cards-1 .list-unstyled .flex-grow-1 {
  410. margin-left: 0.5rem;
  411. }
  412. /*********************/
  413. /* Details 1 */
  414. /*********************/
  415. .basic-1 {
  416. }
  417. .basic-1 .image-container {
  418. margin-bottom: 4rem;
  419. }
  420. .basic-1 h2 {
  421. margin-bottom: 1.875rem;
  422. }
  423. .basic-1 h2 span {
  424. font-weight: 400;
  425. }
  426. .basic-1 p:last-of-type {
  427. margin-bottom: 2rem;
  428. }
  429. .basic-1 .btn-solid-reg {
  430. cursor: pointer;
  431. }
  432. /*************************/
  433. /* Details Modal */
  434. /*************************/
  435. .modal-dialog {
  436. max-width: 1150px;
  437. margin-right: 1rem;
  438. margin-left: 1rem;
  439. pointer-events: all;
  440. }
  441. .modal-content {
  442. padding: 2.75rem 1.25rem;
  443. }
  444. .modal-content .btn-close {
  445. position: absolute;
  446. right: 10px;
  447. top: 10px;
  448. }
  449. .modal-content .image-container {
  450. margin-bottom: 3rem;
  451. }
  452. .modal-content img {
  453. border-radius: 6px;
  454. }
  455. .modal-content h3 {
  456. margin-bottom: 0.5rem;
  457. }
  458. .modal-content hr {
  459. width: 44px;
  460. margin-top: 0.125rem;
  461. margin-bottom: 1.25rem;
  462. margin-left: 0;
  463. height: 2px;
  464. border: none;
  465. background-color: #53575a;
  466. }
  467. .modal-content h4 {
  468. margin-top: 2rem;
  469. margin-bottom: 0.625rem;
  470. }
  471. .modal-content .list-unstyled {
  472. margin-bottom: 2rem;
  473. }
  474. .modal-content .list-unstyled .fas {
  475. font-size: 0.75rem;
  476. line-height: 1.75rem;
  477. }
  478. .modal-content .list-unstyled .flex-grow-1 {
  479. margin-left: 0.5rem;
  480. }
  481. .modal-content .btn-solid-reg {
  482. margin-right: 0.75rem;
  483. }
  484. .modal-content .btn-outline-reg {
  485. cursor: pointer;
  486. }
  487. /************************/
  488. /* Testimonials */
  489. /************************/
  490. .slider-1 {
  491. /*padding-top: 9.75rem;
  492. padding-bottom: 4.5rem;*/
  493. padding-top: 30px;
  494. padding-bottom: 30px;
  495. }
  496. .slider-1 .slider-container {
  497. position: relative;
  498. }
  499. .slider-1 .swiper-container {
  500. position: static;
  501. width: 86%;
  502. }
  503. .slider-1 .swiper-button-prev:focus,
  504. .slider-1 .swiper-button-next:focus {
  505. /* even if you can't see it chrome you can see it on mobile device */
  506. outline: none;
  507. }
  508. .slider-1 .swiper-button-prev {
  509. left: -12px;
  510. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
  511. background-size: 18px 28px;
  512. }
  513. .slider-1 .swiper-button-next {
  514. right: -12px;
  515. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
  516. background-size: 18px 28px;
  517. }
  518. .slider-1 .card {
  519. border: none;
  520. }
  521. .slider-1 .card-body {
  522. padding: 0;
  523. }
  524. .slider-1 .quotes {
  525. margin-bottom: 3rem;
  526. width: 64px;
  527. }
  528. .slider-1 .testimonial-text {
  529. color: #0B486E;
  530. font-size: 1.1rem;
  531. line-height: 2rem;
  532. }
  533. .slider-1 .testimonial-image {
  534. display: inline-block;
  535. width: 70px;
  536. margin-bottom: 0.875rem;
  537. border-radius: 50%;
  538. }
  539. .slider-1 .testimonial-author {
  540. margin-bottom: 0.125rem;
  541. color: #222222;
  542. font-weight: 700;
  543. font-size: 1.125rem;
  544. }
  545. /********************/
  546. /* Pricing */
  547. /********************/
  548. .cards-2 {
  549. padding-top: 5rem;
  550. padding-bottom: 2.25em;
  551. }
  552. .cards-2 .h2-heading {
  553. margin-bottom: 3.75rem;
  554. text-align: center;
  555. }
  556. .cards-2 .h2-heading span {
  557. font-weight: 400;
  558. }
  559. .cards-2 .card {
  560. margin-bottom: 5rem;
  561. padding: 4rem 1rem;
  562. border: 1px solid #5e6576;
  563. border-radius: 20px;
  564. background-color: transparent;
  565. text-align: center;
  566. }
  567. .cards-2 .card-body {
  568. padding: 0;
  569. }
  570. .cards-2 .card-title {
  571. margin-bottom: 2rem;
  572. }
  573. .cards-2 .card-title .decoration-lines {
  574. width: 30px;
  575. margin-bottom: 0.25rem;
  576. }
  577. .cards-2 .card-title .decoration-lines.flipped {
  578. transform: scaleX(-1);
  579. }
  580. .cards-2 .card-title span {
  581. margin-right: 0.75rem;
  582. margin-left: 0.75rem;
  583. color: #222222;
  584. font-weight: 700;
  585. font-size: 1.5rem;
  586. line-height: 2rem;
  587. letter-spacing: -0.2px;
  588. }
  589. .cards-2 .card-body .list-unstyled {
  590. margin-bottom: 3rem;
  591. }
  592. .cards-2 .card-body .list-unstyled li {
  593. margin-bottom: 0.625rem;
  594. }
  595. .cards-2 .card-body .price {
  596. margin-bottom: 3rem;
  597. color: #222222;
  598. font-weight: 700;
  599. font-size: 3rem;
  600. line-height: 2rem;
  601. letter-spacing: -0.2px;
  602. }
  603. /*******************/
  604. /* Contact */
  605. /*******************/
  606. /******************/
  607. /* Footer */
  608. /******************/
  609. .footer {
  610. position: relative;
  611. padding-top: 3rem;
  612. padding-bottom: 6rem;
  613. text-align: center;
  614. }
  615. .footer .decoration-city {
  616. position: absolute;
  617. bottom: 0;
  618. left: 0;
  619. max-width: 100%;
  620. max-height: 100vh;
  621. margin: auto;
  622. }
  623. .footer div[class*="col"] {
  624. /* selects all elements which have classes starting with col */
  625. /* needed so that the absolute positioned decoration stays behind */
  626. position: relative;
  627. }
  628. .footer h4 {
  629. margin-bottom: 2rem;
  630. }
  631. .footer .fa-stack {
  632. width: 2em;
  633. margin-bottom: 1.25rem;
  634. margin-right: 0.375rem;
  635. font-size: 1.5rem;
  636. }
  637. .footer .fa-stack .fa-stack-1x {
  638. color: #ffffff;
  639. transition: all 0.2s ease;
  640. }
  641. .footer .fa-stack .fa-stack-2x {
  642. color: #ffffff;
  643. transition: all 0.2s ease;
  644. }
  645. .footer .fa-stack:hover .fa-stack-1x {
  646. color: #6D0000;
  647. }
  648. .footer .fa-stack:hover .fa-stack-2x {
  649. color: #222222;
  650. }
  651. /*********************/
  652. /* Copyright */
  653. /*********************/
  654. .copyright {
  655. padding-top: 1.75rem;
  656. border-top: 1px solid #d0dae2;
  657. text-align: center;
  658. }
  659. .copyright a {
  660. text-decoration: none;
  661. }
  662. .copyright .list-unstyled,
  663. .copyright .statement {
  664. opacity: 0.7;
  665. }
  666. .copyright .list-unstyled li {
  667. margin-bottom: 0.75rem;
  668. }
  669. /******************************/
  670. /* Back To Top Button */
  671. /******************************/
  672. #myBtn {
  673. position: fixed;
  674. z-index: 99;
  675. bottom: 20px;
  676. right: 20px;
  677. display: none;
  678. width: 52px;
  679. height: 52px;
  680. border: none;
  681. border-radius: 50%;
  682. outline: none;
  683. background-color: #44434a;
  684. cursor: pointer;
  685. }
  686. #myBtn:hover {
  687. background-color: #1d1d21;
  688. }
  689. #myBtn img {
  690. margin-bottom: 0.25rem;
  691. width: 18px;
  692. }
  693. /***********************/
  694. /* Extra Pages */
  695. /***********************/
  696. .ex-header {
  697. padding-top: 12rem;
  698. padding-bottom: 5rem;
  699. background-color: #f9f9f9;
  700. }
  701. .ex-basic-1 .list-unstyled .fas {
  702. font-size: 0.375rem;
  703. line-height: 1.625rem;
  704. }
  705. .ex-basic-1 .list-unstyled .flex-grow-1 {
  706. margin-left: 0.5rem;
  707. }
  708. .ex-basic-1 .text-box {
  709. padding: 1.25rem 1.25rem 0.5rem 1.25rem;
  710. background-color: #f9f9f9;
  711. }
  712. .ex-cards-1 .card {
  713. border: none;
  714. background-color: transparent;
  715. }
  716. .ex-cards-1 .card .fa-stack {
  717. width: 2em;
  718. font-size: 1.125rem;
  719. }
  720. .ex-cards-1 .card .fa-stack-2x {
  721. color: #6168ff;
  722. }
  723. .ex-cards-1 .card .fa-stack-1x {
  724. width: 2em;
  725. color: #ffffff;
  726. font-weight: 700;
  727. line-height: 2.125rem;
  728. }
  729. .ex-cards-1 .card .list-unstyled .flex-grow-1 {
  730. margin-left: 2.25rem;
  731. }
  732. .ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
  733. margin-top: 0.125rem;
  734. margin-bottom: 0.5rem;
  735. }
  736. /*************************/
  737. /* Media Queries */
  738. /*************************/
  739. @media (max-width: 575.98px) {
  740. .navbar-brand {
  741. margin: 0 auto;
  742. }
  743. .navbar .logo-image img {
  744. width:200px;
  745. margin-left:30px;
  746. }
  747. }
  748. @media (min-width: 576px) {
  749. .navbar-brand {
  750. margin: 0 auto;
  751. }
  752. }
  753. @media (min-width: 768px) {
  754. .header {
  755. padding-top: 9rem;
  756. }
  757. .counter .counter-container {
  758. text-align: left;
  759. }
  760. .counter .counter-cell {
  761. display: inline-block;
  762. margin-right: 3rem;
  763. vertical-align: top;
  764. }
  765. .form-1 .list-unstyled li {
  766. display: inline-block;
  767. margin-right: 1rem;
  768. }
  769. .ex-basic-1 .text-box {
  770. padding: 1.75rem 2rem 0.875rem 2rem;
  771. }
  772. }
  773. @media (min-width: 992px) {
  774. .h2-heading {
  775. width: 35.25rem;
  776. margin-right: auto;
  777. margin-left: auto;
  778. }
  779. .p-heading {
  780. width: 46rem;
  781. margin-right: auto;
  782. margin-left: auto;
  783. }
  784. .navbar {
  785. padding-top: 1.75rem;
  786. box-shadow: none;
  787. transition: all 0.2s;
  788. background-color: #fffdf0;
  789. background-image: url("../img/billie-holiday.png");
  790. }
  791. .navbar.extra-page {
  792. padding-top: 0.5rem;
  793. }
  794. .navbar.top-nav-collapse {
  795. padding-top: 0.5rem;
  796. padding-bottom: 0.5rem;
  797. background-color: #fffdf0;
  798. background-image: url("../img/billie-holiday.png");
  799. box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  800. }
  801. .offcanvas-collapse {
  802. position: static;
  803. top: auto;
  804. bottom: auto;
  805. left: auto;
  806. width: auto;
  807. padding-right: 0;
  808. padding-left: 0;
  809. overflow-y: visible;
  810. visibility: visible;
  811. }
  812. .offcanvas-collapse.open {
  813. -webkit-transform: none;
  814. transform: none;
  815. }
  816. .navbar .navbar-nav {
  817. margin-top: 0;
  818. margin-bottom: 0;
  819. }
  820. .navbar .nav-item .nav-link {
  821. padding-right: 0.75rem;
  822. padding-left: 0.75rem;
  823. }
  824. .navbar .dropdown-menu {
  825. padding-top: 0.75rem;
  826. padding-bottom: 0.75rem;
  827. box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
  828. }
  829. .navbar .dropdown-divider {
  830. width: 90%;
  831. }
  832. .navbar .nav-item .btn-solid-sm {
  833. margin-top: 0;
  834. margin-left: 1rem;
  835. }
  836. .header {
  837. padding-top: 13rem;
  838. text-align: left;
  839. }
  840. .header .text-container {
  841. margin-bottom: 0;
  842. }
  843. .header .btn-solid-lg {
  844. margin-right: 1.5rem;
  845. margin-bottom: 0;
  846. }
  847. .header .btn-solid-lg,
  848. .header .quote {
  849. display: inline-block;
  850. }
  851. .cards-1 .card {
  852. display: inline-block;
  853. width: 298px;
  854. vertical-align: top;
  855. }
  856. .cards-1 .card:nth-of-type(3n+2) {
  857. margin-right: 1rem;
  858. margin-left: 1rem;
  859. }
  860. .basic-1 .image-container {
  861. margin-bottom: 0;
  862. }
  863. .basic-1 .text-container {
  864. margin-top: 1.25rem;
  865. }
  866. .basic-1 h2 {
  867. width: 23rem;
  868. }
  869. /* Details Modal */
  870. /* Stops body and navbar shift on modal open */
  871. body.modal-open {
  872. overflow-y: scroll !important;
  873. padding-right: 0 !important;
  874. }
  875. body.modal-open .navbar {
  876. padding-right: 0 !important;
  877. }
  878. .modal {
  879. padding-right: 0 !important;
  880. }
  881. .modal-dialog {
  882. margin-top: 120px;
  883. margin-right: auto;
  884. margin-left: auto;
  885. }
  886. .modal-content .image-container {
  887. margin-bottom: 0;
  888. }
  889. .counter .text-container {
  890. margin-bottom: 0;
  891. }
  892. .counter .counter-cell {
  893. display: inline-block;
  894. vertical-align: top;
  895. }
  896. .filter .button {
  897. margin-right: 0.25rem;
  898. margin-left: 0.25rem;
  899. }
  900. .filter .grid {
  901. max-width: 750px;
  902. }
  903. .filter .element-item {
  904. display: inline-block;
  905. width: 351px;
  906. margin-right: 0.625rem;
  907. margin-left: 0.625rem;
  908. vertical-align: top;
  909. }
  910. .slider-1 .swiper-container {
  911. width: 92%;
  912. }
  913. .slider-1 .swiper-button-prev {
  914. left: -16px;
  915. width: 22px;
  916. background-size: 22px 34px;
  917. }
  918. .slider-1 .swiper-button-next {
  919. right: -16px;
  920. width: 22px;
  921. background-size: 22px 34px;
  922. }
  923. .slider-1 .details {
  924. display: flex;
  925. align-items: flex-start;
  926. }
  927. .slider-1 .text {
  928. flex-direction: column;
  929. }
  930. .slider-1 .testimonial-author {
  931. margin-top: 0.625rem;
  932. }
  933. .slider-1 .testimonial-image {
  934. margin-right: 1.125rem;
  935. }
  936. .cards-2 .card {
  937. display: inline-block;
  938. width: 298px;
  939. vertical-align: top;
  940. }
  941. .cards-2 .card:nth-of-type(3n+2) {
  942. margin-right: 1rem;
  943. margin-left: 1rem;
  944. }
  945. .basic-2 .text-container {
  946. padding: 8rem;
  947. }
  948. .footer h4 {
  949. width: 46rem;
  950. margin-right: auto;
  951. margin-left: auto;
  952. }
  953. .copyright {
  954. text-align: left;
  955. }
  956. .copyright .list-unstyled li {
  957. display: inline-block;
  958. margin-right: 1rem;
  959. }
  960. .copyright .statement {
  961. text-align: right;
  962. }
  963. .ex-cards-1 .card {
  964. display: inline-block;
  965. width: 296px;
  966. vertical-align: top;
  967. }
  968. .ex-cards-1 .card:nth-of-type(3n+2) {
  969. margin-right: 1rem;
  970. margin-left: 1rem;
  971. }
  972. }
  973. @media (min-width: 1200px) {
  974. .container {
  975. max-width: 1140px;
  976. }
  977. .header {
  978. overflow: hidden;
  979. }
  980. .header .image-container {
  981. position: relative;
  982. }
  983. .header .image-container img {
  984. position: absolute;
  985. top: 0px;
  986. left: 0px;
  987. width: 100%;
  988. max-width: none;
  989. }
  990. .cards-1 .card {
  991. width: 342px;
  992. }
  993. .cards-1 .card:nth-of-type(3n+2) {
  994. margin-right: 2.5rem;
  995. margin-left: 2.5rem;
  996. }
  997. .basic-1 .image-container {
  998. margin-right: 3.5rem;
  999. }
  1000. .basic-1 .text-container {
  1001. margin-top: 5rem;
  1002. margin-left: 2.75rem;
  1003. }
  1004. .modal-content {
  1005. padding-right: 2rem;
  1006. padding-left: 2rem;
  1007. }
  1008. .counter {
  1009. overflow: hidden;
  1010. padding-top: 9rem;
  1011. }
  1012. .counter .image-container {
  1013. position: relative;
  1014. }
  1015. .counter .image-container img {
  1016. position: absolute;
  1017. top: -60px;
  1018. left: 30px;
  1019. width: 900px;
  1020. max-width: none;
  1021. }
  1022. .filter .grid {
  1023. max-width: 1120px;
  1024. }
  1025. .slider-1 .swiper-button-prev {
  1026. left: -24px;
  1027. }
  1028. .slider-1 .swiper-button-next {
  1029. right: -24px;
  1030. }
  1031. .cards-2 .card {
  1032. width: 342px;
  1033. }
  1034. .cards-2 .card:nth-of-type(3n+2) {
  1035. margin-right: 2.5rem;
  1036. margin-left: 2.5rem;
  1037. }
  1038. .basic-2 .text-container {
  1039. padding: 8rem 12rem;
  1040. }
  1041. .form-1 form {
  1042. width: 860px;
  1043. margin-right: auto;
  1044. margin-left: auto;
  1045. }
  1046. .footer .decoration-circles {
  1047. left: 0;
  1048. }
  1049. .ex-cards-1 .card {
  1050. width: 336px;
  1051. }
  1052. .ex-cards-1 .card:nth-of-type(3n+2) {
  1053. margin-right: 2.875rem;
  1054. margin-left: 2.875rem;
  1055. }
  1056. }