html, body {
  font-size: 2.5em;
  text-align: center;
  height: 100%;
  margin: 0;
  background-color:#1a1919;
}

.bg {
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.footer {
  position: relative;
  top: 80%;
  /* color: #1a1919; */
  width: 100%;
  padding: 10px;
}

/* Wrapper */
.icon-button {
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 1.3rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.5rem;
  height: 1.3rem;
  line-height: 1.3rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.3rem;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 1.3rem;
  margin: -0.65rem;
}

/* Icons - colors: #D72A3E */
.icon-button i {
  background: none;
  color: white;
  height: 1.3rem;
  left: 0;
  line-height: 1.3rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 1.3rem;
  z-index: 10;
}

.dull span {
  background-color: #fff;
}

.icon-button .fa-volume-up,
.icon-button .fa-volume-off,
.icon-button .fa-twitter,
.icon-button .fa-facebook-f,
.icon-button .fa-instagram,
.icon-button .fa-youtube,
.icon-button .fa-soundcloud {
  color: #fff
}

.icon-button:hover .fa-volume-up,
.icon-button:hover .fa-volume-off,
.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook-f,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-soundcloud {
  color: black;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 0.8rem;
    font-size: 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 0.8rem;
  }

  .icon-button:hover span {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.8rem;
    margin: -0.4rem;
  }

  /* Icons */
  .icon-button i {
    height: 0.8rem;
    line-height: 0.8rem;
    width: 0.8rem;
  }
  body {
    padding: 10px;
  }

}
