body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

img,
embed,
object,
video {
    margin: 0;
    max-width: 100%;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

h1,
h2,
h3,
h4 {
    line-height: 1;
    margin: 0;
}

h1 {
    color: #2d3c49;
    font-size: 3.25em;
    font-weight: 100;
    line-height: 1em;
    text-transform: uppercase;
}

h2 {
    color: #7d97ad;
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    margin: 10px;
    text-transform: uppercase;
}

h3 {
    color: #7d97ad;
    font-size: 1.75em;
    font-weight: 300;
    padding: 0 0 0 10px;
}

h4 {
    color: #2d3c49;
    font-size: 1.25em;
    font-weight: 400;
    padding-top: 1em;
    text-transform: uppercase;
}

p {
    color: #2d3c49;
    padding: 0 10px 0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}

.shadow {
    box-shadow: 5px 5px 20px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 20px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 20px -4px rgba(0, 0, 0, 0.3);
}

header {
    border-bottom: 3px solid #7d97ad;
    display: flex;
    padding: 40px 0 20px;
    width: 100%;
}

.leftColumn {
    margin: 0 10px 0 0;
    width: 20%;
}

.portrait {
    border-radius: 50%;
    width: 100px;
}

.rightColumn {
    text-align: right;
    width: 80%;
}

main {
    margin: 0 0 20px;
    width: 100%;
}

.portfolioContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    width: 100%;
}

footer {
    border-top: solid 3px #7d97ad;
    font-weight: 100;
    padding: 10px 0 10px;
    text-align: center;
    width: 100%;
}

.footerLink {
    color: #7d97ad;
    padding: 0 5px 0;
    text-decoration: none;
}