﻿body {
    margin: 0;
    padding: 0;
}

header {
    background-color: white;
    height: 65px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#branding {
    display: flex;
    flex-direction: row;
}

#title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0067b1;
}

    #title h1 {
        margin: 0;
    }

#logo {
    margin: 7px 20px 10px 10px;
    height: 50px;
}

.section-nav a {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
