/*Rafael PacMe CSS: Profile Viewport (Profile Image, Name and Description of the person)
	 Complete Library for this project.
  (c) Rafael PacMe <rafy.pachecomendez@gmail.com>
*/

#profile-bg {
        position: fixed;
        left: 0;
        width: 100%;
        height: 150px;
        background-size: 100%;
        background-position: 50% 20%;
        text-align: center;
}

#content {
        position: relative;
        padding-top: 200px;
}

#profile-info {
        position: absolute;
        top: -95px;
        width: 100%;
        z-index: 2;
        text-align: center;
}
#profile-name {
        color: white;
        font-size: 26px;
}
#profile-description {
        font-size: 15px;
        color: #888;
}
#profile-description a {
        color: #888;
}

#profile-image {
        display: block;
        border-radius: 100px;
        border: 1px solid #fff;
        width: 128px;
        height: 128px;
        margin: 30px auto 0;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}