body {
	margin: 0;
}

body > section {
	display: none;
}

h1 {
	font-size: xx-large;
	text-align: center;
}

* {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	margin: 0;
    padding-top: 12px;
}

body > section.visible {
	display: block;
    bottom: 0;
    right: 0;
    position: absolute;
    left: 0;
    top: 0;
}

section#start {
    max-width: 800px;
    margin: 0 auto;
}

#start > #box {
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
}

section#start {
	text-align: center;
	font-size: 24px;
	margin-top: 30vh;
}

button {
    background-color: #fff;
}

section#menu, section#uitlegpagina, section#spelcontrole, section#sva {
	margin: 0 auto;

	background: white;
	box-shadow: 0 0 24px grey;
	min-height: 100vh;
	position: relative;

	padding: 0 36px;
    max-width: 650px;
    line-height: 1.3;
}

#spel_title_input, #title_input {
    font-size: 1em;
}

#spel_text_input {
	font-family: 'Inconsolata', monospace;
	font-size: larger;
}

button {
	font-size: 18px;
	padding: 8px;
	border-radius: 8px;
	margin: 4px;
}

p#solution {
	font-family: 'Inconsolata', monospace;
	background-color: black;
	display:inline-block;
}

p#solution:hover {
	background-color: white;
}

#uitlegpagina.visible {
	display: flex;
	flex-direction: column;
}

#uitlegpagina > #back_to_menu {
}

#uitlegpagina h1 {
	display: inline;
}

#uitlegpagina #slides {
	flex-grow: 1;
    padding: 24px;
    /*font-family: ;*/
}

#slides > .slide {
	display: none;
}

#slides > .visible {
	display: initial;
}

#uitlegpagina #buttons {
	display: flex;
	margin: 12px;
}

#theme_audio {
    /*display: none;*/
}