/* The floating social icon bar */
.socialbar {
    width: auto;
    margin: auto;
    position: fixed;
    top: 25%;
    right: 3%;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}
.socialbar li {
    padding: 15px;
    list-style-type: none;
    text-align: center;
}
.socialbar li a {
    font-size: 20px;
    color: #808080
}
.fa-facebook-f {
    color: #3d5b99;
}
.fa-twitter {
    color: #00aced;
}
.fa-instagram {
    color: #833ab4;
}