html, body {
	margin: 0;
	min-height: 100vh;
	background: white;
	background-size: cover;
	color: black;
}

h1 {
	font-family: 'Patua One', display;
	font-size: 3.2em;
	font-weight: 900;
	margin-bottom: 25px;
}

h2 {
	font-family: 'Patua One', display;
	font-size: 2em;
	font-weight: 900;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Patua One', display;
	font-size: 1.5em;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 15px;
}


p, ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
}

a, .nav-link {
	color: black;
	font-size: 1em;
}

a:hover, .nav-link:hover {
	color: #666666;
}

.document {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.saveBtn {
	background: #28701f;
	border-radius: 50px;
	color: white;
	padding: 0.45em 1.8em;
	border: 0px;
    font-weight: bold;
}

.saveBtn:disabled {
	background: #666666;
}

#editor05, #editor20 {
	font-family: 'Patua One', display;
	font-size: 2.5em;
	font-weight: 900;
	border: 1px dashed black;
	box-shadow: none; 
	outline: none;
}

#editor0:focus-within {
	border: 1px dashed #ff0000;
}

.form-switch.switch-lg {
	padding-left: 0;
}

.checkwrap {
	display: inline-flex;
	align-items: center;   /* vertikal centrering */
	gap: 0.5rem;           /* avstånd mellan box och text */
	cursor: pointer;
}

.checkwrap input[type="checkbox"] {
	transform: scale(1.4);           /* gör checkboxen större */
	transform-origin: center;
	margin-left: 5px;
}
