body {
    font-family: 'Arial', sans-serif;
}

/*navigatiebar*/
.navbar-brand {
  font-weight: bold;
  font-size: 30px;
  padding-left: 12px;
}

.navbar-nav .nav-link {
transition: color 0.3s ease-in-out, transform 0.3s ease-in-out; 
}

.navbar-nav .nav-link:hover {
  color: #FF8150;
  transform: scale(1.1); 
}

.contact {
  margin-right: 100px;
}

.over-ons {
  padding-right: 20px;
}

.navbar-nav .nav-link {
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out; 
}

.navbar-nav .nav-link:hover {
  color: white; 
  transform: scale(1.1); 
}

/*intro-zin*/
.intro-zin {
  color: #111;
  font-weight: bold;
}

/*praktisch*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

h2 {
  color: #FF8150;
  font-size: 24px;
  font-weight: bold;
}

p {
  line-height: 1.6;
}

.card {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
}

/*footer*/
.footer {
  background-color: #111;
  color: #ddd;
  padding:  20px 0;
}

.footer p {
  color: #ddd;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-section h4 {
  margin-bottom: 15px;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.footer-section ul,
.footer-section p {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.footer img {
width: 50px;
}

.social-media a {
  text-decoration: none;
  color: #ddd;
  margin-bottom: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #444;
}