* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color:#f5e1dc; 
  color: #333;
  padding: 0px;
  font-family: "Nunito", sans-serif;   font-optical-sizing: auto;   font-weight: <weight>;   font-style: normal;
}

h2 {
  display: flex;
  justify-content: center;
  color: #333;
  font-family: "Nunito", sans-serif;   font-optical-sizing: auto;   font-weight: <weight>;   font-style: normal;
}

header {
  background: #7c2727;
  padding: 0, 0;
  font-family: "Nunito", sans-serif;   font-optical-sizing: auto;   font-weight: <weight>;   font-style: normal;
}

.nav-container { 
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Crimson Text", serif;   font-weight: 400;   font-style: normal;
}

.logo a {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #faf6f7;
  text-decoration: none;


}

.logo:hover a {
  color: #333;
}

.logo nav ul li a:hover {
  color: #333;
}

#butons {
  display: flex;
  list-style: none;
  gap: 1.2rem;  
  text-decoration: none;
  font-size: larger;
  padding-top: 20px;
  align-items: center;
  gap: 1rem;
}
#butons li a {
  background-color: transparent;
  color: #FAF9F6;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#butons li a:hover {
  background-color: #ffffff;
  color: #333;
}
nav ul {
  display: flex;
  list-style: none;
  gap: 1.2rem;  
  text-decoration: none;
  font-weight: 500;

}

.signup {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.signup a {
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}
.signup .sign {
  background-color: #a14c4c;
  color: #fcd7d7;
  border: 2px solid #fcd7d7;
}
.signup .sign:hover {
  background-color: #642323;
  color: #ffffff;
}
.signup .log {
  background-color: #642323;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.signup .log:hover {
  background-color: #a14c4c;
  color: #fcd7d7;
}
.signup p{
  color: white;
}
#vio {
  display: flex;
  padding: 35px 35px 35px 35px;

}
#vio iframe {
  width: 100%;
  height: 800px;
  object-fit: cover;
  padding: 0;
  border-radius: 15px;
}
p {
  margin: 15px 15px 15px 15px;
  text-align: center;
  font: open-sans, sans-serif;
}
#missie {
  background-color: rgb(88, 18, 18);
  margin-top: 20px;
  margin-bottom: 25px;
}
#missie h2 {
  text-align: center;
  font: montserrat, sans-serif;
  padding: 15px 15px 0 15px;
  color: white
}
.missi p {
  text-align: center;
  font: open-sans, sans-serif;
  color: white;
  max-width: 700px;
  margin-left:calc(50% - 350px);
}
.overzicht {
  display: flex;
  justify-content: center;
  margin: 20px 0 20px 0;
}
.overzicht button {
  background-color: #b14848;
  border: none;
  padding: 15px 30px 15px 30px;
  border-radius: 10px;
  font-size: 1.2rem;
}
.overzicht button a {
  text-decoration: none;
  color: #333;
}
.overzicht button:hover {
  background-color: #a84343;
  cursor: pointer;
}
footer {
  background-color: #7c2727;
  padding: 20px 0 20px 0;
  margin-top: 20px;
}
footer p, footer a {
  color: #888888;
  text-align: center;
  font-family: open-sans, sans-serif;
}
/*kaart*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 500px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #4b2020;
  color: white;
  border-radius: 15px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);

}

#kaart{
  display: grid;
  grid-template-columns: auto auto auto;
  margin-left: 5%;
  grid-gap: 10px;


}
.cardlink{
  text-decoration: none;
  color: white;
}