.contactpage  .social-links a{
  background-color: #949494;
}

.social-links a{
    background-color: white;
    color:#102a2d!important;
    border-radius: 50%;
    padding: 2px;
    width: 26px;
    line-height: 22px;
    text-align: center;
    height: 26px;
    display: inline-block;
    margin: 5px;
  }
  .social-links a:hover{
    background-color: #c50f3c;
    color:white!important;
  }

