.share {
    float: right;
    padding:0 1.2em 0 0;
    margin-top: 0.5em;
}
.share .socialbuttons {
    width: 25px;
    font-size: 1.2em;
    height: 25px;
    padding: 0;
    border: none;
    margin: 0 0.5em;
}
.share .socialbuttons:last-child {
    margin-right: 0 !important;
}
.share h2 {
    text-transform: none;
}
.share .socialbuttons .fa {
    margin-right: 1px;
}
.share a:hover {
    color:#000 !important;
}
.copyright {
    text-align: left;
    margin-top: 10px;
    float: left;
    padding:0 1.2em;
}
