main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 1048px){
    main{
        width: 100%;
    }
}
@media (min-width: 1681px){
    main{
        width: 100%;
    }
}

@media (min-width: 768px){
    main{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.RokkenContentAbout{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.keyQuestion{
    width: 65%;
}

img.keyquestion{
    width: calc(100vw -60px);
    height: auto;
}

.imagecontainer{
    margin: 0px auto;
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.sixguidelines{
    width: 65%;
}

.rokkenHead_about{
    font-family: Helvetica;
    margin-top: -7%;
    font-size: clamp(2rem, 20vw, 5rem);
    line-height: 1;
    font-weight: normal;
}


.membercolumn_container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.members{
    width: 65%;
}

img.memberprofile{
    width: calc(100% - 5px);
    height: auto;
}
@media (max-width: 768px){
    img.memberprofile{
        max-height: 200px;
    }
}


span.role{
    font-size : clamp(0.2rem, 5vw, 3rem);
}

span.name{
    font-size : clamp(0.2rem, 5vw, 3rem);
}

.member{
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.membercolumn{
    align-items: end;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
    flex-wrap: wrap;
    /* margin: 0em 3em 6em 0em; */
}
p.subHead{
        width: 100%;
        text-align: left;
        font-size : clamp(0.2rem, 8vw, 5rem);
}
p.membersrole{
    margin: 2rem 0em 2em 0rem;
}

.project{
    width: 80%;
}
.project-grid{
    gap: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.project_item{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span.project_detail{
    font-size: clamp(0.2rem, 3vw, 2rem);
}
.guideline{
    justify-content: center;
    padding: 0;
    gap: 4em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    margin: 0px auto;
}

li.guide{
    flex-basis: 30%;
}

.guideline > .guide{
    width: 80%;
    margin: 1em;
}

.project-thumbnail {
    margin-bottom: 3em;
    position: relative;
    text-decoration: none;
}
.project-thumbnail__title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span.project_title{
    text-align: center;
    margin: 1rem 2rem 0rem 2rem;
    font-weight: bold;
    font-size : clamp(0.2rem, 5vw, 3rem);
}

span.project_dates{
    font-size : clamp(0.2rem, 5vw, 3rem);
}

img.project-thumbnail__image{
    width: calc(100% - 60px);
    height: auto;
}


@media (max-width: 768px){
    img.project-thumbnail__image{
        margin: 0;
}
}


.guide{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1.guide{
    font-weight: normal;
    margin-top: 4em;
    margin-bottom: 2em;
    font-size : clamp(3rem, 8vw, 8rem);
}
h1.project{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: 5em;
    margin-bottom: 2em;
    font-size: clamp(2rem, 18vw, 4rem);
}
h1.members{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: 5em;
    margin-bottom: 2em;
    font-size: clamp(2rem, 18vw, 4rem);
}

h2.guide{
    margin: 0;
    font-size : clamp(0.2rem, 5vw, 3rem);
}
/* .guide>p{
    margin: 0;
} */


@media screen and (max-width: 500px) {
    .whats6okken{
        width: 95%;
    }
    .membercolumn{
        gap: 1em;
        margin: 0em 1em 6em 1em;
    }
    .member{
        margin: 2em 0em 0em 0em;
        gap: .8em;
    }

    .membercolumn_container > p{
        margin: 1em 2em;
    }
    .rokkenHead_about{
        font-size: 12px;
    }
    .project-thumbnail__title > span{
        margin: 0em 1em;
    }
    h1.guide{
        margin-top: 3em;
        margin-bottom: 1em;
    }
    h1.project{
        margin-top: 3em;
        margin-bottom: 1em;
    }
    img.mySlides.fade{
        width: 10em;
    }
    h3.KeyQHead{
        font-size: 13px;
    }
    .mySlides {
        display: none;
    }
    .mySlides > img {
        vertical-align: middle;
    }
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
      }
      
      @keyframes fade {
        from {opacity: .4} 
        to {opacity: 1}
      }

      
    .imagecontainer{
     display: none;
    }
    

    .member>img{
        width:  6em;
    }
   
    .subHead{
        background-color: #C8E6F0;
        color: #A08778;
        padding: 0.2em;
    }
    
    p.subHead{
        padding-left: 10px;
        margin: 2rem 0rem 0.2rem 0rem;
        width: 100%;
    }
    li.guide{
        flex-basis: 80%;
    }

    .project-grid{
        width: 100%;
    }

}
