.footer {
  height: 10vmin;
  padding-top: 10vmin;
  width: 100%;
  /* position: relative; */
  bottom: 0%;
  background-color: transparent;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  color: #dadada;
  text-align: center;
  /* font-size: 2.3vmin; */
  line-height: 10vmin;
  float: left;
}

.footindex {
  background-color: #00101f !important;
}

.footimg {
  position: relative;
  top: 8px; /* 1.4vmin */
  opacity: 80%;
  width: auto;
  height: 30px; /* 4vmin */
}

.footimg:hover {
  opacity: 100%;
}