* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Arial", sans-serif;
}

.material-icons-outlined {
  font-family: "Material Icons" !important;
  color: grey;
}

.material-icons {
  cursor: pointer;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
}

nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 204.9px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav-links .app-link {
  text-decoration: none !important;
  font-size: 13px;
}

nav .nav-links .app-link .app {
  font-size: 24px !important;
  padding: 8px;
  border-radius: 50%;
  text-decoration: none;
}

nav .nav-links .app-link .app:hover {
  background-color: #f3ebeb;
}

nav .nav-links .nav-link {
  text-decoration: none;
  font-size: 13px;
  color: #282828;
  padding: 0 5px;
}

nav .nav-links .nav-link:hover {
  text-decoration: underline;
}

.pfp {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

main {
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 582px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px;
  border-radius: 30px;
  color: #a7a0a0;
  border: solid 1px lightgrey;
}

main .search-box:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.171);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.171);
}

main .search-box:focus {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.171);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.171);
}

main .search-box .search {
  font-size: 20px;
}

main .search-box .search-input {
  width: 90%;
  outline: none;
  border: none;
  font-size: 16px;
}

main .buttons {
  padding: 10px;
}

main .buttons button {
  outline: none;
  border-radius: 5px;
  padding: 10px 16px;
  border: none;
  background: #f8f9fa;
  color: #404040;
  margin: 0 8px;
  cursor: pointer;
}

main .buttons button:hover {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.315);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.315);
}

main .language-offerings {
  margin-top: 20px;
  font-size: 0.8rem;
}

main .language-offerings a {
  text-decoration: none;
}

main .language-offerings a:hover {
  text-decoration: underline;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: grey;
}

footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1eded;
  border-bottom: solid 1px lightgrey;
  padding: 0px 30px;
  font-size: 0.9rem;
}

footer div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

footer div ul .footer-link {
  text-decoration: none;
  color: grey;
}

footer div ul .footer-link:hover {
  text-decoration: underline;
}

footer div .footer-about-links {
  width: 409px;
}

footer div .footer-other-links {
  width: 204px;
}
/*# sourceMappingURL=style.css.map */