#menu__about {
  color: var(--about-secondary-color);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

#about__title {
  text-align: center;
  margin-bottom: min(40px, 4vh, 3vw);
}

#menu__about h3 {
  font-size: min(1.5rem, 4.5vh, 5.8vw);
  padding: 0 8px;
  margin-bottom: min(40px, 4vh, 5vw);
}

#about__content {
  font-size: min(1.2rem, 3vh, 5vw);
  padding: 0 8px;
  margin-bottom: min(40px, 4vh, 4vw);
}

#about__contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
}

#about__contact h3 {
  width: 100%;
}

#about__contact li {
  display: inline-block;
  margin: 1px;
  flex-grow: 1;
  text-align: center;
  font-size: min(1.2rem, 3vh, 5vw);
  list-style: none;
  line-height: min(2rem, 30px, 4vh, 8vw);
}

#about__contact li a {
  color: currentColor;
  text-decoration: underline;
  transition: 300ms;
  padding: min(5px, 1.4vh) min(16px, 4vw);
}

#about__contact li a:visited {
  color: currentColor;
}

#about__contact li a:hover {
  opacity: 0.7;
}

#about__footer {
  font-size: min(.9rem, 2.7vh, 5vw);
  padding: min(16px, 2.6vh, 3.5vw) min(10px, 2vh, 2vw);
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#about__footer > * {
  width: 100%;
}

#about__visitors {
  height: min(1.2rem, 3.5vh, 5vw);
  max-width: min(100px, 20vh);
}