landing.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948
  1. html, body {
  2. height: 100%;
  3. }
  4. body {
  5. font-family: 'Open Sans', sans-serif;
  6. box-sizing: border-box;
  7. -moz-box-sizing: border-box;
  8. -webkit-box-sizing: border-box;
  9. background-image: url('../img/texture2.jpg');
  10. background-repeat: repeat;
  11. }
  12. p {
  13. font-size: 1.1em;
  14. line-height: 1.5;
  15. color:#444;
  16. }
  17. h2 {
  18. font-size: 1.95em;
  19. }
  20. h2,h3 {
  21. line-height: 1.4;
  22. }
  23. pre {
  24. border: none;
  25. }
  26. /* ------------------------------
  27. HEADR
  28. ------------------------------ */
  29. .header, footer {
  30. background-color: rgba(38, 50, 56, 0.85);
  31. clear:both;
  32. }
  33. .header {
  34. /*margin-top:0em;*/
  35. padding-bottom: 0.80em;
  36. padding-top: 1em;
  37. color: white;
  38. }
  39. a.logo {
  40. display: block;
  41. /*text-decoration: none;
  42. color: #333;
  43. width: 30%;
  44. margin: 0 auto 1.4em auto;
  45. padding: 1.9em;*/
  46. /*background-image: url('../icon/logo.svg');*/
  47. /*background-size: contain;
  48. background-repeat: no-repeat;
  49. background-position: center;*/
  50. }
  51. a.logo img {
  52. display: block;
  53. width: 58%;
  54. margin: 0.28em auto;
  55. }
  56. .page-title {
  57. margin: 0.12em auto;
  58. font-size: 2em;
  59. display: none;
  60. }
  61. /* ------------------------------
  62. CAROUSEL
  63. ------------------------------ */
  64. .slider-area {
  65. /*prevent horizontal scrolling*/
  66. width: 100%;
  67. padding: 0;
  68. margin: auto;
  69. }
  70. .slickCarousel {
  71. background-color: #ddd;
  72. margin-top: 0;
  73. /*height:25em;*/
  74. }
  75. .carousel-content {
  76. height: 40em;
  77. width: 100%;
  78. border-radius: 5px;
  79. background-repeat: no-repeat;
  80. /*Make the background image responsive*/
  81. background-size: cover;
  82. }
  83. .carousel-content:nth-of-type(1) {
  84. background-image: url('../img/ethics-canvas1.jpg');
  85. }
  86. .carousel-content:nth-of-type(2) {
  87. background-image: url('../img/ethics-canvas2.jpg');
  88. background-position: bottom;
  89. }
  90. .carousel-content:nth-of-type(3) {
  91. background-image: url('../img/ethics-canvas3.jpg');
  92. }
  93. /*the box with the texts on the slider*/
  94. .carousel-content-elements {
  95. background-color: rgba(255, 255, 255, 0.64);
  96. height: 40em;
  97. /*like the .carousel-content */
  98. position: relative;
  99. /* to vertically centerize the child text inside*/
  100. }
  101. .carousel-content-elements p {
  102. font-size: 1.51em;
  103. margin-top: 1em;
  104. padding: 1em;
  105. /* to vertically centerize the text inside its parent*/
  106. position: absolute;
  107. top: 40%;
  108. transform: translateY(-40%);
  109. }
  110. .carousel-content-elements h2 {
  111. font-size: 1.8em;
  112. }
  113. /* ------------------------------
  114. CONTENT: HOW IT WORKS
  115. ------------------------------ */
  116. .how-it-works {
  117. margin-bottom: 3em;
  118. }
  119. .how-it-works img {
  120. width: 80%;
  121. display: block;
  122. margin: 2em auto;
  123. }
  124. .how-it-works h2 {
  125. margin: 2.5em 0 1em 0;
  126. }
  127. .how-it-works p {
  128. margin-bottom: 3em;
  129. }
  130. /* ------------------------------------
  131. CONTENT: ABOUT THE ETHICS CANVAS
  132. -------------------------------------- */
  133. .about-ethics-canvas {
  134. margin-bottom: 1em;
  135. }
  136. .about-ethics-canvas img {
  137. width: 80%;
  138. display: block;
  139. margin: 2em auto;
  140. }
  141. .about-ethics-canvas h2 {
  142. margin: 2.5em 0 1em 0;
  143. }
  144. .about-ethics-canvas p {
  145. margin-bottom: 1em;
  146. }
  147. .chalky-canvas img{
  148. width:60%;
  149. border-radius: 5px;
  150. }
  151. .chalky-canvas{
  152. margin:1em auto;
  153. }
  154. /* ------------------------------------
  155. CONTENT: MEET THE TEAM
  156. -------------------------------------- */
  157. .meet-the-team {
  158. padding: 2.5em 0;
  159. }
  160. .team-member.col-md-4{
  161. background-color: rgba(255, 255, 255, 0.45);
  162. margin:1%;
  163. width:30%;
  164. border-radius: 10px;
  165. min-height:65em;
  166. }
  167. /*Tell the parent to clear it's children*/
  168. .meet-the-team div:after {
  169. content: "";
  170. display: table;
  171. clear: both;
  172. }
  173. .team-member p {
  174. margin-bottom: 3em;
  175. padding: 0.5em 1em 2em 1em;
  176. max-width: 340px;
  177. margin: auto;
  178. }
  179. .meet-the-team p.team-intro {
  180. margin-bottom: 3em;
  181. }
  182. .meet-the-team p.member-role{
  183. margin-bottom: 0;
  184. text-align:center;
  185. padding-bottom: 0;
  186. }
  187. .meet-the-team p.member-contact {
  188. margin-bottom: 0;
  189. text-align:center;
  190. padding-bottom: 1em;
  191. }
  192. .meet-the-team h2 {
  193. margin: 2.5em 0 1em 0;
  194. }
  195. .team-member h2, .team-member h3 {
  196. padding: 0.5em 1em;
  197. }
  198. .team-member h3 {
  199. margin-top: 2em auto 0 auto;
  200. text-align: center;
  201. }
  202. .team-member.wessel h3,
  203. .team-member.wessel .member-contact {
  204. color: #18AE90;
  205. }
  206. .team-member.killian h3,
  207. .team-member.killian .member-contact{
  208. color:#606eb2;
  209. }
  210. .team-member.dave h3,
  211. .team-member.dave .member-contact{
  212. color:#80BF63;
  213. }
  214. .team-member.arturo h3,
  215. .team-member.arturo .member-contact{
  216. color:#6589B9;
  217. }
  218. .team-member.farnoosh h3 ,
  219. .team-member.farnoosh .member-contact{
  220. color:#7E67A7;
  221. }
  222. /*Member pictures*/
  223. .team-member img {
  224. display: block;
  225. margin: 0.5em auto;
  226. /*padding: 0.5em 1.5em;*/
  227. width: 250px;
  228. border-radius: 5px;
  229. background-color:rgba(255,255,255,0.6);
  230. }
  231. a.adapt {
  232. color: #7986cb;
  233. }
  234. /* ------------------------------
  235. CONTENT: OUR VALUES
  236. ------------------------------ */
  237. .our-values {
  238. margin-bottom: 3em;
  239. padding: 1.5em;
  240. }
  241. .our-values div{
  242. min-height:47em;
  243. }
  244. .our-values div.col-md-3{
  245. background-color: rgba(255, 255, 255, 0.45);
  246. margin:1%;
  247. width:23%;
  248. padding-top:1em;
  249. border-radius: 10px;
  250. }
  251. .our-values img {
  252. display: block;
  253. margin: 1em auto;
  254. width: 50%;
  255. }
  256. .our-values h2 {
  257. margin-bottom: 1.5em;
  258. margin-left: 0.5em;
  259. }
  260. .our-values p {
  261. margin-bottom: 2em;
  262. margin-top: 2em;
  263. padding: 0.5em;
  264. }
  265. .our-values h3 {
  266. margin: 2.5em 0 1em 0;
  267. text-align: center;
  268. }
  269. .our-values .nonprofit h3 {
  270. color: #7E67A7;
  271. }
  272. .our-values .inclusive h3 {
  273. color: #18AE90;
  274. }
  275. .our-values .open-source h3 {
  276. color: #6589B9;
  277. }
  278. .our-values .data-privacy h3 {
  279. color: #80BF63;
  280. }
  281. /* ------------------------------
  282. CONTENT: OUR PARTNERS
  283. ------------------------------ */
  284. .our-partners {
  285. margin-bottom: 3em;
  286. padding: 1.5em;
  287. }
  288. .our-partners div{
  289. min-height:26em;
  290. }
  291. .our-partners div.col-md-3{
  292. background-color: rgba(255, 255, 255, 0.45);
  293. margin:1%;
  294. width:23%;
  295. padding-top:1em;
  296. border-radius: 10px;
  297. }
  298. .our-partners a{
  299. text-decoration: none;
  300. }
  301. .our-partners img {
  302. display: block;
  303. margin: 2em auto;
  304. width: 50%;
  305. }
  306. .our-partners h3 {
  307. margin-bottom: 2em;
  308. margin-left: 0.5em;
  309. color:#444;
  310. }
  311. .our-partners p {
  312. margin-bottom: 2em;
  313. margin-top: 2em;
  314. padding: 0.5em;
  315. }
  316. .our-partners h3 {
  317. margin: 2.5em 0 1em 0;
  318. text-align: center;
  319. }
  320. /* ------------------------------
  321. USER AREA FORMS
  322. (try, sign-up, download)
  323. ------------------------------ */
  324. /* ååå */
  325. form.sign-up-form p, form.log-in-form p,
  326. form.reset-password-form p {
  327. margin: 0 auto;
  328. padding: 0.3em 0.6em 0.3em 0.6em;
  329. }
  330. form.sign-up-form label, form.log-in-form label,
  331. form.reset-password-form label {
  332. margin-bottom: 0;
  333. margin-left: 1em;
  334. }
  335. form.sign-up-form input, form.log-in-form input,
  336. form.reset-password-form input {
  337. width: 90%;
  338. padding: 0.6em;
  339. margin-bottom: 0.6em;
  340. border: none;
  341. border-radius: 10px;
  342. background-color: rgba(84, 110, 122, 0.2);
  343. color: #555;
  344. }
  345. form.sign-up-form input:focus, form.log-in-form input:focus,
  346. form.reset-password-form input:focus {
  347. outline: none;
  348. }
  349. /*FORGOT PASSWORD*/
  350. .forgot-password a{
  351. color:#15af97;
  352. display:block;
  353. padding:1em;
  354. margin:0 0 1em 1em;
  355. }
  356. /* ---------------------------------------
  357. USER AREA GENERAL SETTINGS OF
  358. BOTTONS & LINKS
  359. (try, sign-up, download)
  360. ----------------------------------------- */
  361. .btn {
  362. color: #fff;
  363. text-decoration: none;
  364. padding: 1em;
  365. outline: none;
  366. transition: all 0.5s;
  367. width: 40%;
  368. margin: 2%;
  369. }
  370. /*remove the dottet corder around the clicked buttons in Firefox*/
  371. .btn:focus {
  372. border: 0;
  373. outline: none;
  374. }
  375. .btn:hover, .btn:active {
  376. color: #fff;
  377. -ms-transform: rotate(5deg); /* IE 9 */
  378. -ms-transform-origin: 51% top; /* IE 9 */
  379. -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
  380. -webkit-transform-origin: 51% top; /* Chrome, Safari, Opera */
  381. transform: rotate(5deg);
  382. transform-origin: 51% top;
  383. }
  384. .user-area h2 {
  385. color: #444;
  386. margin: 1em 0 1em 0.5em;
  387. }
  388. .user-area p {
  389. padding: 1em;
  390. }
  391. /*bottons & links*/
  392. .user-area a.btn, .user-area button.btn {
  393. display: block;
  394. text-align: center;
  395. margin: 2em auto;
  396. padding: 4em 7em 4em 7em;
  397. background-size: contain;
  398. background-position: center;
  399. background-repeat: no-repeat;
  400. }
  401. .user-area button.btn {
  402. border: none;
  403. background-color: transparent;
  404. }
  405. .user-area button.btn:active {
  406. border: none;
  407. outline: none;
  408. }
  409. /*keep the link text in html for SEO and accessibility*/
  410. .user-area .btn span {
  411. color:transparent;
  412. }
  413. /* --- 3 PAGE CONTENT COLUMNS --- */
  414. .try-online, .sign-up-in, .download-pdf {
  415. margin-bottom: 4.5em;
  416. }
  417. /* --- #Try Online --- */
  418. .try-online {
  419. background-color: transparent;
  420. }
  421. .try-online a.btn {
  422. background-image: url('../icon/TryOnline-Btn.svg');
  423. }
  424. .try-online h2 {
  425. color: #759BCF;
  426. }
  427. /* ---- #Sign Up ---- */
  428. .sign-up-in {
  429. background-color: transparent;
  430. }
  431. button.btn.sign-up {
  432. background-image: url('../icon/SignIn-Btn.svg');
  433. }
  434. .sign-up-in h2 {
  435. color: #9dc963;
  436. }
  437. /* ---- #Log In ---- */
  438. button.btn.log-in {
  439. background-image: url('../icon/LogIn-Btn.svg');
  440. }
  441. .log-in-form h2 {
  442. color: #555;
  443. }
  444. /* ---- #Reset password ---- */
  445. button.reset-password{
  446. background-image: url('../icon/Reset-password-Btn.svg');
  447. }
  448. /* ---- #Download pdf ---- */
  449. .download-pdf {
  450. background-color: transparent;
  451. }
  452. .download-pdf a.btn {
  453. background-image: url('../icon/DownloadPDF.svg');
  454. }
  455. .download-pdf h2 {
  456. color: #9881c1;
  457. }
  458. /* -------------
  459. TAB NAV
  460. --------------*/
  461. .nav-tabs {
  462. width: 85%;
  463. margin: 0 0 1em 1em;
  464. border-bottom: 1px solid rgba(84, 110, 122, 0.4);
  465. padding-bottom: 0.07em;
  466. }
  467. .nav-tabs li:nth-of-type(1){
  468. /*width: 22%;*/
  469. }
  470. .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:active {
  471. background-color: rgba(84, 110, 122, 0.7)!important;
  472. color: #fff;
  473. transition: all 0.5s;
  474. }
  475. .nav-tabs li a {
  476. background-color: rgba(255, 255, 255, 0.5)!important;
  477. padding: 0.65em;
  478. color: #84bc58;
  479. }
  480. .nav-tabs li a:nth-of-type(1) {
  481. color: #84bc58;
  482. }
  483. /*needed for the first active tab*/
  484. .nav-tabs li.active a:nth-of-type(1) {
  485. color: #fff;
  486. }
  487. /*No need to show the pill/tab*/
  488. /*we show the pill content when we click on "Forgot your password link under the log in area"*/
  489. .nav-tabs li#forgot-password-pill{
  490. display:none;
  491. }
  492. /* The tab pills area*/
  493. .sign-up-in .nav-pills {
  494. margin-top: 1em;
  495. margin-bottom: 2em;
  496. }
  497. .nav-pills li:nth-of-type(1) {
  498. margin-left: 2em;
  499. }
  500. .nav-pills li:nth-of-type(2) {
  501. float: right;
  502. }
  503. .nav-pills li:nth-of-type(2) {
  504. margin-right: 2em;
  505. }
  506. .nav-pills li:nth-of-type(2) a {
  507. color: #9dc963;
  508. }
  509. /*-------------------------------
  510. FORM HANDLING MESSAGES
  511. ---------------------------------*/
  512. /* Dymanically added class by jQuery*/
  513. /*activating email fails, shown in the page header
  514. after the user is redirected to the page*/
  515. .failed-activation,
  516. .success-activation {
  517. margin:3em auto 1.6em auto;
  518. }
  519. .failed-activation p,
  520. .success-activation p
  521. {
  522. color: #759BCF;
  523. }
  524. .failed-activation a,
  525. .success-activation a{
  526. text-decoration:none;
  527. color: #9dc963;
  528. }
  529. /* email activation successful*/
  530. .success-activation a{
  531. border:1px solid #9dc963;
  532. border-radius: 3px;
  533. display:block;
  534. padding:1em;
  535. width:50%;
  536. margin:0.75em auto;
  537. }
  538. /* Dymanically added class by jQuery*/
  539. /* inline form field feedback messages from jQuery validation*/
  540. .message-field {
  541. border: 1px solid transparent;
  542. color: #fff;
  543. background-color: rgba(84, 110, 122, 0.7);
  544. border-radius: 10px;
  545. height: 1.55em;
  546. width: 80%;
  547. margin: -0.25em 0 1em 1.5em;
  548. padding-left: 1em;
  549. }
  550. /*After trying to sign up
  551. (feedback on top of the form from the server)*/
  552. .form-server-feedback {
  553. transition: all 0.5s;
  554. }
  555. /* Dymanically added class by jQuery*/
  556. .info-feedback,
  557. .success-feedback,
  558. .warning-feedback {
  559. min-height: 1.6em;
  560. width: 90%;
  561. margin: 1em 0;
  562. background-color: rgba(84, 110, 122, 0.82);
  563. border-radius: 10px;
  564. }
  565. .info-feedback p{
  566. color: #64ffda;
  567. padding: 0.75em;
  568. margin-bottom: 0;
  569. }
  570. .warning-feedback p{
  571. color: #ffca99;
  572. padding: 0.75em;
  573. margin-bottom: 0;
  574. }
  575. /* Dymanically added class by jQuery*/
  576. .success-feedback p{
  577. color: #aed581;
  578. padding: 0.75em;
  579. margin-bottom: 0;
  580. }
  581. /*the button to resend the activation email, on top of the form
  582. when trying to log in with an unactivated email*/
  583. button.resend-activation {
  584. border:1px solid #fff;
  585. color:#fff;
  586. background-color:transparent;
  587. margin:0 auto 1em 1em;
  588. border-radius: 5px;
  589. }
  590. button.resend-activation:active,
  591. button.resend-activation:focus{
  592. outline:none;
  593. }
  594. button.resend-activation:hover{
  595. border:1px solid #fff;
  596. color:#fff;
  597. background-color:transparent;
  598. }
  599. /* ------------------------------
  600. Footer
  601. ------------------------------ */
  602. footer {
  603. font-size:1em;
  604. margin-top: 2em;
  605. padding: 1.5em;
  606. background-color: #37474f;
  607. }
  608. footer p{
  609. color: white;
  610. }
  611. footer .contact p{
  612. color: #18AE90;
  613. }
  614. footer .contact h2{
  615. color:#6bb5b4;
  616. }
  617. footer .license a{
  618. color:#759BCF;
  619. }
  620. footer .license {
  621. margin:0.5em auto 1.8em auto;
  622. }
  623. footer p.ethics-copy.terms,
  624. footer p.ethics-copy.privacy
  625. {
  626. text-decoration:none;
  627. padding: 0 0.5em;
  628. display:inline-block;
  629. }
  630. footer p.cc{
  631. margin-top:2.8em ;
  632. }
  633. footer p.terms,
  634. footer p.privacy{
  635. margin:1.9em auto;
  636. }
  637. footer .privacy a{
  638. color:#a67de0;
  639. }
  640. footer .terms a{
  641. color:#aed581;
  642. }
  643. /*footer license icons */
  644. footer .license-icons ul{
  645. list-style-type: none;
  646. margin-left: 0;
  647. padding-left: 0;
  648. }
  649. footer .license-icons li{
  650. display:inline-block;
  651. margin: 1.2em 0.2em;
  652. }
  653. footer .license-icons ul img{
  654. width:3.5em;
  655. }
  656. /* ------------------------------
  657. ADAPT Colors
  658. ------------------------------ */
  659. /*
  660. .bg--blue {
  661. background-color: #7297ce;
  662. color: #759BCF;
  663. }
  664. .bg--darkblue {
  665. background-color: #7986cb;
  666. }
  667. .bg--green {
  668. color:#80BF63;
  669. background-color: #aed581;
  670. background-color: #9dc963;
  671. }
  672. .bg--seagreen {
  673. background-color: #6bb5b4;
  674. }
  675. .bg--purple {
  676. background-color: #59358c;
  677. color:#7E67A7;
  678. background-color: #8f68c5;
  679. }
  680. .bg--green1 {
  681. color:#18AE90;
  682. background-color: #15af97;
  683. }
  684. .bg--violet {
  685. background-color: #ce93d8;
  686. }
  687. .bg--mineral {
  688. background-color: #607d8b;
  689. }
  690. .bg--roasted {
  691. background-color: #F7B36B;
  692. color: #ffca99;
  693. }F7B36B
  694. */
  695. /* ------------------------------
  696. NEW PASSWORD in reset.html
  697. ------------------------------ */
  698. .new-password{
  699. background-color:rgba(255,255,255,0.6);
  700. margin-top:2em;
  701. padding-left: 3em;
  702. padding-bottom: 1.2em;
  703. }
  704. .new-password h1{
  705. font-size:2em;
  706. }
  707. .new-password label{
  708. margin-top:1em;
  709. margin-bottom:0;
  710. }
  711. .new-password input{
  712. width: 90%;
  713. padding: 0.6em;
  714. border: none;
  715. border-radius: 5px;
  716. background-color: rgba(84, 110, 122, 0.2);
  717. color: #555;
  718. }
  719. .new-password button{
  720. color: #fff;
  721. background-color:#15af97 ;
  722. text-decoration: none;
  723. outline: none;
  724. transition: all 0.5s;
  725. width: 89%;
  726. height:2.5em;
  727. margin-top:1em;
  728. border:none;
  729. border-radius: 5px;
  730. }
  731. .new-password button:focus{
  732. border: 0;
  733. outline: none;
  734. }
  735. .new-password button:hover,
  736. .new-password button:active {
  737. color: #fff;
  738. background-color:#6bb5b4 ;
  739. }
  740. /* =================================================
  741. MEDIA QUERIES
  742. ==================================================*/
  743. /* ----------------- 1 COL ------------------ */
  744. @media (max-width: 499px) {
  745. .btn {
  746. width: 80%;
  747. margin: 2% 1em 2% 0.5em;
  748. }
  749. .carousel-content-elements p {
  750. font-size: 1.35em;
  751. }
  752. .nav-pills li:nth-of-type(1) {
  753. float: left;
  754. width: 60%;
  755. margin: 1em 20%;
  756. }
  757. .nav-pills li:nth-of-type(2) {
  758. float: left;
  759. width: 60%;
  760. margin: 1em 20%;
  761. }
  762. a.logo img {
  763. display: block;
  764. width: 40%;
  765. margin: 0 auto;
  766. }
  767. /*COLUMNS*/
  768. .team-member.col-md-4{
  769. margin:1%;
  770. width:98%;
  771. }
  772. .our-values div.col-md-3{
  773. background-color: rgba(255, 255, 255, 0.45);
  774. margin:1%;
  775. width:98%;
  776. }
  777. .chalky-canvas img{
  778. width:98%;
  779. }
  780. }
  781. @media (min-width: 500px) and (max-width: 991px) {
  782. .carousel-content {
  783. height: 30em;
  784. width: 100%;
  785. border-radius: 5px;
  786. background-repeat: no-repeat;
  787. /*Make the background image responsive*/
  788. background-size: cover;
  789. }
  790. a.logo img {
  791. display: block;
  792. width: 38%;
  793. margin: 0.28em auto;
  794. }
  795. .team-member:last-of-type {
  796. clear: both;
  797. }
  798. /*COLUMNS*/
  799. .team-member.col-md-4{
  800. margin:1em auto;
  801. width:60%;
  802. float:none;
  803. }
  804. .team-member.col-sm-6{
  805. margin:1em auto;
  806. width:60%;
  807. float:none;
  808. }
  809. /*overriding bootstrap settings -> */
  810. .our-values .col-md-3{
  811. margin:1em auto!important;
  812. width:60%!important;
  813. float:none;
  814. }
  815. .chalky-canvas img{
  816. width:70%;
  817. }
  818. }
  819. @media (min-width: 991px) and (max-width: 1050px) {
  820. .btn {
  821. width: 80%;
  822. margin: 2% 1em 2% 0.5em;
  823. }
  824. .carousel-content-elements p {
  825. width: 85%;
  826. }
  827. a.logo img {
  828. display: block;
  829. width: 67%;
  830. margin: 0.28em auto;
  831. }
  832. }
  833. @media (min-width: 992px) and (max-width: 1286px) {
  834. .nav-pills li:nth-of-type(1) {
  835. float: left;
  836. width: 70%;
  837. margin: 1em 15%;
  838. }
  839. .nav-pills li:nth-of-type(2) {
  840. float: left;
  841. width: 70%;
  842. margin: 1em 15%;
  843. }
  844. }