* {
	box-sizing: border-box;
	background-color: hsl(47, 49%, 87%);
  }
    
  img {
	width: 100%;
	height: auto;
	z-index: 1;
  }

  .img{
	z-index: 1; /* Lower z-index */
  }
  
  .row:after {
	content: "";
	clear: both;
	display: table;
  }

  .menu button {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding: 0px;
	margin-bottom: 7px;
	background-color: transparent;
	border-style:none;
	bottom: 0px;
	position: relative;
  }

  [class*="button-list-"] {
	display: flex;
	/*flex-wrap: wrap; /* Allows buttons to wrap to the next line on smaller screens */
	list-style-type: none; /* Removes default list styling */
	padding: 0; /* Removes default padding */
	gap: 5px; /* Adds space between buttons */
	font-size: 1.08vw; /* Sets the font size to 16 pixels */
  }
  
  .button-list-right{
	justify-content: flex-end;
	float: right;
	width: 20px;
  }

  .button-list-left{
	justify-content: flex-start;
  }

  .button-list-left a {
	text-decoration: none;
	color: rgb(150, 150, 150);
  }

  .button-list-left a:visited {
	color: rgb(150, 150, 150);
  }

  .button-list-left a:hover {
	color: #000000;
  }

  .topnav {
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	width: 100%;
  }

  .topnav img{
	display: flex;
	overflow: hidden;
	width: 20px;
  }
  
  .topnav #myLinks {
	display: none;
	float: left;
	width: 80%;
  }
  
  .topnav a {
	color: rgb(0, 0, 0);
	padding: 5px 5px;
	text-decoration: none;
	font-size: 17px;
	display: flex;
  }
  
  .topnav a.icon {
	display: flex;
  }
  
  .centered-text-block {
	display: flex;
	justify-content: center; /* Centers the block horizontally */
	align-items: center; /* Centers the block vertically */
	border: 2px solid rgba(0, 0, 0, 0.5); /* Adds a black border */
	background-color: #d6cece;
	padding: 20px; /* Adds some padding inside the block */
	margin: -60px auto; /* Centers the block and adds margin */
	width: 70%; /* Sets the width of the block */
	text-align: center; /* Centers the text inside the block */
	z-index: 3; /* Higher z-index */
	font-family: Garamond, serif;
	font-size: 2.3vw;
	position: relative;
	font-weight: bold;
  }

  .h1{
	color: rgb(75, 75, 75);
  }

  .tapijten{
	padding: 5px;
  }

/* Footer stijlen */
footer {
    background-color: #333; /* Achtergrondkleur van de footer */
    color: #fff; /* Tekstkleur */
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: #333; /* Achtergrondkleur van de footer-content */
    color: #fff; /* Tekstkleur */
    padding: 20px;
}

.footer-content p {
    margin: 5px 0;
    line-height: 1.6;
    background-color: #333; /* Achtergrondkleur van de paragrafen */
    color: #fff; /* Tekstkleur */
}

.footer-content a {
    color: #fff; /* Linkkleur */
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}
  
 /* For mobile phones: */ 
  [class*="col-"] {
	float: left;
  }
  
  
  @media only screen and (max-width: 600px) {
	/* For mobile phones: */
	.col-m-0 {width: 0%;}
	.col-m-1 {width: 100%;}
	.topnav{
		display:flex;
	   }
	.button-list-left{
		display:none;
	  }
	.button-list-right{
		display:none;
	  }
	.centered-text-block {
		margin: -30px auto; /* Centers the block and adds margin */
		font-size: 5vw;
	}
  }

  @media only screen and (min-width: 600px) {
	/* For tablets: */
	.col-t-0 {width: 0%;}
	.col-t-1 {width: 10%;}
	.col-t-2 {width: 20%;}
	.col-t-3 {width: 30%;}
	.col-t-4 {width: 40%;}
	.col-t-5 {width: 50%;}
	.col-t-6 {width: 60%;}
	.col-t-7 {width: 70%;}
	.col-t-8 {width: 80%;}
	.col-t-9 {width: 90%;}
	.col-t-10 {width: 100;}
	.topnav{
		display:none;
	   }
	.button-list-left{
		display:flex;
	   }
	.button-list-right{
		display:flex;
	   }
	.centered-text-block {
		margin: -40px auto; /* Centers the block and adds margin */
		font-size: 2.3vw;
	}
  }

  @media only screen and (min-width: 768px) {
	/* For desktop: */
	.col-d-1 {width: 8.33%;}
	.col-d-2 {width: 16.66%;}
	.col-d-3 {width: 25%;}
	.col-d-4 {width: 33.33%;}
	.col-d-5 {width: 41.66%;}
	.col-d-6 {width: 50%;}
	.col-d-7 {width: 58.33%;}
	.col-d-8 {width: 66.66%;}
	.col-d-9 {width: 75%;}
	.col-d-10 {width: 83.33%;}
	.col-d-11 {width: 91.66%;}
	.col-d-12 {width: 100%;}
	.topnav{
		display:none;
	   }
	#button-list-left{
		display:flex;
	   }
	#button-list-right{
		display:flex;
		}
	.centered-text-block {
		margin: -60px auto; /* Centers the block and adds margin */
		font-size: 2.3vw;
	}
  }

  
  html {
	font-family: "Lucida Sans", sans-serif;
  }

  h1{
	margin: 15px;
  }

  p{
	margin: 15px;
  }
  
  .header {
	background-color: #ffffff;
	color: #000000;
	padding: 15px;
  }
  
  
  
  .dropdown-content {
	display: none; /* Hidden by default */
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }

  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }

  .dropdown-content a:hover {
	background-color: #f1f1f1;
  }

  .dropdown:hover .dropdown-content {
	display: block; /* Show the dropdown on hover */
  }

  
  

  .aside {
	background-color: #33b5e5;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  .footer {
	background-color: #0099cc;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 15px;
  }

  