
/*********************/
/* GENERALE STYLING */
/*********************/

:root {
    --roze-kleur: #f093b3; 
    --rode-kleur: #610f2c;
    --tekstkleur-zwart: #000000;
    --tekstkleur-wit: #ffffff;
    --tekstkleur-roze: #f093b3;
    --tekstkleur-rood: #610f2c;
    --font-tekst: "superclarendon", serif;
    --font-sierlijk: "canto", serif;
}

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%; 
}


p{
    font-family: var(--font-tekst);
    font-weight: 300;
}

span{
    font-family: var(--font-sierlijk);
    font-size: 70px;
}

/*********************/
/****** HEADER *******/
/*********************/

header {
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: 2px solid var(--rode-kleur);
    max-width: 100%;
}

header ul {
    list-style: none;
    display: flex;
    gap: 5rem;
    margin: 0;
    padding: 0;
    margin-right: 3rem;
}

header ul li a {
    text-decoration: none;
    color: var(--rode-kleur);
    font-family: var(--font-tekst);
    font-size: 18px;
    transition: color 0.3s ease; 
}

header a img {
    margin-left: 3rem;
    width: 12%;  
}

header ul li a:hover {
    color: var(--roze-kleur); 
    text-decoration-color: var(--tekstkleur-roze);    
}

.aanwezig{
    text-decoration: underline;
    text-decoration-color: var(--rode-kleur);
}


/*********************/
/**** HOME BOVEN *****/
/*********************/

.homelogo{
    width: 100vw;
    margin-top: 10rem;
}



/*********************/
/**** HOME MIDDEN ****/
/*********************/



/*********************/
/****** OVER MIJ *****/
/*********************/
.overmij{
    background-color: var(--rode-kleur);
    position: relative;      /* ← Rode achtergrond gaat overal overheen */
    z-index: 1; 
    margin-top: 5rem;
    padding-bottom: 6rem;
}

.overmijimg{
    width: 40%;
    margin-left: 55%;
    margin-top: -4rem;
    position: relative;
}

.overmij h2{
    font-size: 50px;
    font-family: var(--font-tekst);
    font-weight: 700;
    margin-left: 5rem;
    color: var(--tekstkleur-wit);
    margin-top: -28rem;
}

.overmij span{
    font-size: 70px;
    position: relative;
    display: inline-block;
    background: rgba(240, 147, 179, 0.4);  
    padding: 3px;                                    
}

.overmij .tekstselecteren {
    width: 10.4%;
    margin-top: 4.6rem;
    margin-left: 17rem;
    position: absolute; 
    z-index: 20;
}

.overmij p{
    color: var(--tekstkleur-wit);
    margin-left: 5rem;
    width: 42%;
    margin-bottom: 3rem;
    font-size: 18px;
    font-family: sans-serif;
}

.overmij a{
    color: var(--rode-kleur);
    background-color: var(--roze-kleur);
    border-radius: 10px;
    padding: 10px;
    margin-left: 5rem;
    text-decoration: none;
    font-family: var(--font-tekst);
    font-weight: 800;
    transition: all 0.3s ease;
}

.overmij a:hover {
    background-color: var(--tekstkleur-wit);  /* ← Wordt rood */
    color: var(--tekstkleur-roze);          /* ← Tekst wordt wit */
    transform: translateY(-2px);           /* ← Leicht omhoog */
    box-shadow: 0 5px 15px rgba(97, 15, 44, 0.4);  /* ← Schaduw */
}



/*********************/
/**** WERK TROTS *****/
/*********************/

.werktrots {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.werktrots h2{
    text-align: center;
    color: var(--roze-kleur);
    font-family: var(--font-tekst);
    font-size: 50px;
    font-weight: 700;
    margin-top: 6rem;
}

.werktrots span{
    font-size: 70px;
    position: relative;
    display: inline-block;
    background: rgba(240, 147, 179, 0.4);  
    padding: 3px;                                    
}

.werktrots .tekstselecteren{
    width: 8.5%;
    margin-left: 13.6rem;
    margin-top: 4.4rem;
    position: absolute; 
    z-index: 20;
}

.pijltjehome{
    width: 7%;
    align-self: normal;
    margin-left: 17rem;
    margin-top: -4rem;
}

.werkblokhome {
    width: 40%;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
}

.werkblokhome:last-child {
    margin-bottom: 4rem;
}

.werkblokhome:hover {
    transform: scale(1.05);  /* ← 5% groter */
}

.werktrots button{
    color: var(--rode-kleur);
    font-size: 16px;
    background-color: var(--roze-kleur);
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    font-family: var(--font-tekst);
    font-weight: 800;
    transition: all 0.3s ease;
    margin-bottom: 5rem;
    border: none;          /* ← dit haalt de rand weg */
    outline: none;  
}

.werktrots button:hover {
    background-color: var(--rode-kleur);  
    color: var(--tekstkleur-roze);          
}




/*********************/
/****** FOOTER *******/
/*********************/
.bolletjesstrook{
    width: 100%;
    margin-top: 1rem;
    transform: scaleY(-1);
    margin-bottom: -2rem;
} 

footer{
    background-color: var(--rode-kleur);
    font-family: var(--font-tekst);
    display: flex;
    gap: 4rem;  /* Ruimte tussen de twee sections */
    justify-content: center;
    flex-wrap: wrap;
}

footer section {
    display: flex;        /* ← NIEUW: flex binnen elke section */
    flex-direction: column; /* ← Tekst onder elkaar */
    flex: 1;
    min-width: 250px;
    text-align: left;
    margin-left: 13rem;
    color: var(--tekstkleur-wit);
}

footer section h2 {
    margin-top: 3rem; /* ← Ruimte onder h2 */
    color: var(--tekstkleur-roze);
}

footer section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

footer section li {
    margin-bottom: 0.5rem;
}

footer p {
    width: 100%;  
    margin-top: 0;
}

footer li{
    margin-bottom: 2rem;
}

footer p:last-child{
    text-align: center;
    margin-bottom: 2rem;
    color: var(--tekstkleur-wit);
    font-size: 200;
}

.linkedin{
    text-decoration: underline;
    text-decoration-color: var(--roze-kleur);
    color: var(--tekstkleur-wit);
    font-weight: 900;
    font-style: italic;
    transition: all 0.3s ease;
}

.contact a{
    text-decoration: none;
    color: var(--tekstkleur-wit);
    transition: all 0.3s ease;
}

.linkedin:hover {
    color: #f093b3;
}

.contact a:hover {
    color: var(--tekstkleur-roze);
    text-decoration: underline;
    text-decoration-color: var(--tekstkleur-roze);
}













/*********************/
/***** OVER MIJ ******/
/*********************/

.overmijboven {
    padding: 6rem 5rem;
    padding-left: 0;
    margin-top: 2rem;
    padding-bottom: 0rem;
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    position: relative;
    min-height: 80vh;
}

.grootovermij {
    width: 35%;
    flex-shrink: 0;
    margin-top: 5rem;
}

.overmijtekst {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1{
    margin-top: -1rem;
    font-family: var(--font-tekst);
    font-size: 50px;
    font-weight: 700;
    color: var(--tekstkleur-roze);     /* ← Tekst naar rechts */
    margin-right: 5rem;     /* ← Extra ruimte rechts */
    padding-right: 2rem;
}

.overmijtekst img {
    width: 8%;
    align-self: center; 
    margin-bottom: 2rem;
    margin-top: -5rem;
    margin-left: -14rem;
}

.overmijtekst p {
    color: var(--tekstkleur-zwart);
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.overmijtekst a {
    align-self: flex-start;
    background: var(--roze-kleur);
    color: var(--rode-kleur);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: var(--font-tekst);
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 6rem;
}

.overmijtekst a:hover {
    background: var(--rode-kleur);
    color: var(--tekstkleur-roze);
    text-decoration: none; 
}






/*********************/
/**** PROJECTEN *****/
/*********************/

.projecten{
    margin-top: 6rem;
}

.projecten h1{
    text-align: center;
    padding: 0;
    margin-right: 0;
}

.projecten img{
    width: 7%;
    align-self: normal;
    margin-left: 17rem;
    margin-top: -4rem;
}

.werkblokken {
    display: flex;
    flex-direction: column;  
    align-items: center;    
    gap: 2rem;               
    text-align: center;
}

.werkblokken img{
    width: 40%;
    transition: transform 0.3s ease;
}

/* Margin bovenste anders */
.werkblokken img:first-child {
    margin-top: -5rem;  
}

/* Margin laatste anders */
.werkblokken img:last-child {
    margin-bottom: 4rem;  
}


.werkblokken img:hover {
    transform: scale(1.05);  
}






/*********************/
/****  PAGINA'S ****/
/*********************/

.project-groot h1{
    text-align: center;
    color: var(--tekstkleur-rood);
    margin-right: 0;
    margin-top: 6rem;
}

.project-groot p{
    font-family: sans-serif;
    font-size: 18px;
}

.project-groot h2{
    color: var(--roze-kleur);
    font-size: 40px;
}

.project-groot img:first-of-type{
    width: 5%;
    margin-left: 23rem;
    margin-top: -5rem;
}

.twee-kolommen {
    display: flex;
    gap: 10rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.twee-kolommen section {
    flex: 1;
}

.resultaat {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    text-align: left; 
    max-width: 1000px;
}

.project-groot img:last-of-type{
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 5rem;
}