@font-face {
  font-family: 'social';
  src:  url('../fonts/social.eot?a84xmi');
  src:  url('../fonts/social.eot?a84xmi#iefix') format('embedded-opentype'),
    url('../fonts/social.ttf?a84xmi') format('truetype'),
    url('../fonts/social.woff?a84xmi') format('woff'),
    url('../fonts/social.svg?a84xmi#social') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #232323;
  width: 100vw;
  height: 100vh;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-li:before {
  content: "\e900";
}
.icon-tw:before {
  content: "\e901";
}
.icon-en:before {
  content: "\e902";
}

.logo__img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 15rem;
  padding: 1rem;
}

.contact-icons {
  list-style: none;
  width: 15rem;
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-icons__item,
.contact-icons__link {
  display: inline-block;
}

.contact-icons__link {
  text-decoration: none;
  color: #ED9938;
  transition: color 0.3s ease;
  margin: 0.25rem;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.contact-icons__link:hover,
.contact-icons__link:focus {
  color: #F7D101;
}

.contact-icons__icon {
  font-size: 2rem;
}

@media screen and (min-width: 576px) {
  .logo__img {
    max-width: 20rem;
  }

  .contact-icons__link {
    width: 2.125rem;
    height: 2.125rem;
  }

  .contact-icons__icon {
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .logo__img {
    max-width: 25rem;
  }

  .contact-icons__link {
    width: 2.25rem;
    height: 2.25rem;
  }

  .contact-icons__icon {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .logo__img {
    max-width: 30rem;
  }

  .contact-icons__link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contact-icons__icon {
    font-size: 2.5rem;
  }

}

@media screen and (min-width: 1440px) {
  .logo__img {
    max-width: 32rem;
  }
}
