body {
    background-size: cover;
    
}

.social {
    position: relative;
    /*width: 100%;*/
    top: 30%;
    text-align: center;
    transform: translateY(-50%);
    float: left;
    margin-top: 44px;
}

.social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px dashed #222;
    background-clip: content-box;
    padding: 3px;
    transition: .5s;
    color: #D7D0BE;
    margin-left: 5px;
    margin-right: 5px;/
    text-shadow:
        0 -1px 0 rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 25px;
}

.social .link span {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social .link:hover {
    border: 1px dashed white;
    /*
    padding: 20px;
    color: white;
    margin-left: -5px;
    transform: translateX(10px) rotate(360deg);
    */
}

.social .link.google-plus {
    background-color: white;
    color: #9d9d9d;
}

.social .link.twitter {
    background-color: white;
    color: #9d9d9d;
}

.social .link.facebook {
    background-color: white;
    color: #9d9d9d;
}
.social .link.linkedin {
    background-color: white;
    color: #9d9d9d;
}
