@font-face {
  font-family: 'icons';
  src:  url('fonts/icons.eot?26e8n8');
  src:  url('fonts/icons.eot?26e8n8#iefix') format('embedded-opentype'),
    url('fonts/icons.ttf?26e8n8') format('truetype'),
    url('fonts/icons.woff?26e8n8') format('woff'),
    url('fonts/icons.svg?26e8n8#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'menuIcons';
  src:  url('fonts/menuIcons.eot?s6q2tq');
  src:  url('fonts/menuIcons.eot?s6q2tq#iefix') format('embedded-opentype'),
    url('fonts/menuIcons.ttf?s6q2tq') format('truetype'),
    url('fonts/menuIcons.woff?s6q2tq') format('woff'),
    url('fonts/menuIcons.svg?s6q2tq#menuIcons') 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: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px; 
  font-size: 1.4rem;
  position: relative;
  top: 4px;
  color: #1682b2;

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

.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-happy2:before {
  content: "\e9e0";
}
.icon-smile2:before {
  content: "\e9e2";
}
.icon-sad2:before {
  content: "\e9e6";
}
.icon-wink2:before {
  content: "\e9e8";
}
.icon-mail3:before {
  content: "\ea85";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-skype:before {
  content: "\eac5";
}



[class^="micon-"], [class*=" micon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'menuIcons' !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;
}

.micon-menuIcon_about:before {
  content: "\e900";
}
.micon-menuIcon_contact:before {
  content: "\e901";
}
.micon-menuIcon_portfolio:before {
  content: "\e902";
}
.micon-menuIcon_skills:before {
  content: "\e903";
}