/*--------------- Footer ---------------*/
footer{
  border-top: solid 1px #0190bf;
  text-align: center;
  padding: 10vh 0;
}
footer ul{
  margin-bottom: 2rem;
}
footer ul li{
  display: inline;
  margin: 0 1rem;
}
/* #pagetop {
  width: 100px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 1rem;
  color: #fff;
  background: #00c2bc9b;
  text-decoration: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: auto;
} */
.f_logo img{
  margin: 0 0 1rem;
  width: 20vw;
}

@media screen and (max-width: 1000px) {
/*--------------- Footer ---------------*/
  footer {
    border-top: solid 1px #0190bf;
    text-align: center;
    padding: 10vh 0;
  }
  footer ul {
    margin-bottom: 2rem;
  }
  footer ul li {
    display: inline;
    margin: 0 1rem;
  }
  .f_logo img {
    margin: 0 0 1rem;
    width: 50vw;
  }

}