/***** font-awesome.min.css *****/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} /* 4:429 */

.fa-twitter-square:before {
    content: url("../images/misc/Twitter_Rounded_Sq_Wh.png");
    /* content: "\f081"; */
} /* 4:7417 */

.fa-facebook-square:before {
    content: url("../images/misc/facebook-white.png");
    /* content: "\f082"; */
} /* 4:7459 */
.fa-discord-clyde:before {
    content: url("../images/misc/discord_clyde_white.png");
	height: 32px;
	width: 32px;
    /* content: "\f082"; */
} /* 4:7459 */

/* hourglass hover event images */
.fa-chain:before, .fa-link:before {
    content: "\1f517";
    /* content: "\231B"; */
    /* content: &#8987; */
    /* content: "\f0c1"; */
} /* 4:9236 */

/* Address arrow */
.fa-location-arrow:before {
    content: url("../images/misc/pointer.png");
    /* content: "\f124"; */
} /* 4:12948 */

.fa-instagram:before {
    content: url("../images/misc/instagram-white.png");
    /* content: "\f16d"; */
} /* 4:15840 */
