body {
  background-color: #fafafa;
  color: #2b2b2b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  margin: 0;
  word-wrap: break-word;
}

a {
  color: #009499;
  text-decoration: none;
}

article {
  margin-bottom: 16px;
}

article:last-child {
  margin-bottom: 0;
}

article > h3 {
  display: inline;
}

article > h3::after {
  content: ':';
}

article > p {
  display: inline;
}

article > p > .note {
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 700;
  margin-left: 4px;
}

footer {
  border: 1px solid #e3e3e3;
  padding: 24px;
}

footer > div {
  color: #404040;
  font-size: 15px;
  line-height: 20px;
  margin: 0 auto;
  width: 80vw;
}

header > p {
  color: #404040;
}

header > p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .022em;
  margin: 0 0 48px;
}

h2 {
  color: #009499;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .022em;
  margin: 0 0 16px;
}

h3 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .022em;
  margin: 0 0 16px;
}

main {
  margin: 48px auto;
  min-height: 50vh;
  width: 80vw;
}

nav {
  background-color: #009499;
  line-height: 0;
}

nav a {
  display: contents;
}

nav a img {
  height: 36px;
  margin: 24px auto;
}

nav > div {
  margin: 0 auto;
  width: 80vw;
}

p {
  font-size: 18px;
  letter-spacing: .022em;
  line-height: 24px;
  margin: 0 0 16px;
}

section {
  max-width: 800px;
}

section > header {
  margin-bottom: 24px;
}

section > header.card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
  margin-left: 0;
  padding: 24px;
}

.about-app > section {
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  margin-bottom: 48px;
  padding: 16px 24px;
  position: relative;
}

.about-app > section > .factsheet {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 700;
  margin: 8px 0 24px;
  text-transform: uppercase;
}

.about-app > section > h2 {
  color: #7a7a7a;
  font-size: 16px;
}

.about-team > section {
  display: flex;
  flex-wrap: wrap;
}

.about-team > section > figure {
  align-items: center;
  display: flex;
  flex: 1;
  flex-flow: column;
  margin: 0 4px;
  word-break: break-word;
}

.about-team > section > figure:first-child {
  margin-left: 0;
}

.about-team > section > figure:last-child {
  margin-right: 0;
}

.about-team > section > figure > div {
  display: flex;
  flex-flow: column;
}

.about-team > section > figure > div > img {
  border-radius: 50px;
  display: block;
  width: 100px;
}

.about-team > section > figure > figcaption {
  display: flex;
  flex-flow: column;
  text-align: center;
}

.about-team > section > figure > figcaption > div {
  display: flex;
}

.about-team > section > figure > figcaption > div > h3 {
  background-color: #2b2b2b;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  margin: 4px auto;
  padding: 4px 12px;
}

.about-team > section > figure:nth-child(1) > figcaption > div > h3 {
  background-color: #FA920A;
  transform: rotate(-3deg);
}
.about-team > section > figure:nth-child(2) > figcaption > div > h3 {
  background-color: #25B5F7;
  transform: rotate(2deg);
}
.about-team > section > figure:nth-child(3) > figcaption > div > h3 {
  background-color: #009499;
  transform: rotate(-1deg);
}
.about-team > section > figure:nth-child(4) > figcaption > div > h3 {
  background-color: #FF407F;
  transform: rotate(3deg);
}
.about-team > section > figure:nth-child(5) > figcaption > div > h3 {
  background-color: #C27AF5;
  transform: rotate(-1deg);
}

.about-team > section > figure > figcaption > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.about-team > section > figure > figcaption > p:last-child {
  margin-bottom: 0;
}

.download {
  max-width: 104px;
  position: absolute;
  right: 24px;
  text-align: center;
  top: -12px;
}

.download > a {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.download > a > div {
  line-height: 0;
  margin-bottom: 8px;
}

.download > a > div > img {
  height: 80px;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.75);
}

.download:hover > a > div > img {
  transform: rotate(8deg);
}

.download > a > figcaption {
  line-height: normal;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.75)
}

.download:hover > a > figcaption {
  transform: scale(1.1);
}

@media (max-width: 799px) {

  .about-team > section {
    flex-flow: column;
  }

  .about-team > section > figure {
    align-items: start;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    flex-flow: row;
    margin: 0 0 16px;
    padding: 16px;
  }

  .about-team > section > figure > figcaption {
    margin-left: 16px;
  }

  .about-team > section > figure > figcaption > div > h3 {
    margin: 0;
  }

  .about-team > section > figure > figcaption > p {
    line-height: 18px;
    margin-bottom: 8px;
    text-align: left;
  }
}

@media (max-width: 635px) {

  .about-team > section > figure > figcaption > div > h3 {
    font-size: 16px;
    padding: 4px 8px;
  }
}
