footer {
    background-color: transparent;
     

}

 {
    text-decoration-color: black;
}


.social-media-profiles ul li {
    float: left;
    list-style-type: none;
    margin: -8px 4px 4px;
    padding: 0 4px;

border-radius: 6px;
}



.social-media-profiles a.social_media {
    text-decoration: none;

}

.fa-twitter {
    color: #00aced;
}

.fa-twitter-square {
    color: #00aced;
    
}

.fa-linkedin {
    color: #007bb6;
}

.fa-linkedin-square {
    color: #007bb6;
}

.fa-google-plus {
    color: #dd4b39;
}

.fa-google-plus-square {
    color: #dd4b39;
}

.fa-google-plus-official {
    color: #dd4b39;
}

.fa-500px {
    color: #00ffcc;
}



@media screen and ( max-width: 600px ) {
#footer {
padding: 0 4px 12px;

}
#footer p {
text-align: center;
}
.social-media-profiles ul {
float: none;
}
}
