/* Overlays over the normal stylesheet and just handles the differences */

body {
    background-color: white;
    color: black;
    margin: 0;
    font-family: overpass, sans-serif;
    font-weight: 500;
}

a{
    text-decoration: underline;
    color: #045;
}

a:visited
{
    color: #045;
}

body > header
{
    display: none;
}

#content{
    margin: 1em 1em 1em 1em;
}

nav {
    display: none;
}

h1 {
    font-size: 3em;
    margin: 0;
    font-weight: 800;
}

h1 > a:link, h1 > a:visited {
    color: inherit;
}

h3, h4, h5, h6{
    color: #045;
}

/* Comments stuff: */
#pcs-comments {
	display: none;
}
