body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: rgb(23, 26, 22);
    overflow-x: hidden;
    margin-top: 120px;
}





/* --- Navigation Bar --- */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 998;
    padding: 10px;
    background-color: rgb(34, 39, 32);
}


.header-left span {
    color: white;
    font-size: 27px;
    font-weight: 900;
    margin-left: 3vw;
}

.navbar {
    overflow: hidden;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-right: 3vw;
}

.navbar ul li {
    display: inline;
}

.navbar ul li a {
    display: inline-block;
    padding: 18px 20px;
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    border-right: 2px rgb(88, 114, 90);
    border-left: rgb(34, 39, 32);
    border-top: rgb(34, 39, 32);
    border-bottom: rgb(34, 39, 32);
    border-style: solid;
}

.navbar ul li a:hover {
    transition: 0.8s;
    background-color: #3a5235;
    border-radius: 10px;
}

.home_button_main {
    text-decoration: none;
    color: #ffffff;
}

.navbar ul li a.active {
    color: #6a7766;
    text-decoration: solid underline #6a7766;
}











/* ---  Home Pagina Style --- */

.li_a {
    font-size: 58px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.75vh;
    margin-left: 0.6vw;
}

.li_b {
    font-size: 45px;
    font-weight: 800;
    margin-top: 1vh;
    margin-left: 2vw;
}

.li_c {
    font-size: 20px;
    font-weight: 800;
    margin-top: 8vh;
    margin-left: 0vw;
    margin-right: 14vw;
    border-color: rgb(88, 114, 90);
    border-style: solid;
    border-radius: 15px;
    border-width: 3px;
    padding: 10px;
    box-shadow: 8px 6px 40px rgb(61, 82, 63);
}

.fat_letters_a {
    font-size: 37px;
    font-weight: 900;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(118, 145, 122);
}

.over_mij_knop {
    text-decoration: none;
    color: rgb(118, 145, 122);
}

.image img {
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    max-width: 400px;
}

.home_layers {
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    margin-left: 12%;
    margin-right: 10%;
}

.home_layers ul {
    list-style: none;
    padding: 0;
    width: 80%;
}

.about_me_a {
    font-size: 18px;
    width: 50%;
    margin-left: 2vw;
    margin-top: 7vh;
    border-color: rgb(88, 114, 90);
    border-style: solid;
    border-radius: 15px;
    border-width: 3px;
    padding: 20px;
    box-shadow: 8px 6px 40px rgb(61, 82, 63);
}

.image {
    width: 50%;
}

.image img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
    border-color: rgb(88, 114, 90);
    border-width: 4px;
    border-style: solid;
    padding: 12px;
    box-shadow: 8px 6px 40px rgb(61, 82, 63);

}








/* ---  About Me Pagina Style --- */

.container_about_me {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;
    margin: 5vh 3vw;
}

.text_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3vh;
}

.section_ {
    border-style: solid;
    border-radius: 15px;
    border-color: rgb(88, 114, 90);
    padding: 20px;
    box-shadow: 8px 6px 40px rgb(61, 82, 63);
    width: 100%;
    margin-top: 5vh;
}

.about_me_titles {
    color: rgb(118, 145, 122);
    font-weight: 900;
    margin-top: 3vh;
}

.about_me_section {
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.image_about_me {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.image_about_me img {
    max-width: 600px;
    height: auto;
    border-radius: 50px;
    border: 4px solid rgb(88, 114, 90);
    padding: 12px;
    box-shadow: 8px 6px 40px rgb(61, 82, 63);
}

.cv_dwn_btn {
    border-style: solid;
    border-color: #394238;
    padding: 10px;
    font-size: 25px;
    color: #ffffff;
    background-color: #394238;
    border-radius: 20px;
    width: 25vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 900;
    margin-top: 3vh;
    margin-bottom: 1vh;
}

.cv_dwn_btn_text {
    text-decoration: none;
}












/* ---  Skills Pagina Style --- */

.skills-section {
    text-align: center;
    padding: 50px;
}

.skills-section h2 {
    font-size: 47px;
}

.highlight {
    color: #58745a;
}

.skills-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-right: 10vw;
    margin-left: 10vw;
    margin-top: 9vh;
    border-style: solid;
    border-radius: 15px;
    border-color: rgb(88, 114, 90);
    padding: 10px;
    box-shadow: 8px 6px 40px rgb(61, 82, 63);
}

.skills-column {
    width: 300px;
    font-size: 22px;
}

.skill {
    margin-bottom: 15px;
}

.skill span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.progress {
    background: #333f33;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.bar {
    height: 100%;
    background: #6a8a5e;
}

.skills_color_text {
    color: rgb(99, 150, 108);
    font-size: 26px;
    text-decoration: underline solid rgb(74, 112, 81);
}









/* ---  Contact Pagina Style --- */

.container_contact {
    text-align: center;
    margin-top: 8vh;
}

.sections_container_contact {
    display: flex;
    gap: 5vw;
    margin: 3%;
}

.section_c {
    border-style: solid;
    border-radius: 15px;
    border-color: rgb(88, 114, 90);
    padding: 10px;
    box-shadow: 8px 6px 40px rgb(61, 82, 63);
    flex: 1;
    height: 54vh;
}

.section_c img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.contact_info {
    font-size: 22px;
    color: #ffffff;
    font-weight: 900;
    margin-top: 5vh;
}




/* ---  Profiel Pagina Style --- */

.container_profile {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin: 1%;
    border-style: solid;
    border-radius: 15px;
    border-color: rgb(88, 114, 90);
    padding: 10px;
    box-shadow: 8px 6px 40px rgb(61, 82, 63);
}

.profile-section {
    width: 95%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.left-column {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.right-column {
    width: 65%;
}

.profile-photo {
    width: 380px;
    height: 380px;
    border-radius: 12%;
    object-fit: cover;
    margin-bottom: 10px;
    border-style: solid;
    border-color: rgb(88, 114, 90);
    padding: 10px;
    box-shadow: 8px 6px 40px rgb(61, 82, 63);
}

.info-section {
    margin-bottom: 20px;
}

.info-section h3 {
    margin-bottom: 10px;
    color: #8aa182;
}

.info-section ul {
    list-style: none;
    padding: 0;
}

.info-section ul li {
    background: #333f30;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.profile_txt {
    font-size: 16px;
    font-weight: 700;
}





/* --- Projecten Pagina Style --- */


/* --- Sidebar --- */
.sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #445a42;
    transition: width 0.3s ease;
    z-index: 999;
    cursor: pointer;
}


.sidebar::before {
    content: '◄';
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 20px;
    height: 80px;
    background-color: #445a42;
    border: 2px solid #445a42;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    transition: transform 0.3s ease, background-color 0.3s ease, left 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.sidebar:hover {
    width: 250px;
}

.sidebar:hover::before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    left: -25px;
    background-color: #445a42;
    color: #ffffff;
    transform: translateY(-50%) scale(1.2) rotate(-180deg);
}


.sidebar.open {
    width: 300px;
}


.sidebar.open::before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transform: translateY(-50%) rotate(180deg);
    background-color: #445a42;
    color: #ffffff;
}


.sidebar .nav-buttons-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    margin-top: 8vh;
    padding-right: 20px;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.sidebar .nav-buttons-sidebar button {
    background-color: #fff;
    color: #202020;
    border: none;
    padding: 15px 20px;
    margin-top: 3px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-weight: bolder;
    width: 80%;
    margin-left: 2.2vw;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 3px;
}

.sidebar .nav-buttons-sidebar button:hover {
    background-color: #303d2f;
    color: white;
    transform: translateY(-2px);
}

.sidebar .nav-buttons-sidebar button {
    white-space: nowrap;
    overflow: hidden;
}


@media (min-width: 1200px) {
    .sidebar {
        width: 5px;
    }
}

@media (max-width: 1200px) {
    .sidebar .nav-buttons-sidebar button {
        font-size: 0.9em;
        padding: 15px 20px;
        width: 90%;
    }

    .sidebar {
        width: 5px;
    }

    .sidebar::before {
        font-size: 1.5rem;
    }
}

@media (max-width: 900px) {
    .sidebar .nav-buttons-sidebar button {
        font-size: 0.9em;
        padding: 15px 20px;
        width: 90%;
    }

    .sidebar {
        width: 5px;
    }

    .sidebar::before {
        font-size: 1.2rem;
    }

    .sidebar .nav-buttons-sidebar button {
        margin-left: 20px;
    }

    .sidebar.open {
        width: 280px;
    }
}

@media (max-width: 600px) {
    .sidebar::before {
        font-size: 1rem;
    }

    .sidebar.open {
        width: 240px;
    }
}

@media (max-width: 480px) {
    .sidebar::before {
        font-size: 0.9rem;
    }

    .sidebar.open {
        width: 200px;
    }
}


@media (max-height: 700px) {
    .sidebar .nav-buttons-sidebar button {
        font-size: 0.8em;
        padding: 10px 16px;
        width: 90%;
    }

}

@media (max-height: 600px) {
    .sidebar .nav-buttons-sidebar button {
        font-size: 0.7em;
        padding: 6px 12px;
        width: 90%;
    }



}

#toggleVersionBtn {
    background-color: #445a42;
    color: #fff;
    border: none;
    padding: 15px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    margin: 20px auto;
    display: block;
}


#toggleVersionBtn:hover {
    background-color: #303d2f;
    transform: translateY(-2px);
}


#toggleVersionBtn:focus {
    outline: none;
    box-shadow: 0 0 10px #445a42;
}






/* --- Main Sections --- */
.container_sections {
    position: relative;
    padding-top: 40px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    gap: 150px;
    flex-wrap: wrap;
}

.section_01 {
    width: 90%;
    height: 500px;
    background-color: rgb(40, 48, 40);
    box-shadow: 8px 8px 60px #63866b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    border-radius: 50px;
    padding: 20px;
}

.project-image {
    flex: 1;
    max-width: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    left: -120px;
    gap: 20px;
}

.project-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 40px #353535;
}

.text-container {
    flex: 1;
    max-width: 52%;
    padding-left: 20px;
}

.text-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bolder;
    color: #ffffff;
}

.text-container h4 {
    color: #90a88b;
}

.text-container p {
    margin-top: 25px;
    font-size: 16px;
    color: #ffffff;
}

.slideshow-container {
    width: 100%;
    max-width: 350px;
    display: flex;
    justify-content: center;
    position: relative;
}

.slide {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.dots-container {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5px;
    position: relative;
    margin-top: 350px;
}

.dot {
    height: 7px;
    width: 20px;
    margin: 0 5px;
    background-color: #526653;
    box-shadow: 1px 1px 5px #2b2b2b;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 20;
}

.dot.active {
    background-color: #7d9979;
}

.dot:hover {
    background-color: #39443d;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #445a42;
    width: 230px;
    margin-top: 1px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 2px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #8b8b8b;
}

.dropdown-content a:hover {
    background-color: #aeaeae;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.project_btn {
    width: 14vw;
    height: 6vh;
    background-color: rgb(112, 134, 112);
    color: black;
    border-radius: 9px;
    border-width: 3px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 900;
    margin-top: 10px;
    margin-left: 12vw;
}