body
{
    background-color: #FBF4D9;
}


/* Bovenbalk */
#rectangle-top
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF80;

    padding: 1.5rem;  
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 2rem;
    color: #709767;
    font-weight: bold;
    font-family: arial;
}

.nav-right 
{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-btn
{
    display: inline-block;

    padding: 10px 15px;
    margin-left: 10px;

    background-color: transparent;
    color: black;
    cursor: pointer;

    border-radius: 7px;
    font-size: 14px;
    text-decoration: none;
    font-family: arial;
}

.nav-btn:hover
{
    background-color: #FBF4D9;
    color: #709767;
}

.nav-btn.active
{
    background-color: #DAEEC2;
    color: #709767;
}
/* Einde Bovenbalk */



/* Home page */



/* Intro */

.volblok-page1
{
    margin-top: 20rem;
    margin-left: 10rem;
    margin-right: 10rem;
}

#intro 
{
    font-family: Arial;
    margin-top: 200px;
    text-align: left;
    padding: 2rem;
}

.intro h1 
{
    font-size: 2.5rem;
    font-family: Arial;
    margin-bottom: 1rem;
}

.intro p 
{
    font-size: 1.2rem;
    color: #333;
    font-family: Arial;
}

#naam-nav
{
    color: #709767;
}
/* Einde Intro */

/* Intro Buttons */

#intro-knoppen
{
    text-align: left;
    display: flex;
    gap: 4rem;
    margin-top: 3rem;
    margin-left: -3rem;
}

.intro-btn
{
    padding: 10px 15px;
    margin-left: 10px;

    background-color: transparent;
    color: #709767;
    cursor: pointer;

    border: 2px solid #709767;
    border-radius: 7px;
    font-size: 14px;
    text-decoration: none;
    font-family: arial;   
}
.intro-btn:hover
{
    background-color: #709767;
    color: #FBF4D9;
}
/* Einde Intro Buttons */

/* Gradient Square */

#gradient-square-home
{
    float: right;
    width: 500px;
    height: 500px;
    margin: -20rem 15rem 0 0;
    border-radius: 7px;
    background: linear-gradient(135deg, #DAEEC2, #709767);

    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#fotoHome
{
    width: 75%;
    height: 95%;
    padding-top: 2.5%;
}

/* Einde Gradient Square */



/* OverMij page */



/*Mijn verhaal tekst*/

.volblok-page2
{
    margin-left: 10rem;
    margin-right: 10rem;
}

#mijn-verhaal
{
    font-family: Arial;
    font-weight: 600;
    margin-top: 100px;
    text-align: left;
    padding: 2rem;
}

#mijn-verhaal-h1
{
    margin-top: 0.5rem;
    font-size: 2rem;
    font-family: Arial;
    font-weight: 600;
  
    text-align: center;
}
#mijn-verhaal-h2
{
    font-size: 1.5rem;
    font-family: Arial;
    font-weight: 600;
}
.mijn-verhaal-h3
{
    font-size: 1.25rem;
    font-family: Arial;
    font-weight: 600;
    color: #709767;
}

.mijn-verhaal-h3 + p
{
    font-weight: 500;
    font-size: 1.1rem;
    color: #333;
    font-family: Arial;
    
}

/*Einde Mijn verhaal tekst*/

/*Squares (OverMij) */
#gradient-square-OverMij
{
    float: right;
    width: 450px;
    height: 450px;
    margin: -25rem 10rem 0 0;
    border-radius: 7px;
    background: linear-gradient(135deg, #DAEEC2, #709767);

    text-align: center;
    font-family: Arial;
}
#fotoFam
{
    width: 80%;
    height: 95%;
    padding-top: 2.5%;
}

#gradient-square-Werkplek
{
    width: 900px;
    height: 300px;
    margin: auto;
    margin-top: 5%;
    border-radius: 7px;
    background: linear-gradient(135deg, #DAEEC2, #709767);

    text-align: center;
    font-family: Arial;
}

/* Kleine wit met gekleurde squares */

/* alle squares */
#Kleine-squares 
{
    display: flex;
    justify-content: center;
    gap: 10%;
    margin-top: 2%;
    margin-bottom: 5%;
}

/* alle squares */
.square-colom 
{
    position: relative;
    width: 200px;
    height: 150px;
}

/* Witte square */
.square-wit 
{
    position: absolute;
    box-sizing: border-box;
    top: 40px;
    width: 100%;
    height: 175px;

    background: white;
    border-radius: 7px;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    align-items: flex-end;

    justify-content: center;
    text-align: center;
    color: gray;
    font-family: Arial;
    font-size: 0.9rem;

    z-index: 1;
}

/* Gekleurde square */
.square-kleur 
{
    position: absolute;
    box-sizing: border-box;
    top: 40px;
    width: 100%;
    height: 80px;

    border-radius: 7px 7px 0 0;
    display: flex;

    justify-content: center;
    align-items: center;
    font-family: Arial;
    font-size: 0.9rem;
    font-weight: 600;
    color: black;

    z-index: 2;
}

/* Kleur */
.square-kleur.professioneel,
.square-kleur.creatief,
.square-kleur.passievol,
.square-kleur.dedicated 
{
    background: linear-gradient(135deg, #DAEEC2, #709767);
}

/* Einde OverMij page */



/* Projecten page */



#projecten-h1
{
    margin-top: 6rem;
    font-size: 2rem;
    font-family: Arial;
    font-weight: 500;
  
    text-align: center;
}

#projecten-p
{
    font-weight: 500;
    font-size: 1.2rem;
    color: gray;
    font-family: Arial;
    text-align: center;
}

/*squares onderaan page*/
/* Container */
.projects 
{
    margin-top: 8rem;
    display: flex;
    margin-left: 22rem;
    gap: 5rem;
}

/* Kaart-wit */
.card 
{
    background: white;
    border-radius: 15px;
    width: 230px;
}


/* Bovenkant */
.card-top 
{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* Icoon plek/ Foto plek */
.icon 
{
    width: 50px;
    height: 50px;
    border: 2px solid #6b8f47;
    border-radius: 8px;
}

/* Kleuren */
.green .card-top 
{
    background-color: #dff0c2;
}

.lightgreen .card-top 
{
    background-color: #bfe1bf;
}

.yellow .card-top 
{
    background-color: #efe4bd;
}

/* Inhoud */
.card-body 
{
    padding: 18px;
}

.label 
{
    font-size: 0.8rem;
    background: #e8f3d8;
    padding: 4px 10px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 8px;
    font-family: Arial;
}

.project-titels-h3
{
    
    margin: 8px 0;
    font-family: Arial;
}

.project-beschrijving-p
{
    font-size: 1rem;
    color: #555;
    margin-bottom: 12px;
    font-family: Arial;
}

.projecten-a
{
    text-decoration: none;
    color: #5a7d3b;
    font-weight: bold;
    font-size: 0.9rem;
    font-family: Arial;
}

.card-info 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-family: Arial;
}

.date 
{
    font-size: 0.8rem;
    color: gray;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Einde projecten page */



/* Skills page */



#main-tekst h1
{
    margin-top: 6rem;
    font-size: 2rem;
    font-family: Arial;
    font-weight: 600;
  
    text-align: center;
}

#main-tekst p
{
    font-weight: 500;
    font-size: 1.2rem;
    color: gray;
    font-family: Arial;
    text-align: center;
}

/* 1e witte blok (samenvatting) */

#samenvatting-blok
{
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    width: 85rem;
    height: 175px;
    border-radius: 12px;
    background-color: white;
    
}

#samenvatting-h2
{
    padding-top: 1rem;
    color: black;
    font-size: 1.5rem;
    font-family: Arial;
    font-weight: 600;
    text-align: center;
}

#samenvatting-p
{
    color: gray;
    font-size: 0.9rem;
    font-family: Arial;
    padding-left: 4rem;
    font-weight: 500;
}

#download-button
{
    margin-top: 0.5rem;
    margin-left: 4rem;
    height: 40px;
    width: 180px;
    background-color: #709767;
    color: white;
    border: 0px;
    border-radius: 8px;
    font-family: Arial;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    align-content: center;
}

/* 2e witte blok */

#soft-skills-blok
{
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5rem;
    width: 85rem;
    height: 250px;
    border-radius: 12px;
    background-color: white;
}

#soft-skills-h3
{
    padding-top: 1rem;
    color: black;
    font-size: 1.5rem;
    font-family: Arial;
    font-weight: 600;
    text-align: center;
}

.circle-skills
{
    background-color: #DAEEC2;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    margin: 0 auto;
}

.skills-h3
{
    color: black;
    font-size: 1.2rem;
    font-family: Arial;
    font-weight: 500;
    text-align: center;
}

.skills-p
{
    color: gray;
    font-size: 0.9rem;
    font-family: Arial;
    text-align: center;
    font-weight: 500;
    margin-top: -0.7rem;
}

/*Dit is transparent*/
#blokken
{
    display: flex;
}

#blok1-skills
{
    background-color: transparent;
    height: 135px;
    width: 28.3rem;
}

#blok2-skills
{
    background-color: transparent;
    height: 135px;
    width: 28.3rem;
}

#blok3-skills
{
    background-color: transparent;
    height: 135px;
    width: 28.3rem;
}
/*Einde skills page*/



/* Contact page */



/*Blok 1*/

/*Squares*/

.squares-blok1
{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

#email-square, #telefoon-square
{
    height: 50px;
    width: 50px;
    background: #DAEEC2;
    border-radius: 8px;
    font-family: Arial;
    color: #709767;
    font-weight: bold;
    text-align: center;
    align-content: center;
}
#phoneLogo
{
    display: block;
    width: 80%;
    height: 70%;
    margin: auto;
}
#emailLogo
{
    display: block;
    width: 80%;
    height: 60%;
    margin: auto;
}


/*Tekst*/

#contact-tekst
{
    margin-top: 6rem;
    font-size: 2rem;
    font-family: Arial;
    font-weight: 600;
    text-align: center;
}

#contact-blok1
{
    width: 50rem;
    min-height: 18rem;
    border-radius: 12px;
    background-color: white;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding-left: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 5rem;

    font-family: Arial;
    font-size: 1.1rem;
}

#tekst-blok1-h3
{
    font-family: Arial;
    font-size: 1.3rem;
    margin-bottom: -0.2rem;
}

#tekst-email-groen, #tekst-telefoon-groen
{
    color: #709767;
    
}

#tekst-email-groen
{
    margin-top: 2rem;
}

#tekst-email, #tekst-telefoon
{
    margin-top: -0.5rem;
}

/*Lijn*/

#line-blok1
{
    width: 50rem;
    height: 2px;
    background-color: #709767;
}


/*Onder de lijn*/

.social-squares-blok1
{
    flex-direction: row;
}

#li-square, #gh-square, #fb-square
{
    height: 50px;
    width: 50px;
    background: #DAEEC2;
    border-radius: 8px;
    font-family: Arial;
    color: #709767;
    font-weight: bold;
    text-align: center;
    align-content: center;
    margin-top: 1.5rem;
    cursor: pointer;
}
#li-img
{
    display: block;
    width: 100%;
    height: 100%;
}

.LinkedinLink
{
    display: block;
    width: 100%;
    height: 100%;
}

#gh-square
{
    margin-left: 6rem;
    margin-top: -3rem;
}

#fb-square
{
    margin-left: 12rem;
    margin-top: -3rem;
}

/*Contact blok 2*/

#contact-blok2
{
    width: 50rem;
    min-height: 25rem;
    border-radius: 12px;
    background-color: white;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;

    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding-left: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 5rem;

    font-family: Arial;
    font-size: 1.1rem;
}

#tekst-blok1-h3
{
    font-family: Arial;
    font-size: 1.3rem;
    margin-bottom: -0.2rem;
}

.tekstvelden-blok2
{
    margin-top: -1rem;
}

#naam-tekst, #email-tekst, #bericht-tekst
{
    color: gray;
    font-family: Arial;
    margin-bottom: 5px;
}

#naam-tekstbox, #email-tekstbox, #bericht-tekstbox
{
    width: 50rem;
    border-radius: 6px;
    border-color: #709767;
    border-width: 1px;
    height: 20px;
    border-style: solid;
}

#bericht-tekstbox
{
    height: 60px;
    resize: none;
}

#verzend-btn
{
    margin-top: 1rem;
    background-color: #709767;
    color: white;
    border-radius: 8px;
    border-width: 0px;
    width: 50rem;
    height: 3rem;
    cursor: pointer;
}
