@font-face {
  font-family: 'socialicon';
  src:  url('fonts/socialicon.eot?ryip4o');
  src:  url('fonts/socialicon.eot?ryip4o#iefix') format('embedded-opentype'),
    url('fonts/socialicon.ttf?ryip4o') format('truetype'),
    url('fonts/socialicon.woff?ryip4o') format('woff'),
    url('fonts/socialicon.svg?ryip4o#socialicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'socialicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
  color: #3b5998;
}
.icon-instagram:before {
  content: "\e901";
  color: #e4405f;
}
.icon-twitter:before {
  content: "\e902";
  color: #1da1f2;
}
.icon-youtube:before {
  content: "\e903";
  color: #f00;
}
