/* fontawesome */
a:before {
	font-family:'Font Awesome 5 Free';
	padding:0 2px 2px;
	vertical-align:bottom;
	display:inline-block;
	font-weight: 900;
	font-size:90%;
}
a.brand:before {
	font-family: 'Font Awesome 5 Brands';
}
/*
a[href^="mailto:"]:before {
	content: '\f0e0';
}
a[href^="tel:"]:before {
	content: '\f095';
}
a[target="_blank"]:before {
	content: '\f360';
}
a[href$=".pdf"]:before {
	content: '\f1c1';
}
a[href$=".doc"]:before,
a[href$=".docx"]:before {
	content: '\f1c2';
}
a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
	content: '\f1c3';
}
a[href$=".zip"]:before {
	content: '\f1c6';
}
a[href$=".mp3"]:before {
	content: '\f1c7';
}
a[href$=".mp4"]:before {
	content: '\f1c8';
}
*/
.scrolltop .fa-chevron-up {
	font-size:14px;
}
