#home-text {
    text-align: center;
}

.portfolio-buttons {
  background-image: url("images/contact-achtergrond.png");
  background-size: cover;
  color: white;
}

.btn-portfolio {
  color: #dcdcdc !important;
  margin: 10px;
}

.portfolio-afbeelding {
  pointer-events: none;
  user-select: none;
}

.portfolio-afbeelding::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#schilderijen {
  height: 500px !important;
}
.schilderijen-welkom {
  background-color: rgb(111, 18, 11) !important;
  color: #dcdcdc;
}
.dropdown-item:hover {
  background-color: transparent !important;
}

.image-container {
  position: relative;
  display: inline-block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13%;
  background-color: rgba(57, 57, 58, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sold-text {
  color: #dcdcdc;
  font-size: 17px;
  font-weight: bold;
}

.img {
  display: none;
}
.card.schilderij-card {
  /*height: 250px !important;*/
  margin: 10px;
}

.btn-portfolio:hover {
  color: #ffffff !important;
  margin: 10px;
}

.contact-information {
  background-image: url("images/contact-achtergrond.png");
  width: 400px;
  height: 400px;
  color: #dcdcdc ;
}

.cursief {
  font-style: italic !important;
}

.loader {
  display: none;
}

body {
  font-family: Playfair Displar, serif !important;
  color: #333;
}

a {
  color: #dcdcdc;
}

#navigatie {
  background-color: #4a4a4b;
  color: white;
  font-size: 1rem;
}

.dropdown-menu {
  background-color: #4a4a4b !important;
  color: white !important;
  border: none !important;
}

.dropdown-item {
  color: white !important;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin-right: 20px;
}

.nav-item.active {
  background-color: #f00; /* Rode achtergrondkleur voor geselecteerd item */
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

main section {
  padding: 20px;
}

main section:nth-of-type(odd) {
  background-color: #f7d9c2;
}

main section h2 {
  color: #e60000;
}

main section ul li {
  margin-bottom: 20px;
}

main section ul li h3 {
  color: #f8c107;
}

main section ul li p {
  color: #333;
}

main section ul li a {
  color: #e60000;
  text-decoration: none;
}

footer {
  background-color: #a00005;
  padding: 20px;
  color: #fff;
  text-align: center;
  height: 142px;
}

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

.social:hover {
  color: white;
}

@media (max-width: 767.98px) {
  .btn-group {
    margin-left: 90px;
  }

  .btn-portfolio {
    margin: 0;
  }

  .portfolio-buttons {
  }

  #btn-alle {

  }

  .top-painting {
    max-height: 100px;
  }

  .contact-footer {
    /*margin: 10px;*/
  }

  .social-footer {
    margin: 1em;
  }

  .aanvulling-footer {
    margin: 1em;
  }

  footer {
    height: 250px;
  }
}
