landing.css 17 KB

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