/* Oxvik article CSS */

html, body, nav ul {
    background: #1f294b;
}

@media screen and (max-width: 900px) {
    #journal header {
        background: #1f294b;
    }
}

main, h1, nav, footer, .logo {
    color: #fff;
}

a:hover {
    color: #fff;
}

h1:after, #default h2:after {
    background: #60adc1;
}

.previous a:hover, .next a:hover {
    background-color: #60adc1;
}

main #contact {
  background: #221e1d;
}
