@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?crpa5v');
	src:url('fonts/icomoon.eot?#iefixcrpa5v') format('embedded-opentype'),
		url('fonts/icomoon.woff?crpa5v') format('woff'),
		url('fonts/icomoon.ttf?crpa5v') format('truetype'),
		url('fonts/icomoon.svg?crpa5v#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	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-mail:before {
	content: "\e600";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 5px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
	content: "\e601";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 5px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

.icon-mail:link {
color: white;
text-decoration:none; 
}
.icon-linkedin:link {
color: white;
text-decoration:none; 
}
.icon-mail:visited {
color: white;
text-decoration:none; 
}
.icon-linkedin:visited{
color: white;
text-decoration:none; 
}