.icon-bar {
  width: 100%;
  background-color: #536372;
  overflow: auto;
}

.icon-bar a {
  float: left;
  width: 14.28%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

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

.active {
  /*background-color: #4CAF50;*/
}

.link-home:hover {
  color: #2151fb;
}

.link-home {
  color: #6a6a6a;
}

