section img {
  width: 100%;
}

#fv-text {
  font-size: 5vmin;
  line-height: 5vmin;
  top: 18%;
  right: 46%;
}

#intro h1 {
  font-size: 3rem;
}

#intro h1,
#intro div,
.flex_txt div {
  line-height: 3rem;
}

.flex {
  margin-bottom: 80px;
}

.heading {
  font-size: 23px;
  text-align: center;
}

#menu .flex {
  width: 70%;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 8px;
}

#menu .flex > a {
  border-bottom: solid 1px #ebebeb;
}

#menu {
  line-height: 4;
}

main h3 {
  margin-top: 2em;
  margin-bottom: 1.25em;
}
