@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?obu5w7');
  src:  url('fonts/icomoon.eot?obu5w7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?obu5w7') format('truetype'),
    url('fonts/icomoon.woff?obu5w7') format('woff'),
    url('fonts/icomoon.svg?obu5w7#icomoon') 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: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.icon-gmail:before {
  content: "\e900";
}
.icon-github:before {
  content: "\e901";
}
.icon-vimeo:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-skype:before {
  content: "\e908";
}
.icon-adobeacrobatreader:before {
  content: "\e909";
}



.icon-gmail:hover::before {
  color: #d14836;
}
.icon-github:hover::before {
  color:#000;
}
.icon-vimeo:hover::before {
  color: #1ab7ea;
}
.icon-instagram:hover::before {
  color: #e4405f;
}
.icon-facebook:hover::before {
  color: #3b5998;
}
.icon-youtube:hover::before {
  color: #f00;
}
.icon-linkedin:hover::before {
  color: #0077b5;
}
.icon-twitter:hover::before {
  color: #1da1f2;
}
.icon-skype:hover::before {
  color: #00aff0;
}
.icon-adobeacrobatreader:hover::before {
  color: #ee3f24;
}
