@import url('https://fonts.cdnfonts.com/css/lt-binary-neue');

body {
	background-color: #eaf0f6;
	font-family: sans-serif;
	line-height: 1.6;
	margin-left: 5rem;
	margin-right: 5rem;
}

#content {
	text-align: center;
}

h1,
h2,
h3 {
	font-family: 'LT Binary Neue Round', sans-serif;
}

h3 {
	text-align: left;
}

.centerheader {
	text-align: center;
}

a:link {
	color: #bb0;
	text-decoration: none;
}

a:visited {
	color: #770;
}

a:hover {
	color: #cc9;
}

a:active {
	color: #440;
}

button {
	color: #330;
	background: #ddb;
	border-color: #bb0;
	width: 100%;
	max-width: 1260px;
	font-size: 4rem;
    /*border-radius: 50%;*/
}

button:hover {
	background: #cc9
}

button:active {
	background: #cc8
}

.imgbox {
	display: grid;
	width: 100%;
}

.center-fit {
	max-width: 100%;
	max-height: 100vh;
	margin: auto;
}

.onderstreept {
	text-decoration: underline;
}

.milieu-lijst {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;

	li {
		text-indent: -1.5rem;
		margin: 1em;
	}

	li::before {
		content: "\26A1\ ";
	}
}

.maatschappij-lijst {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;

	li {
		text-indent: -1.5rem;
		margin: 1em;
	}

	li::before {
		content: "\1F64B\ ";
	}

}

.biljonair-lijst {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;

	li {
		text-indent: -1.5rem;
		margin: 1em;
	}

	li::before {
		content: "\1F4B0\ ";
	}
}

.url-lijst {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;

	li {
		text-indent: -1.5rem;
		margin: 1em;
	}

	li::before {
		content: "\1F680\ ";
	}
}

@media screen and (max-width:760px) {
	h1 {
		font-size: 60px !important;
		line-height: 1.1 !important;
	}

	h2 {
		font-size: 54px !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
	}

	h3 {
		font-size: 42px !important;
		line-height: 1.5 !important;
	}

	li {
		font-size: 36px !important;
		line-height: 1.5 !important;
	}
}