#picture-area{
    height: 100%;
}
#picture-frame{
    border-radius: 50%;
    overflow: hidden;
    height: 13.5em;
    width: 13.5em;
}
#headshot{
    height: 100%;
    width: 100%;
    background-image: url('assets/headshot.jpg');
    background-position: 7px 0%;
    background-size: 100%;
}
#about .section-descr{
    display: inline-block;
}
#about .section-descr a{
    display: inline-block;
    text-decoration: none;
    color:rgb(60, 112, 255);
}
#header-social-links{
    display: flex;
    flex-direction: row;
}
#header-social-links-social-area{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 1em;
    width: 33%;
}
#header-social-links .social-link{
    font-size: 1.5em;
    text-decoration: none;
}
#header-social-links .social-icon{
    margin: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header-social-links .social-icon i{
    color: black;
    font-size: 1em;
    transition: ease-in-out 0.125s;
}
#header-social-links .social-icon i:hover{
	color: rgb(50, 75, 255);
}
#header-social-links .social-icon .text{
    color: black;
    font-size: 1em;
    transition: ease-in-out 0.125s;
}
#header-social-links .social-icon .text:hover{
	color: rgb(50, 75, 255);
    cursor: pointer;
    transition: ease-in-out 0.125s;
}