a {
    text-decoration: none;
}

h1 {
    font-size: 1.375em;
    color: #fff;
}

.content-developer {
    width: 250px;
    height: 30px;
    text-align: center;
    background: #303336;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: -29px;
    overflow: hidden;
}

.arrow-dev-up {
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url("../images/arrow-white-up.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.arrow-dev-down {
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url("../images/arrow-white-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

.mask-dev {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.developer {
    width: 100%;
    color: #fff;
    font-size: .9em;
    font-family: Arial, sans-serif;
    line-height: 30px;
}

.back-photo-dev {
    width: 100%;
    height: 90px;
    background-image: url("http://images-server.fernando-developer.com/fundo-linkedin.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 65px;
}

.photo-dev {
    width: 105px;
    height: 105px;
    border: 5px solid #303336;
    border-radius: 50%;
    background-image: url("http://images-server.fernando-developer.com/my-photo-linkedin.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
}

.name-dev {
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 1.375em;
    margin: 0;
}

.link-name-dev {
    color: #fff;
}

.link-name-dev:hover {
    color: #005e93;
}

.btn-dev {
    width: 130px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 0 13px;
    background-color: #008cc9;
    border-color: #008cc9;
}

.link-linkedin {
    font-family: Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    width: 100%;
    line-height: 31px;
    font-size: .78em;
    color: #fff;
    white-space: nowrap;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.btn-dev:hover {
    background-color: #0077b5;
}

.logo-linkedin {
    width: 100px;
    height: 19px;
    margin: 15px auto;
    background-image: url("http://imagesserve.fernandodeveloper.com/logo_linkedin.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}