/*---------------------------------------------
  PROFILE/BIOGRAPHY
---------------------------------------------*/

#talent {
    margin-top: -90px;
    padding-top: 90px;
}

#profile h3 {
font-size: 24px;
}

#profile span.name {
font-size: 20px;
color: #000;
}

img.profile-main {
max-width: 720px;
margin: auto;
display: block;
}

p.name {
margin-top:8px;
font-size: 16px;
font-weight: bold;
}

a.more {
color: #5F6368;
position: relative;
}

a.more:after {
font-family: FontAwesome;
content: "\f105";
display: inline;
margin-left: 0.5rem;
font-size: 16px;
}

@media (hover: hover) {
a.more:hover {
color: #5F6368;
opacity: 0.8;
}

}


@media (min-width: 768px) {
#profile h3{
font-size: 26px;
}

#profile span.name {
font-size: 24px;
}
}