html {
  overflow-x: hidden;
}

/* CSS added only for */
.-skew-x-12 {
  transform: skewX(-12deg);
}
.skew-x-12 {
  transform: skewX(12deg);
}

/* Adjust the size of the logo for smaller screens */
.logo {
  height: 100px;
}

@media only screen and (max-width: 768px) {
  .logo {
    height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #example-collapse-navbar {
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .slide img {
    height: auto;
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px; /* added round border */
}

.popup-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 10px; /* added round border */
}


.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}


.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.colorfooter {
  background-color: #007A9B;
}

.text-green.fill-current {
  fill: #007A9B;
}

.knopkleuren {

  color:#1B3248
}