.icon-bar {
  position: fixed;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:2500;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3C5B9B;
  color: white;
}

.twitter {
  background: #2DAAE1;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #0073B2;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
