/**************************

	About Icons

**************************/
.about-icon {
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-icon.about-bridge {
  background-image: url("../../images/about/bridge.png");
}
.about-icon.about-ideas {
  background-image: url("../../images/about/ideas.png");
}
.about-icon.about-together {
  background-image: url("../../images/about/together.png");
}
.about-icon.about-links {
  background-image: url("../../images/about/links.png");
}
.about-icon.about-experiment {
  background-image: url("../../images/about/experiment.png");
}

/*# sourceMappingURL=about-styles.css.map */
