/*
 * This file will hopefully replace the Google+ icon with an Instagram icon.
 */

.fa-google-plus:before {
	/*
	 * This is the (unicode?) value for the Instagram icon from the Font Awesome font pack.
	 * Value found here: https://fontawesome.com/icons/instagram?style=brands
	 */
	content: "\f16d";
}

/*
 * Background colour from https://en.instagram-brand.com/assets/icons
 * from the section 'Using the white glyph with a solid background, as other icons user their brand colors'
 */
.social-media a.google-plus {
	background: #f00074;

}
