body {
    /*background-color: #eeeee;*/
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}


#header {
    display: flex;
    flex-direction: column;
    margin: 0.8em 0 0 0;
    color: #005941;
    font-size: 1.1em;
}

#header #logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#header .agency-logo-img {
    height: 80px;
    width: auto;
    margin: 0 1em 0 0;
}

#header #logoText {
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
}

#header img {
    width: 25%;
    height: auto;
}

#header div {
    display: flex;
    flex-direction: column;
    align-content: center;
    vertical-align: middle;
}

#header h2 {
    margin: 0;
}