/* LESS Document */
body {
  background: #000000;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0;
}
img.logo {
  width: 100%;
  margin-top: 20%;
}
.middle {
  text-align: center;
}
img.middle {
  width: 50%;
  height: auto;
  text-align: center;
  margin-bottom: 50px;
}
footer.socials-footer {
  position: absolute;
  top: -100px;
  width: 100%;
  text-align: center;
}
footer.socials-footer ul {
  text-align: center;
  margin: 0;
  width: 100%;
  padding: 0;
}
footer.socials-footer ul li {
  list-style: none;
  display: inline !important;
}
footer.socials-footer ul li img {
  max-width: 90px;
  padding-left: 10px;
  padding-right: 10px;
}
footer.socials-footer ul li img:first-child {
  padding-left: 0;
}
@media (max-width: 768px) {
  footer.socials-footer {
    left: 5px;
    top: -100px;
  }
  footer.socials-footer ul {
    margin-top: 25px;
  }
  footer.socials-footer ul li img {
    max-width: 50px;
  }
}
