/* light theme */

/*
body {
    background-color: #FFF7E2;
    margin-bottom: 20mm;
}

a, a:visited {
	color: #067300;
}
*/

/* dark theme */
body {
    background-color: #141414;
    margin-bottom: 20mm;
}

* {
	color: #FFFFFF;
}

button {
	background-color: #202020;
	padding: 1em;
	font-weight: bold;
}

a, a:visited {
	color: #EDFFBD;
}


p, ul, ol, .question-box, .paragraph {
    max-width: 176mm; /* B5 paper width */
    /* background-color: #f0e0e0;*/
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
}



.question-box {
	margin-bottom: 1.5em;
}

/* make sure div is centered */
div {
    margin-left: auto;
    margin-right: auto;
}


h1, h2, h3, h4, h5 {
    text-align: center;
}
.h1sub {
    text-align: center;
}

/* add some space below boards */
.besogo-viewer, .besogo-editor {
	margin-bottom: 2.0em;
}


#banner {
	width: 100%;
	height: 100px;
	text-align: center;
	background-image: url("../images/banner ergo narrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 1000px) {
	#banner {
		background-image: url("../images/banner ergo.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
	
