html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  color:#fff;
  background: #0d1518;
}

/* img{
  max-width: 100%;
  height: auto;
} */

a {
  font-family: "acumin-variable", sans-serif;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  font-weight: 900;
}

li {
  list-style: none;
}

.logo img {
  max-width: 100%;
  width: 100%;
}

.logo a:hover {
  opacity: 0.7;
}


.headerSocial {
  width: 50%;
  padding-top: 1%;
  z-index: 9;
  position: absolute;
}

.logo {
  margin: 0 auto;
  width: 17vw;
  top: 5vw;
  left: 11vw;
  transform: translate(-50%, -50%);
  z-index: 9;
  position: absolute;
}


.footer-section-wrapper {
  margin-top: 3vw;
  background-color: transparent;
  /* padding-top: 1vw; */
}

.footer-section {
  font-size: 0.8784773060029283vw;
  line-height: 1;
  margin-left: 2.55vw;
  text-transform: uppercase;
  padding: 1.8vw 0;
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  margin: 0 auto;
}

.footer-section .socials-section ul {
  margin-left: 0;
}

.copyrightWrapper {
  display: block;
  width: auto;
  margin-top: 2vw;
  font-size:  0.8784773060029283vw;
  line-height: 0.7;
}


span.copyright {
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 0.8vw;
}

span.footer-links a {
  text-decoration: none;
  color: #ffffff;
  margin-left: 0;
  white-space: nowrap;
}

span.footer-links a:last-child {
  margin-left: 0px;
}

.socials-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 2.55vw;
}

.socials-section li {
  display: inline-block;
  vertical-align: middle;
}

.socials-section a {
  text-decoration: none;
  color: #fff;
  margin-right: 1.7vw;
  font-size: 1.4vw;
}

.socials-section a.icon-soundcloud {
  font-size: 2.1vw;
  margin-right: 0;
}

.socials-section a:hover,
.footer-section a:hover {
  opacity: 0.4;
  transition: all 0.5s;
}

  
.footer-section-wrapper .mobile {
  display: none;
}
span.footer-links span {
  margin: 0.5vw;
}
@media only screen and (max-width: 1024px) and (orientation: portrait), only screen and (max-width: 1023px) {


.socials-section a {
  font-size: 5vw;
  margin-right: 6vw;
}

.socials-section a.icon-soundcloud {
  font-size: 6.7vw;
}

.copyrightWrapper {
  margin-top: 6vw;
  font-size: 3.076923076923077vw;
}

.footer-section-wrapper {
  margin: 0vw auto 0;
  width: 100%;
  text-align: center;
}
span.footer-links a:last-child {
  white-space: nowrap;
  display: block;
}
span.mob-hide{
  display: none;
}
}
