﻿.social-media-share {
    margin: 10px;
}
.social-media-header {
    margin-top: 5px;
    font-size: 11px;
    color: rgb(1, 108, 185);
}
.social-media {
    margin-top: 10px;
}

.tw-share-button {
    top: 0px;
    right: 5px;
    left: 10px;
    position: relative;
    float: right ;
    text-align: center;
}
/* Style all font awesome icons */
.fa {
    padding: 10px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;

}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}
.fa-rss {
    background: #ff6600;
    color: white;
}