/*social media icon bad sticky*/

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:150;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #004e4e;
  color: white;
}

.twitter {
  background: #004e4e;
  color: white;
}

.google {
  background: #004e4e;
  color: white;
}

.linkedin {
  background:#004e4e;
  color: white;
}

.youtube {
  background: #004e4e;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

@media screen and (max-width: 425px){
    .icon-bar a{
        padding:6px;
        color:#f9a51a;
        font-size:14px;
    }
    .facebook,.twitter,.google ,.linkedin,.youtube,.content{
          background: none;
  color: white;
    }
}
