body{
	font-family: system-ui, sans-serif;
	background: #FAF5F0;
	color: #3B2F2F;
	padding: 0;
	margin: 0;
}

/* header  */
.top-border{
	background-color: #3B2F2F;
	height: 20px;
	width: 100vw;
}

.logo{
	background-color: #3B2F2F;
	display: flex;
	flex-direction: column;
	width: 400px;
	height: 200px;
	justify-content: space-around;
}
.logo-text{
	color: #FAF5F0;
	font-size: 2.25em;
}
.logo-text:nth-child(1){
	transform: scaleX(1.17);
	font-size: 3.75em;
}
.logo-text:nth-child(2){
	transform: translate(0px, -30px);
	font-family: "Playfair Display", serif;
	font-style: italic;
}



.topnav {
	background-color: #3B2F2F;
	color: white;
	position: fixed;
	width: 400px;
	top: 20px;
	left: 0;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 40px 40px;
  text-decoration: none;
  font-size: 40px;
  display: block;
}

.topnav a.icon {
  background: #3B2F2F;
  color : #FAF5F0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.geenoptie{
	background-color: #3B2F2F;
	color: #3B2F2F;
}
.topnav a.geenoptie p{
	font-size: 0.3em;
}





/* footer */

footer{
	border-top: 1px solid gray;
}
.decorationoff{
	text-decoration: none;
	color: #3B2F2F;
}

.margin{
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 35px;
	font-size: 2.25em;
}

.wrapper {
	display: grid;
	grid-template-columns: repeat(2, 0.7fr) 2fr;
	grid-template-rows: 50px;
	align-items: center;
	font-size: 0.8em;
}