* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica;
}


header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 50px;
    box-shadow: 0 1px 8px #ddd;
    text-align: center;
    
    
}

.logo {
    width: 10%;
   
}

.logo img{
    width: 100%;
}


header{
    
}

header li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

header a {
    text-decoration: none;
    color: #555;
    transition: all 0.3s ease 0s;
    font-size: 20px;
    text-transform: uppercase;
}

header a:hover {
    color: #004c35
}



header a.active {
    color: #004c35;
}









#home{
   
  
    padding: 170px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.container h2{
    color: rgb(0, 0, 0);
    font-size: 50px;
    padding: 20px;
    
}



.container p{
    color: #555;
    font-size: 20px;
    
    
    
    
}

.container button{
    margin-top: 90px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #004c35;
    
    color: white;
    font-weight: bolder;
}


.container2{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.rooster{
    width: 60%;
    
}

.rooster img{
    width: 100%;
}

.rooster:hover{
    scale: 0.9;
}




.vak{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 
    
}

.vakje {
    padding-inline: 5%;
    border-radius: 5px;
    scale: 0.9;
    

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
background-color: #004c35;
padding: 10px;

}

.vakje:hover{
    scale: 0.92;
    color: #b2dfdb;
}

.vakje h2{
    font-size: 35px;
    color: white;
    
}

.vakje p{
    font-size: 20px;
    color: white;
   
}

.titel h1{
 text-align: center;
width: 100%;
 font-size: 30px;
 
 font-weight: bolder;
 
}

#docenten {
    text-align: center;
    margin: 20px;
}

.container3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    justify-items: center;
}

.profile {
    border-radius: 50%;
    text-align: center;
    width: 150px;
}

.foto img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    
}

h2 {
    font-size: 18px;
    margin: 10px 0 5px;
}

p {
    font-size: 14px;
    color: #555;
}

/* Responsive behavior for smaller screens */
@media (max-width: 768px) {
    .container3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .container3 {
        grid-template-columns: repeat(1, 1fr);
    }

    
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px); /* Geblurde achtergrond */
    background-color: rgba(0, 0, 0, 0.5); /* Donkere overlay */
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: rgba(255, 255, 255, 0.2); /* Glazen effect */
    backdrop-filter: blur(10px); /* Glasachtig effect */
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-foto {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

.close:hover {
    color: #ccc;
}

.profile {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 10px;
}

.profile {
    color: white;
}

#modal-name{
    color: white;
}

#modal-desc{
    color: white;
}



.info {
    
    border-radius: 5px;
    width: 40%;
    scale: 0.9;
    
    







}

.info h2{
   
        font-size: 40px;
        margin-bottom: 5%;

}
.info p{
    font-size: 24px;
   
}

.nav2 {
    
    justify-content: center;
    box-shadow: 0 1px 8px #ddd;
    text-align: center;
    position: sticky;
    bottom: 0;
    background-color: white;

    display: none;

   
}




.nav2 li{
    display: inline-block;
   padding: 10px 90px;
    align-items: center;
    

}

.nav2 a{
    color: #555;
    text-decoration: none;
    display: block;
    font-size: 1.2rem;
    padding-top: 10px;
    
}


@media (max-width: 900px) {
    

    header a{
        font-size: 90%;
    }

    .logo{
        width: 40%;
       


    }

    .nav{
        display: none;
    }
    
    
    .container2 {
    display: block;
    flex-direction: row;
}
.rooster{
    width: 100%;

}

.info {

    border-radius: 5px;
    
    width: 100%;
    
   
    
    







}

.nav2 {
    display: flex;
}

.nav2 li{
    display: inline-block;
   padding: 10px 15px;
    align-items: center;
    
    

}

.container2{
    text-align: center;
}

.info h2{
   
        font-size: 30px;
        margin-bottom: 5%;

}
.info p{
    font-size: 18px;
    text-align: center;
    color: #555;


}

.container h2{
    color: rgb(0, 0, 0);
    font-size: 40px;
    padding: 10px;
    
}



.container p{
    color: #555;
    font-size: 17px;
    

    
    
    
    
}}
    









