header {

    background-color: #003247;
    border-bottom: 2px solid #335E6F;
    color: white;
}

header > div.content {
    
    width: 100%;
    padding: 10px;
    padding-bottom: 0px;
}

header > div.content > h1 {

    font-size: 16px;
}

header > div.content p {

    font-size: 12px;
}

header > div.content a {

    color: white;
}

header > div.content a:hover {

    color: rgba(255, 255, 255, 0.767);
}