/*back to top*/
.backtotop {
  display: block;
  height: 40px;
  text-align: right;
  padding-right: 20px;
  background-color: white;
  padding-bottom: 12px;
  border-radius: 32px;
}

.btt {
  background-color: var(--bu);
  color: white;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  font-size: 26px;
}

.btt:hover {
  background-color: white;
  color: var(--bu);
}

/* refs */
.refs {
  display: grid;
  background-color: var(--bu);
}

.Footer {
  padding-bottom: 126px;
  display: block;
  text-align: center;
  height: 80px;
}

.Footer-Image img {
  height: 200px;
  width: 300px;
}


/*Bottom Styling*/
.flex {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.bottom {
  text-align: center;
  height: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.down ul {
  margin: 0;
  padding: 0;
}

.down li {
  display: inline;
  padding-left: 20px;
  padding-right: 40px;
}

.down a {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 12px;
}

.down img {
  min-width: 56px;
  height: 56px;
  border-radius: 25%;
}

/*Bottom 2*/
.down2 ul {
  margin: 0;
  padding: 0;
}

.down2 li {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
}

.down2 a {
  display: inline-block;
  padding-top: 24px;
  padding-bottom: 12px;
}

.down2 img {
  width: 120px;
  height: 80px;
  border-radius: 6%;
  mix-blend-mode: multiply;
}

/* google translate */
.translate {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 2vw;
  margin-top: 0;
}

.translate a {
  text-decoration: none;
  color: white;
  font-family: 'overpass', sans-serif;
  font-size: 1.2em;
}

.translate a:hover {
  color: var(--art);
}

.translate ul {
  display: flex;
}

.translate li {
  padding-right: 24px;
  list-style: none;
}
