*, *::before, *::after {
    box-sizing: border-box;
}


@font-face {
  font-display: swap; 
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/ubuntu-v21-latin-regular.woff2') format('woff2'); 
}


@font-face {
  font-display: swap; 
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/ubuntu-v21-latin-italic.woff2') format('woff2'); 
}



:root {
    font-family: 'ubuntu', sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

main {
    width: 100%;
}


.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 90rem;
    margin-inline: auto;
    font-weight: 400;
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.6;
    text-align: center;
    padding: 2rem 1rem;
}

header {
    width: 100%;
    background-color: oklch(0.1843 0.0866 243.18);
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 1.25rem;
    font-size: 1.2rem;
}



.logo {
    color: oklch(1 0 0);
    display: flex;
    align-items: center;


    img {
        width: 2.5rem;
    }
}



nav {
    ul {
        /* color: oklch(0.3239 0.2075 271.18); */
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;
        margin: 1rem;
        list-style: none;
        align-items: flex-end;

    }

    a {
        text-decoration: none;
        color: oklch(1 0 0);
        transition: color .3s ease-in-out;

        &:hover {
            color: oklch(60.824% 0.17238 256.51);
        }

        
    }
}


.lijn {
    height: 0.125rem; 
    background-color: oklch(60% 0.0126 255); 
    margin: 1.5rem 0;
    width: 100vw;      
    position: relative;     
    left: 50%;              
    right: 50%;             
    margin-left: -50vw;     
    margin-right: -50vw;
}

.labos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;

    li {
        display: flex;
        flex-direction: column;
        box-shadow: 0 0.25rem 1rem oklch(0 0 260.88);
        transition: 0.3s;
        border-radius: 1rem;
        padding: 1rem;
        gap: 0;
        overflow: hidden;
        position: relative;
        flex: 1 1 100%;

        &:hover {
            transform: scale(1.05);
            box-shadow: 0 0.5rem 1.5rem oklch(0 0 260.88 / 0.2);
            

        }
    }

    img, picture {
        order: -1;
        width: 100%;
        height: 12.5rem;
        object-fit: cover;
        display: block;
    }

    a {
        color: oklch(0.4869 0.1737 258.05);
        
    }
}

footer {
    width: 100%;
    background-color: oklch(0.1843 0.0866 243.18);
    color: oklch(0.8196 0.37 84.35);
    padding: 1.5rem;
    margin-top: 1rem;

    p {
        text-align: center;
        color: oklch(1 0 0);
         

    }
}

a[href*="instagram.com"] {
  color: oklch(70.297% 0.18326 50.968);
}

.gtkm-btn {
    display: inline-block;
    background: linear-gradient(135deg, oklch(59.87% 0.2200 257.83), oklch(78.14% 0.1627 219.92));
    color: oklch(1 0 255);
    font-weight: bold;
    text-decoration: none;
    padding: 0.75em 1.75em;
    border-radius: 2em;
    transition: all 0.3s ease;
    margin-bottom: 1em;
}

.gtkm-btn:hover {
  background: linear-gradient(135deg, oklch(78.14% 0.1627 219.92), oklch(59.87% 0.2200 257.83));
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 120, 255, 0.4);
}


.profielfoto {
    width: 20rem;
    border-radius: 15%;
    object-fit: cover;
    box-shadow: 0 0.5rem 2rem oklch(0 0 0 / 0.25);
    border: 0.5em solid oklch(60% 0.0126 255);
    margin: 1.5rem 0;
}


@media (min-width: 30em) {
    .labos li {
        flex: 1 1 50%; 
    }
}


@media (min-width: 48em) {
    .labos li {
        flex: 1 1 33.33%; 
    }
}


@media (min-width: 80em) {
    .labos li {
        flex: 1 1 25%;
    }
}

p {
    color: oklch(55.897% 0.00006 271.152);
    margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 2em;     
    margin-bottom: 1em;  
}

section {
    margin-bottom: 2rem;
}

.laboverslag {
    text-align: left;
    margin: 0 auto;

    li {
        color: oklch(55.897% 0.00006 271.152);

    }

    h1 {
        text-align: center;
    }

    p {
        margin-left: 1.5rem;   
        line-height: 1.6;       
    }

}

.click-btn {
    display: inline-block;
    padding: 0.3rem 1rem;
    background-color: oklch(20.09% 0.04172 233.398);
    color: oklch(1 0 0);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: 0.2s ease-in-out;

    &:hover {
        transform: scale(1.05);
    }
}



.message {
    text-align: center;
    color: oklch(55% 0 0);
    margin-bottom: 20px;
    font-size: 0.95rem;
}


.contact-form {
    margin-bottom: 20px;
}


.contact-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    color: oklch(20% 0 0);
}


.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid oklch(60% 0 0);
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}


.contact-form input:focus,
.contact-form textarea:focus {
    border-color: oklch(40% 0.2 250);
    box-shadow: 0 0 5px oklch(40% 0.2 250 / 0.5);
    outline: none;
}


.message.error {
    color: oklch(50.951% 0.20865 29.176);
    font-size: 0.9rem;
    margin-top: 5px;
    display: block;
}


#btnSubmit {
    width: 100%;
    padding: 14px;
    background-color: oklch(20.09% 0.04172 233.398);
    border: none;
    border-radius: 6px;
    color: oklch(1 0 0);
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#btnSubmit:hover {
    background-color: oklch(50.286% 0.20549 260.044);
    transform: translateY(-2px);
}

main.container {
    display: flex;
    flex-direction: column;        
    justify-content: center;       
    align-items: center;            
    flex: 1;                        
    width: 100%;
    padding: 2rem 1rem;
}

.reflection {
    text-align: center;


    ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

        li {
            list-style: none;
            margin-bottom: 1.5rem;
        }
    }

    p {
        text-align: left;
        margin-bottom: 1rem;
        
    }

}


section:nth-child(5) > a {
  color: oklch(54.00% 0.151 46.35);
}

























































