 :root {
      font-family: Rufina;
      --primarycolor: #3A2923;
      --secondarycolor: #8B3F3F;
      --accentcolor: #C4AA4F;

    }

    body {
      background: #FFFFFF;
      margin: 0;
    }
    .text1 {
        padding-right: 10px;
    }
    .text2 {
        padding-left: 10px;
    }

    header {
        background-color: #3A2923;
        border-top: 10px solid #8B3F3F;
        padding: 20px;
        display: block;

    }
    .hamburger {
    display: none;
    cursor: pointer;
    width: 35px;
}

.hamburger span {
    display: block;
    height: 3px;
    margin: 6px 0;
    background-color: white;
    border-radius: 2px;
}
.sharonstables {
    color: black; 
    text-decoration: underline;
}
select {
     font-weight: bold;
    padding: 10px;
    background-color: #f8f8f8;
    border: 3px solid #C4AA4F;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 1.0rem;
    color: rgb(0, 0, 0);
    transition: 0.5s ease;
    width: 100%;
    box-sizing: border-box;
}
.rlijst ul {
    list-style-type: disc;
}
.rlijst li {
    font-size: 20px;
    line-height: 1.5;
}
.cardsection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 20px;
    align-items: stretch;
    justify-content: center;
    margin-top: 20px;
}
.card-number {
    font-size: 45px;
    color: #C4AA4F;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(58, 41, 35, 0.4);
}


.card {
    border: 5px solid #C4AA4F;
    padding: 20px;
    min-width: 300px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.6);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#card2 {
     border: 5px solid #8B3F3F;
}
#card2 .card-number {
    color: #8B3F3F;
}
#card2 h1 {
    color: #8B3F3F;
}
#card4 {
     border: 5px solid #8B3F3F;
}
#card4 .card-number {
    color: #8B3F3F;
}
#card4 h1 {
    color: #8B3F3F;
}
#card6 {
     border: 5px solid #8B3F3F;
}
#card6 .card-number {
    color: #8B3F3F;
}
#card6 h1 {
    color: #8B3F3F;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(58, 41, 35, 0.18);
}
.card h1 {
    text-align: center;
}
.card  ul {
    list-style-type: disc;
}
.card  li {
    font-size: 20px;
    line-height: 1.5;
}

.card h1 {
    font-size: 25px;
}

input {
    font-weight: bold;
    padding: 10px;
    background-color: #f8f8f8;
    border: 3px solid #C4AA4F;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 1.0rem;
    color: rgb(0, 0, 0);
    transition: 0.5s ease;
    width: 100%;
    box-sizing: border-box;
}

input::placeholder {
    color: rgb(87, 87, 87);
    font-weight: normal;   
    font-style: italic; 
  }
  input:focus {
    background-color: #dddddd;
    scale: calc(1.005);
  }

textarea {
    font-weight: bold;
    padding: 10px;
    background-color: #f8f8f8;
    border: 3px solid #C4AA4F;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 1.0rem;
    color: rgb(0, 0, 0);
    transition: 0.5s ease;
    width: 100%;
    box-sizing: border-box;
}
textarea::placeholder {
    color: rgb(87, 87, 87);
    font-weight: normal;   
    font-style: italic; 
  }
textarea:focus {
    background-color: #dddddd;
    scale: calc(1.005);
  }
  
   .banner {
    background-color: #412e27;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px; 
    height: auto;
}

    nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 30px;
    
    }
    ul {
        list-style: none;
    }

    a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s;
    cursor: pointer;
    }
    a:hover {
      color: #C4AA4F;
    }
    header {
    background-color: #3A2923;
    border-top: 10px solid #8B3F3F;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 35px;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

/* Hamburger standaard verborgen */
.hamburger {
    display: none;
    cursor: pointer;
    width: 35px;
}

.hamburger span {
    display: block;
    height: 4px;
    margin-top: 7px;
    background-color: white;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

    nav li button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    }

.hamburger:hover span {
    background-color: #C6A15B;
}


.mobile-menu { 
    position: fixed;
    right: -120%;       
    width: 100%;
    background-color: #3A2923;
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
    transition: right 0.3s ease;  
    z-index: 9999;
  }
  .mobile-menu li {
    margin-bottom: 10px;
     list-style: none;
  }

  .mobile-menu.active {
    right: 0;  
  }

  .mobile-menu li {
    opacity: 1;   
  }

  @media (min-width: 769px) {
    .mobile-menu {
      display: none;   
    }
}

.copyright {
    background-color: #C4AA4F;
    padding: 20px;
    text-align: center;
}

h1{
    color: #C4AA4F;
    font-family: rufina;
    margin-top: 10px;
}

.info, .contact {
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
.info a, .contact p {
    display: block;
    margin-bottom: 15px;
}
.info a {
    text-decoration: underline;
}
.groen {
    color: green;
    font-weight: bolder;
}

p{
    line-height: 1.3;
    font-family: rufina;
    font-size: 20px;
}

main {
    margin: 0 auto;
    padding: 15px;
    max-width: 1100px;
  
}
.btn1 {
    margin-bottom: 10px;
}

.btn2 {
    margin-bottom: 10px;
    background-color: #3A2923;
}


.underline {
    width: 100%;
    border-bottom: 3px solid #C4AA4F;
    margin: 0 auto;
    margin-top: 20px;
}
main button {
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #8B3F3F;
    color: white;
    transition-duration: 0.4s;
    border: none;
    margin-right: 3px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.6);
    
}

main button:hover {
    background-color: #C4AA4F;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
    transform: scale(1.05);
}

section{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sectionimg {
    margin: auto 0 auto auto;
    padding: 5px;
    padding-bottom: 1px;
    background-color: #8B3F3F;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.6);
}
.sectionimg2 {
    margin: auto auto auto 0;
    padding: 5px;
    padding-bottom: 1px;
    background-color: #8B3F3F;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.6);
}

section img {
    width: 450px;
}

@media (min-width: 1120px) {
    #hd2 {
        display: none;
    }

}
@media (max-width: 1120px) {
    section img {
        width: 100%;
        max-width: 500px;
        
    }
    .sectionimg {
        margin: 0 auto;

    }
     .sectionimg2 {
        margin: 0 auto;

    }
    
    section {
        grid-template-columns: 1fr;
    }
    #hp2 {
        display: none;
    }
    .cardsection {
        grid-template-columns: 1fr;
    }
    
}
.underdevelopment {
    
    height: 500px;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
}
table {
    width: 100%;
    border-collapse: collapse;
}
thead {
    color: #C4AA4F;
    font-size: 23px;
}
tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }
 

  tbody tr:nth-child(even) {
    background-color: #dfdfdf;
  }

tbody tr td {
    font-size: 19px;
    padding: 5px;

}

td:nth-child(1){
    float: left;
} 
th:nth-child(1){
    float: left;
} 

td:nth-child(2){
    float: right;
} 
th:nth-child(2){
    float: right;
} 
.categorie th {
    background-color: #3A2923;
    color: #C4AA4F;
    text-align: left;
    font-size: 18px;
    border: none;
    padding: 0.5%;
    width: 99%;
}


footer {
    border-top: 10px solid #8B3F3F;
    padding-top: 10px;
    display: grid;
    background-color: #3A2923;
    grid-template-columns: auto auto auto;
     justify-items: center; text-align: center;
     gap: 20px;
}

.contact p {
    font-size: 15px;
}

footer img {
    width: 200px;
    height: auto;
}


    @media (max-width: 768px) {
    #hp {
      display: none;   
    }
    tbody tr td {
        font-size: 13px;
    }

    .text1 {
        padding-right: 0px;
    }
    
    .text2 {
        padding-left: 0px;
    }
    
     .hamburger {
        display: block;
    }
    
    nav ul {
        gap: 20px;
        margin-left: 0px;
    }

    nav a {
        font-size: 24px;
    }
    .mobile-menu li a {
        font-size: 24px;
    }

    header {
        padding: 15px;
    }

    footer {
        grid-template-columns: auto;
    }

    .info, .contact {
    line-height: 1.5;
}



}

