@import url("https://fonts.googleapis.com/css?family=Lato");
body, html {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_img {
  padding: 20px;
}

header .header_img:last-child {
  text-align: right;
}

header .header_img:last-child img {
  width: 100%;
}

header .header_img:first-child img {
  width: 60%;
}

main#intro {
  background: linear-gradient(113.16deg, rgba(73, 188, 235, 0.8) 0%, rgba(125, 19, 152, 0.8) 100%), url(../imgs/bg.png);
  background-position: center;
  color: white;
  padding: 80px 70px 80px 40px;
}

main#intro div#content h3 {
  font-size: 2rem;
}

main#intro div#content p {
  font-size: 1rem;
  line-height: 1.6rem;
}

main#intro div#content button {
  background: #fff;
  border-radius: 40px;
  padding: 8px 20px;
  margin-top: 15px;
}

section.section, footer.section {
  padding: 30px 40px;
}

section.section .text, footer.section .text {
  margin-bottom: 60px;
}

section.section .text h4, footer.section .text h4 {
  color: #3A616E;
  font-size: 1.4rem;
}

section.section .text p, section.section .text ul li, footer.section .text p {
  color: #4F4F4F;
  font-weight: lighter;
  line-height: 1.5rem;
  font-size: 1rem;
}

section.section .img, footer.section .img {
  text-align: center;
}

section.section .img img, footer.section .img img {
  width: 100%;
}

section#nigeria .img img, footer#nigeria .img img {
  width: 85%;
}

section#lack, footer#lack {
  background: url(../imgs/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#lack .img, footer#lack .img {
  display: none;
}

section#how button, footer#how button {
  background: #5286C3;
  color: white;
  border-radius: 40px;
  padding: 8px 20px;
  margin-top: 15px;
}

footer {
  background: #5286C3;
  color: white;
}

footer li {
  list-style: none;
}

footer li, footer p {
  font-size: .8rem;
  line-height: 1.4rem;
}

footer h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

footer #about {
  margin-bottom: 40px;
}

footer #about li {
  display: inline;
}

footer #about li img {
  width: 11%;
}

@media (min-width: 600px) {
  header .header_img {
    padding: 20px 60px;
  }
  header .header_img:first-child img {
    width: 43%;
  }
  main#intro {
    padding: 80px 70px 80px 40px;
  }
  main#intro div#content {
    width: 35%;
    margin: 50px 0 50px 100px;
  }
  main#intro div#content button {
    padding: 12px 30px;
    margin-top: 15px;
    font-size: .8rem;
  }
  section.section, footer.section {
    padding: 100px 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.section .text, footer.section .text {
    margin-bottom: 0px;
    width: 48%;
  }
  section.section .img, footer.section .img {
    width: 45%;
  }
  section#nigeria .img, footer#nigeria .img {
    text-align: center;
  }
  section#nigeria .img img, footer#nigeria .img img {
    width: 90%;
  }
  section#lack .img, footer#lack .img {
    display: block;
    text-align: right;
  }
  section#lack .img img, footer#lack .img img {
    width: 80%;
  }
  section#how button, footer#how button {
    padding: 10px 24px;
  }
  footer.section {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 160px;
  }
  footer > div {
    width: 30%;
  }
  footer li {
    list-style: none;
  }
  footer li, footer p {
    font-size: .8rem;
    line-height: 1.4rem;
  }
  footer h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  footer #about {
    margin-bottom: 0px;
  }
  footer #about li {
    display: inline;
  }
  footer #about li img {
    width: 11%;
  }
}
/*# sourceMappingURL=style.css.map */