.navbar {
    background-color: #012e58;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.left-col {
    background-color: #012e58;
    color: white;
    margin-right: 12px;
}
.left-col a {
    color:white;
    text-decoration: underline;
}
.left-col a:link {
    color:white;
}
.left-col a:visited {
    color:white;
}
.left-col a:hover {
    color:white;
}
.left-col a:active {
    color:white;
}
.title {
    text-decoration: underline;
}
.skill-list {
    font-size: 0.7em;
    text-decoration: none;
}
.skill-list a {
    text-decoration: underline;
}
.recog-list {
    font-size: 0.7em;
    text-decoration: none;
}
.recog-list a {
    text-decoration: underline;
}
.edu-list {
    font-size: 0.7em;
    text-decoration: none;
}
.edu-list a {
    text-decoration: underline;
}

.right-col {
    
}
.right-col a {
    color: white;
}
.name {
    font-size: 3em;
    font-weight: bold;
}
.position {
    font-size: 1.5em;
    font-weight: bold;
}
.headshot {
    float: right;
    width: 200px;
    height: 200px;
    margin-top: 10px;
}
.summary {
    padding-top: 15px;
}
.company{
    font-weight: bold;
}
.workhistory-list li{
    margin-left: 10px;
}
.workhistory-role-title {
    font-weight: bold;
}
.workhistory-project-title {
    font-weight: bold;
}
.workhistory-project-list li{
    margin-left: 20px;
}
footer {
    background-color: black;
    color: white;
}
