@font-face {
    font-family: 'icomoon';
    src:  url('../font/icons/icomoon.eot');
    src:  url('../font/icons/icomoon.eot') format('embedded-opentype'),
      url('../font/icons/icomoon.ttf') format('truetype'),
      url('../font/icons/icomoon.woff') format('woff'),
      url('../font/icons/icomoon.svg') 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;
    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-behance:before {
    content: "\e905";
  }
  .icon-linkdin:before {
    content: "\e906";
  }
  .icon-arrow:before {
    content: "\e904";
  }
  .icon-facebook:before {
    content: "\e907";
    font-size: 0.7rem;
    position: absolute;
    top:50%;
    transform: translate(0, -75%);
  }

  /*** TEAM SECTION NO-SHOW OPTION ***/

  a.icon-team {
    display: none;
    color: white;
  }
  a.icon-team:hover {
    color: #fff;
    text-decoration: none;
  }