/* CSS Document */

/* SOCIAL */
.social-bar { padding: 50px 0; }
.social-icons { text-align: center; }
.social-icons a { font-size: 28px; padding: 10px 16px; color: rgba(244,214,54,1); -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all .2s linear; }
.social-icons a:hover { color: rgba(255,255,255,1); }
