
.rounded-social-buttons {
    text-align: center;
}
.rounded-social-buttons .circle-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 2.125rem;
    height: 2.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: 1s ease all;
    margin-right: 0.25rem;
}
.rounded-social-buttons .circle-button:hover, .rounded-social-buttons .circle-button:focus {
    transform: rotate(360deg);
}
.rounded-social-buttons .circle-button.facebook {
    background: #27617E;
}
.rounded-social-buttons .circle-button.facebook:before {
    font-family: "FontAwesome";
    content: "\f09a";
}
.rounded-social-buttons .circle-button.facebook:hover, .rounded-social-buttons .circle-button.facebook:focus {
    color: #27617E;
    background: #fefefe;
    border-color: #27617E;
}
.rounded-social-buttons .circle-button.twitter {
    background: #27617E;
}
.rounded-social-buttons .circle-button.twitter:before {
    font-family: "FontAwesome";
    content: "\f099";
}
.rounded-social-buttons .circle-button.twitter:hover, .rounded-social-buttons .circle-button.twitter:focus {
    color: #27617E;
    background: #fefefe;
    border-color: #27617E;
}
.rounded-social-buttons .circle-button.linkedin {
    background: #27617E;
}
.rounded-social-buttons .circle-button.linkedin:before {
    font-family: "FontAwesome";
    content: "\f0e1";
}
.rounded-social-buttons .circle-button.linkedin:hover, .rounded-social-buttons .circle-button.linkedin:focus {
    color: #27617E;
    background: #fefefe;
    border-color: #27617E;
}
.rounded-social-buttons .circle-button.youtube {
    background: #27617E;
}
.rounded-social-buttons .circle-button.youtube:before {
    font-family: "FontAwesome";
    content: "\f167";
}
.rounded-social-buttons .circle-button.youtube:hover, .rounded-social-buttons .circle-button.youtube:focus {
    color: #27617E;
    background: #fefefe;
    border-color: #27617E;
}
.rounded-social-buttons .circle-button.instagram {
    background: #27617E;
}
.rounded-social-buttons .circle-button.instagram:before {
    font-family: "FontAwesome";
    content: "\f16d";
}
.rounded-social-buttons .circle-button.instagram:hover, .rounded-social-buttons .circle-button.instagram:focus {
    color: #27617E;
    background: #fefefe;
    border-color: #27617E;
}
.rounded-social-buttons .circle-button.pinterest {
    background: #cb2027;
}
.rounded-social-buttons .circle-button.pinterest:before {
    font-family: "FontAwesome";
    content: "\f231";
}
.rounded-social-buttons .circle-button.pinterest:hover, .rounded-social-buttons .circle-button.pinterest:focus {
    color: #cb2027;
    background: #fefefe;
    border-color: #cb2027;
}
.rounded-social-buttons .circle-button.github {
    background: #000;
}
.rounded-social-buttons .circle-button.github:before {
    font-family: "FontAwesome";
    content: "\f09b";
}
.rounded-social-buttons .circle-button.github:hover, .rounded-social-buttons .circle-button.github:focus {
    color: #000;
    background: #fefefe;
    border-color: #000;
}
.rounded-social-buttons .circle-button.tumblr {
    background: #32506d;
}
.rounded-social-buttons .circle-button.tumblr:before {
    font-family: "FontAwesome";
    content: "\f173";
}
.rounded-social-buttons .circle-button.tumblr:hover, .rounded-social-buttons .circle-button.tumblr:focus {
    color: #32506d;
    background: #fefefe;
    border-color: #32506d;
}
