landing.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947
  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. form.sign-up-form p, form.log-in-form p,
  325. form.reset-password-form p {
  326. margin: 0 auto;
  327. padding: 0.6em 0.6em 0.3em 0.6em;
  328. }
  329. form.sign-up-form label, form.log-in-form label,
  330. form.reset-password-form label {
  331. margin-bottom: 0;
  332. margin-left: 1em;
  333. }
  334. form.sign-up-form input, form.log-in-form input,
  335. form.reset-password-form input {
  336. width: 90%;
  337. padding: 0.6em;
  338. border: none;
  339. border-radius: 10px;
  340. background-color: rgba(84, 110, 122, 0.2);
  341. color: #555;
  342. }
  343. form.sign-up-form input:focus, form.log-in-form input:focus,
  344. form.reset-password-form input:focus {
  345. outline: none;
  346. }
  347. /*FORGOT PASSWORD*/
  348. .forgot-password a{
  349. color:#15af97;
  350. display:block;
  351. padding:1em;
  352. margin:0 0 1em 1em;
  353. }
  354. /* ---------------------------------------
  355. USER AREA GENERAL SETTINGS OF
  356. BOTTONS & LINKS
  357. (try, sign-up, download)
  358. ----------------------------------------- */
  359. .btn {
  360. color: #fff;
  361. text-decoration: none;
  362. padding: 1em;
  363. outline: none;
  364. transition: all 0.5s;
  365. width: 40%;
  366. margin: 2%;
  367. }
  368. /*remove the dottet corder around the clicked buttons in Firefox*/
  369. .btn:focus {
  370. border: 0;
  371. outline: none;
  372. }
  373. .btn:hover, .btn:active {
  374. color: #fff;
  375. -ms-transform: rotate(5deg); /* IE 9 */
  376. -ms-transform-origin: 51% top; /* IE 9 */
  377. -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
  378. -webkit-transform-origin: 51% top; /* Chrome, Safari, Opera */
  379. transform: rotate(5deg);
  380. transform-origin: 51% top;
  381. }
  382. .user-area h2 {
  383. color: #444;
  384. margin: 1em 0 1em 0.5em;
  385. }
  386. .user-area p {
  387. padding: 1em;
  388. }
  389. /*bottons & links*/
  390. .user-area a.btn, .user-area button.btn {
  391. display: block;
  392. text-align: center;
  393. margin: 2em auto;
  394. padding: 4em 7em 4em 7em;
  395. background-size: contain;
  396. background-position: center;
  397. background-repeat: no-repeat;
  398. }
  399. .user-area button.btn {
  400. border: none;
  401. background-color: transparent;
  402. }
  403. .user-area button.btn:active {
  404. border: none;
  405. outline: none;
  406. }
  407. /*keep the link text in html for SEO and accessibility*/
  408. .user-area .btn span {
  409. color:transparent;
  410. }
  411. /* --- 3 PAGE CONTENT COLUMNS --- */
  412. .try-online, .sign-up-in, .download-pdf {
  413. margin-bottom: 4.5em;
  414. }
  415. /* --- #Try Online --- */
  416. .try-online {
  417. background-color: transparent;
  418. }
  419. .try-online a.btn {
  420. background-image: url('../icon/TryOnline-Btn.svg');
  421. }
  422. .try-online h2 {
  423. color: #759BCF;
  424. }
  425. /* ---- #Sign Up ---- */
  426. .sign-up-in {
  427. background-color: transparent;
  428. }
  429. button.btn.sign-up {
  430. background-image: url('../icon/SignIn-Btn.svg');
  431. }
  432. .sign-up-in h2 {
  433. color: #9dc963;
  434. }
  435. /* ---- #Log In ---- */
  436. button.btn.log-in {
  437. background-image: url('../icon/LogIn-Btn.svg');
  438. }
  439. .log-in-form h2 {
  440. color: #555;
  441. }
  442. /* ---- #Reset password ---- */
  443. button.reset-password{
  444. background-image: url('../icon/Reset-password-Btn.svg');
  445. }
  446. /* ---- #Download pdf ---- */
  447. .download-pdf {
  448. background-color: transparent;
  449. }
  450. .download-pdf a.btn {
  451. background-image: url('../icon/DownloadPDF.svg');
  452. }
  453. .download-pdf h2 {
  454. color: #9881c1;
  455. }
  456. /* -------------
  457. TAB NAV
  458. --------------*/
  459. .nav-tabs {
  460. width: 85%;
  461. margin: 0 0 1em 1em;
  462. border-bottom: 1px solid rgba(84, 110, 122, 0.4);
  463. padding-bottom: 0.07em;
  464. }
  465. .nav-tabs li:nth-of-type(1){
  466. /*width: 22%;*/
  467. }
  468. .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:active {
  469. background-color: rgba(84, 110, 122, 0.7)!important;
  470. color: #fff;
  471. transition: all 0.5s;
  472. }
  473. .nav-tabs li a {
  474. background-color: rgba(255, 255, 255, 0.5)!important;
  475. padding: 0.65em;
  476. color: #84bc58;
  477. }
  478. .nav-tabs li a:nth-of-type(1) {
  479. color: #84bc58;
  480. }
  481. /*needed for the first active tab*/
  482. .nav-tabs li.active a:nth-of-type(1) {
  483. color: #fff;
  484. }
  485. /*No need to show the pill/tab*/
  486. /*we show the pill content when we click on "Forgot your password link under the log in area"*/
  487. .nav-tabs li#forgot-password-pill{
  488. display:none;
  489. }
  490. /* The tab pills area*/
  491. .sign-up-in .nav-pills {
  492. margin-top: 1em;
  493. margin-bottom: 2em;
  494. }
  495. .nav-pills li:nth-of-type(1) {
  496. margin-left: 2em;
  497. }
  498. .nav-pills li:nth-of-type(2) {
  499. float: right;
  500. }
  501. .nav-pills li:nth-of-type(2) {
  502. margin-right: 2em;
  503. }
  504. .nav-pills li:nth-of-type(2) a {
  505. color: #9dc963;
  506. }
  507. /*-------------------------------
  508. FORM HANDLING MESSAGES
  509. ---------------------------------*/
  510. /* Dymanically added class by jQuery*/
  511. /*activating email fails, shown in the page header
  512. after the user is redirected to the page*/
  513. .failed-activation,
  514. .success-activation {
  515. margin:3em auto 1.6em auto;
  516. }
  517. .failed-activation p,
  518. .success-activation p
  519. {
  520. color: #759BCF;
  521. }
  522. .failed-activation a,
  523. .success-activation a{
  524. text-decoration:none;
  525. color: #9dc963;
  526. }
  527. /* email activation successful*/
  528. .success-activation a{
  529. border:1px solid #9dc963;
  530. border-radius: 3px;
  531. display:block;
  532. padding:1em;
  533. width:50%;
  534. margin:0.75em auto;
  535. }
  536. /* Dymanically added class by jQuery*/
  537. /* inline form field feedback messages from jQuery validation*/
  538. .message-field {
  539. border: 1px solid transparent;
  540. color: #fff;
  541. background-color: rgba(84, 110, 122, 0.7);
  542. border-radius: 10px;
  543. height: 1.55em;
  544. width: 80%;
  545. margin: 0 0 0.5em 1.5em;
  546. padding-left: 1em;
  547. }
  548. /*After trying to sign up
  549. (feedback on top of the form from the server)*/
  550. .form-server-feedback {
  551. transition: all 0.5s;
  552. }
  553. /* Dymanically added class by jQuery*/
  554. .info-feedback,
  555. .success-feedback,
  556. .warning-feedback {
  557. min-height: 1.6em;
  558. width: 90%;
  559. margin: 1em 0;
  560. background-color: rgba(84, 110, 122, 0.82);
  561. border-radius: 10px;
  562. }
  563. .info-feedback p{
  564. color: #64ffda;
  565. padding: 0.75em;
  566. margin-bottom: 0;
  567. }
  568. .warning-feedback p{
  569. color: #ffca99;
  570. padding: 0.75em;
  571. margin-bottom: 0;
  572. }
  573. /* Dymanically added class by jQuery*/
  574. .success-feedback p{
  575. color: #aed581;
  576. padding: 0.75em;
  577. margin-bottom: 0;
  578. }
  579. /*the button to resend the activation email, on top of the form
  580. when trying to log in with an unactivated email*/
  581. button.resend-activation {
  582. border:1px solid #fff;
  583. color:#fff;
  584. background-color:transparent;
  585. margin:0 auto 1em 1em;
  586. border-radius: 5px;
  587. }
  588. button.resend-activation:active,
  589. button.resend-activation:focus{
  590. outline:none;
  591. }
  592. button.resend-activation:hover{
  593. border:1px solid #fff;
  594. color:#fff;
  595. background-color:transparent;
  596. }
  597. /* ------------------------------
  598. Footer
  599. ------------------------------ */
  600. footer {
  601. font-size:1em;
  602. margin-top: 2em;
  603. padding: 1.5em;
  604. background-color: #37474f;
  605. }
  606. footer p{
  607. color: white;
  608. }
  609. footer .contact p{
  610. color: #18AE90;
  611. }
  612. footer .contact h2{
  613. color:#6bb5b4;
  614. }
  615. footer .license a{
  616. color:#759BCF;
  617. }
  618. footer .license {
  619. margin:0.5em auto 1.8em auto;
  620. }
  621. footer p.ethics-copy.terms,
  622. footer p.ethics-copy.privacy
  623. {
  624. text-decoration:none;
  625. padding: 0 0.5em;
  626. display:inline-block;
  627. }
  628. footer p.cc{
  629. margin-top:2.8em ;
  630. }
  631. footer p.terms,
  632. footer p.privacy{
  633. margin:1.9em auto;
  634. }
  635. footer .privacy a{
  636. color:#a67de0;
  637. }
  638. footer .terms a{
  639. color:#aed581;
  640. }
  641. /*footer license icons */
  642. footer .license-icons ul{
  643. list-style-type: none;
  644. margin-left: 0;
  645. padding-left: 0;
  646. }
  647. footer .license-icons li{
  648. display:inline-block;
  649. margin: 1.2em 0.2em;
  650. }
  651. footer .license-icons ul img{
  652. width:3.5em;
  653. }
  654. /* ------------------------------
  655. ADAPT Colors
  656. ------------------------------ */
  657. /*
  658. .bg--blue {
  659. background-color: #7297ce;
  660. color: #759BCF;
  661. }
  662. .bg--darkblue {
  663. background-color: #7986cb;
  664. }
  665. .bg--green {
  666. color:#80BF63;
  667. background-color: #aed581;
  668. background-color: #9dc963;
  669. }
  670. .bg--seagreen {
  671. background-color: #6bb5b4;
  672. }
  673. .bg--purple {
  674. background-color: #59358c;
  675. color:#7E67A7;
  676. background-color: #8f68c5;
  677. }
  678. .bg--green1 {
  679. color:#18AE90;
  680. background-color: #15af97;
  681. }
  682. .bg--violet {
  683. background-color: #ce93d8;
  684. }
  685. .bg--mineral {
  686. background-color: #607d8b;
  687. }
  688. .bg--roasted {
  689. background-color: #F7B36B;
  690. color: #ffca99;
  691. }F7B36B
  692. */
  693. /* ------------------------------
  694. NEW PASSWORD in reset.html
  695. ------------------------------ */
  696. .new-password{
  697. background-color:rgba(255,255,255,0.6);
  698. margin-top:2em;
  699. padding-left: 3em;
  700. padding-bottom: 1.2em;
  701. }
  702. .new-password h1{
  703. font-size:2em;
  704. }
  705. .new-password label{
  706. margin-top:1em;
  707. margin-bottom:0;
  708. }
  709. .new-password input{
  710. width: 90%;
  711. padding: 0.6em;
  712. border: none;
  713. border-radius: 5px;
  714. background-color: rgba(84, 110, 122, 0.2);
  715. color: #555;
  716. }
  717. .new-password button{
  718. color: #fff;
  719. background-color:#15af97 ;
  720. text-decoration: none;
  721. outline: none;
  722. transition: all 0.5s;
  723. width: 89%;
  724. height:2.5em;
  725. margin-top:1em;
  726. border:none;
  727. border-radius: 5px;
  728. }
  729. .new-password button:focus{
  730. border: 0;
  731. outline: none;
  732. }
  733. .new-password button:hover,
  734. .new-password button:active {
  735. color: #fff;
  736. background-color:#6bb5b4 ;
  737. }
  738. /* =================================================
  739. MEDIA QUERIES
  740. ==================================================*/
  741. /* ----------------- 1 COL ------------------ */
  742. @media (max-width: 499px) {
  743. .btn {
  744. width: 80%;
  745. margin: 2% 1em 2% 0.5em;
  746. }
  747. .carousel-content-elements p {
  748. font-size: 1.35em;
  749. }
  750. .nav-pills li:nth-of-type(1) {
  751. float: left;
  752. width: 60%;
  753. margin: 1em 20%;
  754. }
  755. .nav-pills li:nth-of-type(2) {
  756. float: left;
  757. width: 60%;
  758. margin: 1em 20%;
  759. }
  760. a.logo img {
  761. display: block;
  762. width: 40%;
  763. margin: 0 auto;
  764. }
  765. /*COLUMNS*/
  766. .team-member.col-md-4{
  767. margin:1%;
  768. width:98%;
  769. }
  770. .our-values div.col-md-3{
  771. background-color: rgba(255, 255, 255, 0.45);
  772. margin:1%;
  773. width:98%;
  774. }
  775. .chalky-canvas img{
  776. width:98%;
  777. }
  778. }
  779. @media (min-width: 500px) and (max-width: 991px) {
  780. .carousel-content {
  781. height: 30em;
  782. width: 100%;
  783. border-radius: 5px;
  784. background-repeat: no-repeat;
  785. /*Make the background image responsive*/
  786. background-size: cover;
  787. }
  788. a.logo img {
  789. display: block;
  790. width: 38%;
  791. margin: 0.28em auto;
  792. }
  793. .team-member:last-of-type {
  794. clear: both;
  795. }
  796. /*COLUMNS*/
  797. .team-member.col-md-4{
  798. margin:1em auto;
  799. width:60%;
  800. float:none;
  801. }
  802. .team-member.col-sm-6{
  803. margin:1em auto;
  804. width:60%;
  805. float:none;
  806. }
  807. /*overriding bootstrap settings -> */
  808. .our-values .col-md-3{
  809. margin:1em auto!important;
  810. width:60%!important;
  811. float:none;
  812. }
  813. .chalky-canvas img{
  814. width:70%;
  815. }
  816. }
  817. @media (min-width: 991px) and (max-width: 1050px) {
  818. .btn {
  819. width: 80%;
  820. margin: 2% 1em 2% 0.5em;
  821. }
  822. .carousel-content-elements p {
  823. width: 85%;
  824. }
  825. a.logo img {
  826. display: block;
  827. width: 67%;
  828. margin: 0.28em auto;
  829. }
  830. }
  831. @media (min-width: 992px) and (max-width: 1286px) {
  832. .nav-pills li:nth-of-type(1) {
  833. float: left;
  834. width: 70%;
  835. margin: 1em 15%;
  836. }
  837. .nav-pills li:nth-of-type(2) {
  838. float: left;
  839. width: 70%;
  840. margin: 1em 15%;
  841. }
  842. }