html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

.hide-button {
  display: none;
}

.ulNavbar .nav-item a.active button {
  background-color: black;
  color: white; /* Optional: Change text color if needed */
}

.stuffOnTop {
  display: flex;
  justify-content: space-around; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Zorgt ervoor dat de navbar boven andere elementen staat */
}

.ulNavbar {
  display: flex;
  justify-content: space-around;
  width: 500px;
}

.navbar p {
  white-space: nowrap;
}

.hamburgerMenu button {
  font-size: 0.9rem;
}

.main-content {
  margin-top: 130px; /* The height of your navbar */
}

h1 {
  font-size: 2.5em;
  line-height: 1.5em;

  padding-top: 50px;
  padding-bottom: 100px;
}

#welcome {
  margin-top: 100px;
}

#welcome img {
  width: 100%; /* Make image use up full width of its container */
  max-height: 1400px; /* Maximum height is set to 800px */
  height: auto; /* Height is automatic to maintain aspect ratio */
  display: block; /* Display block to remove any bottom margin/whitespace */
  object-fit: cover; /* Cover ensures the image covers the area, might crop */
  object-position: top;
  opacity: 0.4;
}

.homeText {
  position: absolute; /* This positions the text absolutely within the parent container */
  top: 0; /* Aligns the text to the top of the container */
  left: 0; /* Aligns the text to the left of the container */
  width: 100%; /* Ensures the text container is as wide as the image */
  height: 100%; /* Ensures the text container is as tall as the image */
  display: flex;
  margin-top: 105px; /* Uses flexbox to center the content */
  align-items: flex-start; /* This centers the text vertically */
  justify-content: start; /* This centers the text horizontally */

  color: white;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 rgb(166, 213, 19), -1px 1px 0 rgb(166, 213, 19),
    1px 1px 0 #000;
}

.homeText h1 {
  margin: 0; /* Removes default margin from the h1 */
  width: 45%;
  padding: 30px; /* Adds some padding around the text */
  box-sizing: border-box; /* Ensures padding is included in width/height */
  font-size: 1.15em;
}



i {
  padding-right: 10px;
}

#features {
  padding: 7% 15%;
}

.feature-box {
  text-align: center;
  padding: 5%;
}

h3 {
  font-weight: bold;
}

p {
  color: #8f8f8f;
}

.icon {
  color: rgb(166, 213, 19);
  padding-bottom: 40px;
}

.icon:hover {
  color: rgb(227, 243, 180);
}



#diensten {
  position: relative;
  z-index: 1;

  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */

  padding-top: 70px; /* Hoogte van je navbar */
  margin-top: -70px;/* Centreert de afbeelding */

}

#diensten::before {
  content: '';
  background-image: url('../images/background.jpg');
  background-size: 120%;
  background-repeat: repeat;
  background-position: top center;
  opacity: 0.07; /* Adjust the opacity as needed */
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.divDiensten {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
  flex-direction: column;
  width: 75%;
}

.divChapters {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: start; /* Verticaal centreren als u dit ook wilt */
  flex-direction: column;
  
}

.text-content {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
}

.divSubChapters {
  display: flex;
  justify-content: start; /* Horizontaal centreren */
  align-items: flex-start; /* Verticaal centreren als u dit ook wilt */
  flex-direction: column;
}

.iconLeftOfText {
  margin-right: 50px;
}

.divChapter h2 {
  padding-bottom: 50px;
}

.divChapter {
  padding-bottom: 200px;
}

.divLastChapter {
  padding-bottom: 0px;
}

#overmij {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
  
  padding-top: 70px; /* Hoogte van je navbar */
  margin-top: -70px;
}

.divOverMij {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
  flex-direction: column;
  width: 75%;
}

.divOverMij .profilePictureNextToText {
  border-radius: 50%;
  border: 6px solid rgb(166, 213, 19);
}

.divOverMij .profilePictureNextToTitle {
  border-radius: 50%;
  width: 80px; /* or any size you want */
  height: auto; /* maintains the aspect ratio */
  margin-top: -50px;
  margin-right: 10%;
  border: 6px solid rgb(166, 213, 19);

}

.overmijText {
  padding-left: 40px;
}

.divTextandImage {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
  flex-direction: row;
  padding-bottom: 200px;
  width: 100%;
}

.carouselPictures {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* Adjust this value as needed */
}

.carousel-inner,
.carousel-item {
  height: 100%;
}

#carouselExampleCaptions {
  width: 90%; /* Full width of the container */
  height: 700px; /* Fixed height */
  margin-bottom: 300px;
}

#tarieven {
  padding-top: 70px; /* Hoogte van je navbar */
  margin-top: -70px;
}

#tarieven table{
  margin-bottom: 20px;
  
}

#tarieven table th {
  height: 40px;
  color: rgb(166, 213, 19);
}

#tarieven table td {
  white-space: nowrap;
}

.divTarieven {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  flex-direction: row;
}

.divHondofKatTarieven {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 200px;
  width: 50%;
}

.divHondofKatTarieven h5 {
  height: 80px;
}

.td1stcolDog {  
  padding-right: 20px;
  height: 40px;
  text-align: right;
}

.td2ndcol { 
  padding-right: 20px;
}

.td1stcolCat {
  white-space: nowrap;
  padding-right: 20px;
  height: 40px;
}

#contact {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
  flex-direction: column;

  padding-top: 70px; /* Hoogte van je navbar */
  margin-top: -70px;
}

#contact::before {
  content: '';
  background-image: url('../images/background.jpg');
  background-size: 120%;
  background-repeat: repeat;
  background-position: top center;
  opacity: 0.07; /* Adjust the opacity as needed */
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


#contact h4 {
  padding-bottom: 60px;
}

.divContact {
  width: 75%;
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
  flex-direction: column;
}

.divContactBox {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
  flex-direction: row;
  margin-bottom: 30px;
  margin-top: 30px;
}



.whatsapp {  
  padding: 30px;
  border: 2px solid rgb(166, 213, 19);
  border-radius: 100px;
  margin-bottom: 150px;
}

.whatsapp:hover {

  background-color: rgb(236, 240, 239);
}

#contact .contactIcon {
  color: rgb(166, 213, 19);
  padding-right: 40px;
}

.divSocialMedia {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
  align-items: center; /* Verticaal centreren als u dit ook wilt */
  margin-left: 50px;
  margin-right: 50px;
  text-decoration: none;

  padding: 30px;
  border: 2px solid rgb(166, 213, 19);
  border-radius: 100px;
}

.divSocialMedia:hover {
  background-color: rgb(236, 240, 239);
}

#contact .socialIcon {
  color: rgb(166, 213, 19);
  padding-right: 20px;
}

a {
  text-decoration: none;
}

#EndImage img {
  margin-top: 180px;
  margin-bottom: 200px;
  width: 50%;
  max-width: 350px;
}

#EndImage {
  display: flex;
  justify-content: center; /* Horizontaal centreren */
}

@media (max-width: 1100px) {
  .divDiensten {
    width: 90%;
  }
  .divOverMij {
    width: 90%;
  }
  #carouselExampleCaptions {
    height: 350px; /* Fixed height */
    width: 95%; /* Full width of the container */
  }
}

.iconAboveh2 {
  display: none !important;
}



.profilePictureNextToTitle {
  display: none;
}

@media (max-width: 500px) {
  .divContactBox {
    flex-direction: column;
    gap: 30px;    
  }
  #contact .contactIcon {
    padding-right: 0px;
  }
  .whatsapp {  
    padding: 10px;
  }

}

@media (max-width: 575px) {
  /* Adjust the max-width as needed */

  .hamburgerMenu ul {
    width: 100%;
    display: flex;
    justify-content: end; /* Horizontaal centreren */
    align-items: end; /* Verticaal centreren als u dit ook wilt */
  }
  .hamburgerMenu button {
    width: 150px;
    margin-bottom: 10px;
  }

  .iconLeftOfText {
    display: none !important;
  }

  .iconAboveh2 {
    display: block !important; /* Makes .iconAboveh2 visible on small screens */
    margin: 0;
    margin-top: -20px;
  }
  .profilePictureNextToText{
    display: none;
  }
  .profilePictureNextToTitle{
    display: block !important; /* Makes .iconAboveh2 visible on small screens */
  }



}

@media (min-width: 600px) {
  /* Adjust the pixel value based on when you want to switch styles */
  #welcome img {
    object-position: center 47%; /* Centers the image on larger screens */
    max-height: 300px;
  }
  .homeText h1 {
    font-size: 2em;
    width: 55%;
  }
  .homeText {
    margin-top: 120px;
  }
  .main-content {
    margin-top: 0; /* The height of your navbar */
  }
}

.logoShort {
  display: none;
}

@media (max-width: 900px) {
  .logoLong {
    display: none !important;
  }
  .logoShort{
    display: block; /* Makes .iconAboveh2 visible on small screens */
  }
  .divTarieven {
    flex-direction: column;
  }
  .divHondofKatTarieven {
    width: 100%;
  }
}