body, html {
    background-color: white;
    font-family: "Protest Riot", serif;
    font-weight: 400;
    font-style: normal;
}

.container-home {
    background-color: #c38752;
}

.container-home-content {
    text-align: center;
    flex: 1;
}

.container-home-content h1 {
    color: #e1ac39;
    margin: 200px 50px 100px 50px;
}

.container-home-content p {
    color: #fcf5eb;
    font-size: 25px;
    margin: 0 0 30px 0;
}

.container-home-content-span {
    color: #a16934;
    font-size: 30px;
    margin: 100px 0 0 0;
}

.container-home-button {
    background-color: #b9aacb;
    color: #5c4571;
    margin: 30px;
    border-radius: 5px;
    padding: 15px 50px;
}

.container-sidebyside {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}

.foto-container {
  flex: 1;
}

.foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*afbeeldingen*/

.image-container {
  display: flex;
  justify-content: center; /* horizontaal */
  align-items: center;     /* verticaal */
  margin-bottom: 30px;
  /*height: 100vh;           /* volledige hoogte van het scherm */
}

.image-container img {
  max-width: 100%;
  height: auto;
}


/* contact dia */
.whatsapp-button {
    background-color: rgb(8, 201, 8);
    padding: 15px 30px;
    border-radius: 10px;
    margin: 20px;
}

.container-contact {
    background-color: #c38752;
    width: 100%;
    margin: 0 auto;    /* centreert de container horizontaal */
    text-align: center; 
    color: white;
}

.container-contact h1 {
    margin: 30px;
}

.container-contact-content {
    display: flex;
    flex-direction: column; /* items onder elkaar */
    align-items: center;    /* horizontaal centreren */
    justify-content: center; /* optioneel: verticaal centreren binnen de container */
    gap: 15px; /* optionele ruimte tussen de items */
}

.container-contact table {
}

.container-contact tr {
    padding: 30px;
}

.container-contact td {
    padding: 20px 50px;
}
