#header #logo {
    margin-top: 6px;
}

h1, .h1 {
    color: #000080;
}

#header #nav {
    color: #000080;
    margin-top:6px;
}

#header #nav ul a {
    color: #000080;
}

#header #nav ul a:hover {
    background-image: linear-gradient(transparent, transparent 5px, #000080 5px, #000080);
}

#header #nav ul {
    border: none;
}


#header #nav ul li {
    border-color: #000080;
}

article .content h2:before {
    position: absolute;
    top: -4px;
    left: -1rem;
    color: #000080;
    content: "#";
    font-weight: bold;
    font-size: 1.2rem;
}

h2 {
    text-decoration: none;
    color:#808080;
}

h3 {
    text-decoration: none;
    color:#808080;
}

h4 {
    text-decoration: none;
    color:#808080;
}

.news-preview{
    border: 1px dashed #808080;
    padding:0.5rem;
    margin-bottom:1rem;
}

.news-preview h4{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
    color:#000080;
}
.withImage{

}

.content-image{
    width:20%;
    float: left;
    padding-top:114px;
}

.content-image .copyright{
    padding-top:4px;
    font-size: 0.8em;
}

.content-text{
    width:75%;
    margin-right:5%;
    float: left;
}