/*!
 * Font Awesome 4.7.0 - SUBSET (self-hosted)
 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT)
 *
 * Contains ONLY the 10 icons this site uses. Adding a new fa-* class to
 * the markup will render an empty box until this subset is regenerated
 * from the full Font Awesome 4.7.0 font.
 *
 * Included: fa-phone, fa-map-marker, fa-envelope, fa-home, fa-angle-right, fa-caret-down, fa-facebook, fa-instagram, fa-linkedin, fa-youtube-play
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../webfonts/fontawesome-subset.woff2') format('woff2'),
       url('../webfonts/fontawesome-subset.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before { content: "\f095"; }
.fa-map-marker:before { content: "\f041"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-home:before { content: "\f015"; }
.fa-angle-right:before { content: "\f105"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-youtube-play:before { content: "\f16a"; }
