body {
    margin: 0;
    width: 100%;
}

section h3 {
    font-size: 140%;
}

section h4 {
    font-size: 130%;
}

#AboutMe #Robert {
    float: right;
    margin-left: 1em;
    margin-top: 0;
    text-align: center;
    width: 302px;
}

#AboutMe #Robert img {
    width: 300px;
}

#AboutMe #Resume img {
    height: 75px;
    margin-right: 40px;
}

#ServiceDescriptions {
    flex-direction: column;
}

#ServiceDescriptions figure { 
    margin: 1em 0 0 0;
    text-align: left;
}

#ServiceDescriptions img {
    height: 50px;
    margin: 10px;
}

#Clients h3 {
    text-align: center;
}

#ClientImages {
    flex-wrap: wrap;
    justify-content: center;
}

#ClientImages div{
    padding: 2em;
}

#ClientImages div img{
    height: 75px;
}

#GetInTouch {
    flex-direction: column;
}

#GetInTouch div{
    padding: 1em;
    text-align: left;
}

#GetInTouch div img{
    height: 50px;
    margin-right: 10px;
    vertical-align: middle;
}