@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

body {
  margin: 0;
  color: #3f3f3f;
  font-family: 'Roboto';
  line-height: 1.6;
}

h1, h2, h3, p {
  margin: 0;
}

a {
  color: lightgray;
  text-decoration: underline;
}

a:hover {
  color: white;
}

main {
  height: 250px;
}

nav {
  color: grey;
  font-size: 0.9em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.hero-wrapper {
  background: url("../images/header_bg.png");
  background-size: cover;
  background-position: left;
}

.wrapper {
  padding: 0em;
  max-width: 1000px;
  margin: 0 auto;
}

img, svg, image {
  max-width: 1000px;
}

header {
  margin-left: 0px;
  text-align: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

header .img_logo {
  height: 120px;
  width: auto;
  max-width: none;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 300px;
}

header ul li a {
  padding: 0 .6em;
  text-align-last: left;
}

.hero-content {
  margin: 0em 0 0em;
}

.hero-content .subtitle {
  margin-bottom: 0;
  font-size: .75em;
  color: lightgray;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.who-wrapper {
  background: white;
}

.move-up {
  background-color: white;
}

.grey {
  background-color: #f1f1f1;
}

.stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(130px, 1fr))[1];
      grid-template-columns: repeat(1, minmax(130px, 1fr));
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 2em;
}

.stats li {
  margin-bottom: 1.5em;
  width: 100%;
}

.stats strong {
  font-size: 1.4em;
  color: #2c7fc2;
}

.stats span {
  display: block;
  text-transform: uppercase;
  font-size: .75em;
}

.stats .img_who {
  max-width: 400px;
  height: auto;
  padding: 1em;
}

.stats .img_what {
  max-width: 400px;
  height: auto;
  padding: 1em;
}

.whatWeDo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(130px, 1fr))[1];
      grid-template-columns: repeat(1, minmax(130px, 1fr));
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin-left: 2em;
  list-style-position: inside;
}

.whatWeDo li {
  margin: initial;
  padding: 2px;
}

.whatWeDo li::before {
  content: "\2605";
  color: #2c7fc2;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1em;
}

.arrows {
  display: none;
}

.extended-wrapper {
  max-width: 1230px;
  margin: 0 auto;
}

ul.carousal {
  margin-bottom: 1em;
}

ul.carousal li {
  background: #3f3f3f;
  padding: 1em;
  margin-bottom: 1em;
  color: white;
}

blockquote {
  margin: 0;
  font-size: 1.2em;
  margin: 1em 0;
  font-weight: bolder;
  color: #2c7fc2;
}

div.titles {
  line-height: 0;
  background-color: #e5e3e4;
  border: 0;
}

p.extended-stats-1, p.extended-stats-2 {
  display: none;
  font-size: 14px;
  line-height: 1.8em;
}

p.extended-stats-3 {
  display: block;
}

cite {
  color: #ff7979;
  font-weight: bold;
  font-size: .8em;
  font-style: normal;
  position: relative;
}

h2 {
  text-align: left;
  position: relative;
  color: #2c7fc2;
}

@media (min-width: 650px) {
  .carousal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .arrows {
    display: block;
    width: 40px;
    cursor: pointer;
    margin: .5em;
  }
  .stats .img_what {
    max-width: 300px;
  }
  .slide, .slides-inner {
    max-width: 800px;
  }
  main {
    height: 370px;
  }
  .right {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  ul.carousal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  ul.carousal li {
    margin-right: 1em;
    margin-bottom: 0;
    padding: 2em;
  }
  ul.carousal li:last-child {
    margin-right: 0;
  }
  .stats, p.extended-stats-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 853px) {
  .stats, p.extended-stats-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .stats .img_what, p.extended-stats-2 .img_what {
    max-width: 500px;
  }
  main {
    height: 450px;
  }
  .slide, .slides-inner {
    max-width: 800px;
  }
  h1 {
    font-size: 2.5em;
  }
  .subtitle {
    font-size: 1.2em;
  }
  h2 {
    font-size: 2em;
  }
  .v-padding {
    padding: 4em;
  }
  .grey-wrapper {
    padding-bottom: 4em;
  }
  .move-up {
    margin-top: -4em;
  }
}

@media (min-width: 1200px) {
  .stats li:last-child {
    border: 0;
  }
}
/*# sourceMappingURL=main.css.map */