/* SVG Icon Sprite - Replaces Font Awesome Icons */
/* Only includes the 4 icons actually used in the website */

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: inline-block;
  vertical-align: -0.125em;
}

/* Icon sizing to match Font Awesome defaults */
.icon-envelope { width: 1em; height: 0.8em; }
.icon-instagram { width: 1em; height: 1em; }  
.icon-linkedin-in { width: 0.875em; height: 1em; }
.icon-chevron-down { width: 0.875em; height: 1em; }
