<!-- Social Media stuff --> .socialText {
    line-height: 50px;
    font-weight: bold;
}
#fb {
    background: url(fb.png) no-repeat 0 0;
}
#sc {
    background: url(sc.png) no-repeat 0 0;
}
#yt {
    background: url(yt.png) no-repeat 0 0;
}
#gp {
    background: url(gp.png) no-repeat 0 0;
}
#fb:link,
#sc:link,
#yt:link,
#gp:link {
    width: 50px;
    height: 50px;
    background-size: 50px;
    display: inline-block;
    margin-right:10px;
}
#fb:visited,
#sc:visited,
#yt:visited,
#gp:visited {
    color: black;
}
#fb:hover,
#sc:hover,
#yt:hover,
#gp:hover {
    background-position: 0 -50px;
    color: black;
}
#fb span,
#sc span,
#yt span,
#gp span {
    display: none;
}