﻿@font-face {
	font-family: 'icomoon';
    /*urls are relative to location of stylesheet. May need to modify*/
	src:url('../fonts/icomoon.eot?qen746');
	src:url('../fonts/icomoon.eot?#iefixqen746') format('embedded-opentype'),
		url('../fonts/icomoon.woff?qen746') format('woff'),
		url('../fonts/icomoon.ttf?qen746') format('truetype'),
		url('../fonts/icomoon.svg?qen746#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;
    font-size: 400%;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div#social-m.row a.icon-facebook,
div#social-m.row a.icon-twitter,
div#social-m.row a.icon-googleplus,
div#social-m.row a.icon-email {
	font-size: 400%;
}

a.icon-facebook, .icon-facebook,
div#social-m.row a.icon-facebook,
div.social-buttons a.icon-facebook {
    color: #567FC9;
}

a.icon-twitter, .icon-twitter,
div#social-m.row a.icon-twitter,
div.social-buttons a.icon-twitter  {
    color: #05A4FF;
}

a.icon-googleplus, .icon-googleplus,
div#social-m.row a.icon-googleplus,
div.social-buttons a.icon-googleplus {
    color: #FF2900;
}

a.icon-email, .icon-email,
div#social-m.row a.icon-email,
div.social-buttons a.icon-email {
    color:#FBAF5D;
}

div#social-header.affix {
	box-shadow: none;
	height: 8.32vh;
}

.icon-fb:before {
	content: "\e600";
}

.icon-email:before {
	content: "\e602";
}
.icon-search:before {
	content: "\e603";
}
.icon-twitter:before {
	content: "\e604";
}
.icon-facebook:before {
	content: "\e605";
}
.icon-googleplus:before {
	content: "\e606";
}
.icon-navicon:before {
	content: "\f0c9";
}
