*
{
    margin: 0;
    scroll-behavior: smooth;
}

@font-face {
    font-family: inter-bold;
    src: url(../fonts/Inter_18pt-Bold.ttf);
}

@font-face {
    font-family: inter-regular;
    src: url(../fonts/Inter_18pt-Regular.ttf);
}

@font-face {
    font-family: inter-medium;
    src: url(../fonts/Inter_18pt-Medium.ttf);
}

h1{
    font-family: Inter-bold;
    font-size: 3rem;
}

h2
{
    font-family: inter-medium;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

h3
{
    font-family: inter-medium;
    font-size: 1.5rem;
}

p
{
    font-size: 1.1rem;
    font-family: Inter-regular;
}

header
{
    width: 70vw;
    height: 100px;
    font-family: inter-medium;
    display: flex;
    justify-content: space-between;
    margin: 0 auto -50px auto;
}

header h2
{
    font-size: 2rem;
    height: fit-content;
    margin: auto 0 auto 0;
}

nav
{
    height: fit-content;
    width: fit-content;
    margin: auto 0 auto 0;
    display: flex;
    gap: 2rem;
}

nav a
{
    color: black;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 0.5rem;

}

nav a:hover
{
    border-bottom: black solid 3px;
}

.active
{
    border-bottom: black solid 3px;
}

article
{
    width: 70vw;
    height: fit-content;
    margin: 150px auto 0 auto;
}

.title
{
    width: 100%;
    font-size: 70px;
    font-family: inter-bold;
}

#indexIntro p
{
    font-family: inter-medium;
    font-size: 1.4rem;
    margin: 10px 0 0 0;
}

#index_overMij
{
    display: flex;
    justify-content: space-between;
}

#index_overMij_text
{
    width: 50%;
}

#index_overMij_img
{
    width: 30%;
    margin: auto 0 auto 0;
}

#index_project_blok_wrapper
{
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 3.6rem;

}

.index_Project_blok
{
    box-sizing: border-box;
    border-radius: 10px;
    border: #c8c8c8 solid 1px;
    background-color: #F8F9FA;
    overflow: hidden;
    width: 30%;
    height: fit-content;
}

.index_Project_blok_img
{
    background-image: url("../images/placeholder-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
}

.index_Project_blok_text
{
    width: calc(100% - 20px);
    height: 150px;
    margin: 10px;

}

.index_Project_blok_text h3
{
    margin-bottom: 10px;
}

.index_Project_blok_text p
{
    width: 100%;
}

.index_Project_blok_tag_wrapper
{
    height: fit-content;
    min-height: 30px;
    display: flex;
    gap: 1rem;
    width: calc(100% - 20px);
    margin: 15px 20px 0 20px;
}

.index_Project_blok_tag
{
    width: fit-content;
    border: black solid 1px;
    border-radius: 5px;
    padding: 5px;
    font-family: Inter-bold;
    font-size: 0.8rem;
}

.index_project_blok_knop
{
    margin: 30px auto 20px auto;
    background-color: #007BFF;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0 15px;
    width: 90%;
    color: white;
    font-family: inter-medium;
    text-decoration: none;
    transition: all 0.3s ease;
}

.index_project_blok_knop:hover
{
    background-color: #0056b3;
}

#alle_projecten_wrapper
{
    width: 100%;
    height: fit-content;
    margin-top: 70px;
}

#meerProjecten
{
    background-color: #007bff; /* indigo-600 */
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Inter-regular;
}

#meerProjecten:hover
{
    background-color: #0056b3;
}


#index_vaardigheden_wrapper
{
    display: flex;
    width: 100%;
    height: fit-content;
    flex-wrap: wrap;
    justify-content: space-between;

}

.index_vaardigheden_blok
{
    width: 45%;
    height: 50px;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.index_vaardigheden_blok h4
{
    font-family: inter-medium;
    font-size: 1.1rem;
}

.index_vaardigheden_balk
{
    background-color: #e3e3e3;
    height: 15px;
    width: 80%;
    border-radius: 100px;
    overflow: hidden;
}

.index_vaardigheden_balk_vul
{
    background-color: #007BFF;
    border: #c8c8c8 solid 1px;
    height: 100%;
    float: left;
}

#index_vaardigheden_balk_vul_html
{
    width: 90%;
}

#index_vaardigheden_balk_vul_css
{
    width: 90%;
}

#index_vaardigheden_balk_vul_js
{
    width: 85%;
}

#index_vaardigheden_balk_vul_php
{
    width: 70%;
}

#index_vaardigheden_balk_vul_sql
{
    width: 50%;
}

#index_vaardigheden_balk_vul_quarto
{
    width: 40%;
}

#vaardigheden
{
    margin-bottom: 100px;
}

footer {
    background-color: #f8f9fa;
    color: #333;
    padding: 40px 0 20px;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #e0e0e0;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px 20px;
}

.footer-column h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column a {
    color: #007bff;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #555;
}

.Project_blok
{
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: #c8c8c8 solid 1px;
    background-color: #F8F9FA;
    overflow: hidden;
    height: 200px;
    display: flex;
    margin: 30px 0 50px 0;
}

.Project_blok_img
{
    background-image: url("../images/placeholder-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30%;
}

.Project_blok_content
{
    display: flex;
    width: 70%;
    box-sizing: border-box;
    margin: 10px;
}

.Project_blok_text
{
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.project_blok_knop
{
    background-color: #007BFF;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0 15px;
    width: 100%;
    height: fit-content;
    color: white;
    font-family: inter-medium;
    text-decoration: none;
    transition: all 0.3s ease;
}

.Project_blok_tags_button
{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 5px;
}

.Project_blok_tag_wrapper
{
    display: flex;
    width: 100%;
    gap: 0.5rem;
    margin-top: 10px;
    flex-wrap: wrap;
}

#loginArticle
{
    width: 400px;
    height: fit-content;
    margin: 150px auto 0 auto;
    box-sizing: border-box;
    padding: 40px;
    border: #c8c8c8 solid 1px;
    border-radius: 10px;
    background-color: #F8F9FA;
    text-align: center;
}

.login_title
{
    font-family: inter-bold;
    font-size: 2rem;
    margin-bottom: 20px;
    width: fit-content;
}

#username
{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.1rem;
}

#password
{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.1rem;
}

#loginButton
{
    background-color: #007BFF;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: inter-medium;
    width: 100%;
    margin-top: 10px;
}

#toevoegen_form
{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 50px auto 0 auto;
}

.toevoegen_beschrijving
{
    height: 100px;
    margin-bottom: 20px;
}

#toevoegen_tags
{
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin: -10px 0 20px 0;
}

.toevoegen_text
{
    margin-bottom: 20px;
}

#tags_label
{
    margin-top: 20px;
}

#toevoegen_wrapper
{
    width: 50%;
    margin: 150px auto 0 auto;
}

#contact_wrapper
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

#contact_info
{
    display: flex;
    flex-direction: column;
}

#form_wrapper
{
    width: 50%;
    margin: 0 ;
}

#form_wrapper form label
{
    font-family: Inter-medium;
    font-size: 1.1rem;

}

#name
{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

#naam_achternaam_wrapper
{
    display: flex;
    justify-content: space-between;
}

#naam_achternaam_wrapper div
{
    width: 48%;
    display: flex;
    flex-direction: column;

}

#email
{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

#message
{
    width: 100%;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

#submit
{
    background-color: #007BFF;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: inter-medium;
    width: 100%;
}

#submit:hover
{
    background-color: #0056b3;
}

#contact_titel
{
    margin-bottom: 50px;
}

.icon_wrapper
{
    height: 50px;
    width: 50px;
    border: #666666 solid 1px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_wrapper i
{
    color: #666666;
    font-size: 25px;
}

.info_blok
{
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    height: fit-content;
    width: fit-content;
    align-items: center;
    font-family: Inter-medium;
}

.foutmelding
{
    color: #fd2d2d;
    margin-top: 20px;
}

.Project_blok_buttons
{
    display: flex;
    gap: 0.5rem;
}

.project_blok_verwijderen_knop
{
    background-color: #dc3545;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: inter-medium;
    margin-top: 10px;
}

.project_blok_bewerken_knop
{
    background-color: #0098ff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: inter-medium;
    margin-top: 10px;
    text-decoration: none;
}

.project_blok_bewerken_knop:hover
{
    background-color: #006fd6;
}

.project_blok_verwijderen_knop:hover
{
    background-color: #a71d2a;
}

#ervaringen_wrapper
{
    width: 100%;
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ervaringen_blok
{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    display: flex;
}

.ervaringen_blok_text
{
    width: 60%;
    padding: 10px 20px 10px 10px;

}

.ervaringen_blok_img
{
    width: 40%;

}

.sectionLine
{
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
    margin: 30px 0 30px 0;
}

.Big_sectionLine
{
    width: 100%;
    height: fit-content;
    margin: 50px 0 50px 0;
    display: flex;
    align-items: center;
}

.Big_sectionLine h3
{
    width: 10%;
    text-align: center;
}

.big_sectionLine_line
{
    width: 45%;
    height: 3px;
    background-color: #b3b3b3;
}

.goed
{
    color: #44b844;
}

.overMij_section
{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px auto;
}

.overMij_section h1
{
    margin-top: 150px;
}

.overMij_text
{
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.overMij_text p
{
    font-size: 1.3rem;
}

.overMij_text_links
{
    padding: 30px 30px 30px 0;
}

.overMij_text_links p{
    font-size: 1.3rem;
}

.overMij_img
{
    width: 40%;
    border-radius: 5px;
}