#links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  font-size: 1.5vw;
}
#links a {
  margin: 1%;
  text-decoration: none;
  color: black;
}
#links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 845px) {
  #links a {
    font-size: 7vw;
  }
}
#links div {
  line-height: 3;
}
@media screen and (width <= 845px) {
  #links div {
    display: none;
  }
}
@media screen and (width <= 845px) {
  #links {
    font-size: 4vw;
  }
}

#translatorbox {
  width: 70%;
  background-color: white;
  border: 1px solid black;
  height: 500px;
  border-radius: 2px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 480px) {
  #translatorbox {
    height: 50vh;
    width: 90%;
  }
}
#translatorbox #translator {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-bottom: 5%;
}
#translatorbox #translatorwindow {
  height: 90%;
  display: block;
}
@media screen and (width <= 845px) {
  #translatorbox #translatorwindow {
    display: flex;
    flex-flow: column;
  }
}
#translatorbox #translatorwindow #translatorcontrol {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  margin: 1%;
}
#translatorbox #translatorwindow .engine {
  resize: none;
  width: 49%;
  border: 3px solid #000;
  border-radius: 5px;
  /*vertical-align: middle;
  align-self: center;
  width: 49%;
  height: auto;
  min-width: 30%;
  max-width: 100%;
  max-height: 100%;*/
}
@media screen and (width <= 845px) {
  #translatorbox #translatorwindow .engine {
    width: 90%;
    align-self: center;
  }
}

/*# sourceMappingURL=familystyle.css.map */
