body {

}


h1, h2, p {
    margin-bottom: 28px;
}


h1 {
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 2.6em;
}

h2 {
    font-family: 'Muli', sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    color: #344d48;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom:thin solid #584422;
}


header h1 {
    text-align: center;
    color: #fff;
    background-color: #344d48;
    padding: 5px 10px;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-size:1.6em;
    font-family: 'Raleway', serif;
    line-height: 1.5;
    color: #000;
}

a {
    font-size:1.6em;
    font-family: Garamond;
    }


#wrap {
    display: flex;
}

#social-media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
}

#social-media img {
    margin-right: 25px;
}

header {
    background: #5F7973;
    padding: 75px 50px;
    width: 45%;
    box-sizing: border-box;
    overflow: hidden;
}

img.headshot {
    border-radius: 50%;
    overflow: hidden;
    width: 175px;
    height: 175px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: 5px solid #584422;
    margin-bottom: 45px;
}

aside {
    background: #F5F5F4;
    padding: 100px 50px 75px;
    width: 55%;
    box-sizing: border-box;
}

@media (max-width: 940px){
    #wrap {
        display: block;
    }
    header {
        width: 100%;
    }

    aside {
        width: 100%;
    }
}