@charset "UTF-8";
/* CSS Document */

#socialmediafooter .fa {
  padding: 8px;
  font-size: 1.5em;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

#socialmedia .fa {
  padding: 6px;
  font-size: 1em;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 1px 2px;
}

#socialmediafooter .fa:hover {
    background: #df223a;
}
#socialmedia .fa:hover {
    background: #df223a;
}

#socialmedia .fa-facebook {
  background: #575757;
  color: white;
}
#socialmediafooter .fa-facebook {
  background: #575757;
  color: white;
}

#socialmedia .fa-twitter {
  background: #575757;
  color: white;
}
#socialmediafooter .fa-twitter {
  background: #575757;
  color: white;
}

#socialmediafooter .fa-google {
  background: #dd4b39;
  color: white;
}

#socialmediafooter .fa-linkedin {
  background: #007bb5;
  color: white;
}

#socialmediafooter .fa-youtube {
  background: #bb0000;
  color: white;
}

#socialmediafooter .fa-instagram {
  background: #125688;
  color: white;
}

#socialmediafooter .fa-pinterest {
  background: #cb2027;
  color: white;
}

#socialmediafooter .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#socialmediafooter .fa-skype {
  background: #00aff0;
  color: white;
}

#socialmediafooter .fa-android {
  background: #a4c639;
  color: white;
}

#socialmediafooter .fa-dribbble {
  background: #ea4c89;
  color: white;
}

#socialmediafooter .fa-vimeo {
  background: #45bbff;
  color: white;
}

#socialmediafooter .fa-tumblr {
  background: #2c4762;
  color: white;
}

#socialmediafooter .fa-vine {
  background: #00b489;
  color: white;
}

#socialmediafooter .fa-foursquare {
  background: #45bbff;
  color: white;
}

#socialmediafooter .fa-stumbleupon {
  background: #eb4924;
  color: white;
}

#socialmediafooter .fa-flickr {
  background: #f40083;
  color: white;
}

#socialmediafooter .fa-yahoo {
  background: #430297;
  color: white;
}

#socialmediafooter .fa-soundcloud {
  background: #ff5500;
  color: white;
}

#socialmediafooter .fa-reddit {
  background: #ff5700;
  color: white;
}

#socialmediafooter .fa-rss {
  background: #ff6600;
  color: white;
}