html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0em;
    margin: 0em;
}
main {
    margin: 0em;
    padding: 0em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-family: "abril-fatface", serif;
    font-weight: normal;
    font-size: 4.5em;
}
h2 {
    font-family: "greycliff-cf", sans-serif;
}
h3 {
    font-family: "greycliff-cf", sans-serif;
    margin: 2em 1em 0em 0em;
}
p {
    font-family: "greycliff-cf", sans-serif;
}
a {
    font-family: "greycliff-cf", sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

nav {
    width: 100%;
}
nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
    background-color: white;
    margin-top: 0em;
}
nav ul li{
    padding: 1.8em 1.4em;
}
nav ul li:first-child {
    margin-right: auto;
    margin-left: 1.5em;
}
nav ul li:nth-child(3) {
    margin-right: 7em;
    margin-left: 0em;
}
nav ul li a{
    font-size: 1.25em;
    font-weight: normal;
    transition: all .2s ease-in-out;
}
nav ul li a.active{
    font-weight: bold;
}
nav ul li a:hover {
    color: #fad0de;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "greycliff-cf", sans-serif;
    background-color: #1c1c1c;
    color: whitesmoke;
    padding-bottom: 1em;
}
footer > div {
    display: flex;
    margin: 1em 0em;
}
footer div > p:first-of-type {
    font-size: 2em;
    font-weight: bold;
    color: #fad0de;
    margin: 1.5em 0 0;
}
footer li {
    margin-right: 1em;
}
footer a {
    font-size: 1.2em;
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: #fad0de;
}
.footerLinks ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footerLinks p:nth-of-type(2) {
    font-size: 1.2em;
    margin: 0.2em 0 2em;
}
.footerRechts {
    padding-left: 31em;
}
.footerRechts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footerRechts ul li {
    padding-top: 0.5em;
}
.footerRechts ul li a {
    font-size: 1.2em;
    font-weight: normal;
}
footer > p {
    text-align: center;
    font-size: 1em;
}



/* ------------ */
/* Hoofd Pagina */
/* ------------ */

.hoofdPagina main > img {
    width: 100vw;
    padding: 8em 0 1em;
}

.hoofdPagina section {
    display: flex;
    padding: 2em 5.9em;
    height: 28em;
}
.hoofdPagina section > div {
    display: flex;
    flex-direction: column;
    padding: 1em 5em 0 2em;
    position: relative;
    z-index: 1;
}
.hoofdPagina section h2 {
    font-family: "abril-fatface", serif;
    font-size: 4em;
    font-weight: normal;
    color: whitesmoke;
    margin: 0;
}
.hoofdPagina section h3 {
    font-size: 1.8em;
    font-weight: normal;
    color: #fad0de;
    margin: -0.5em 0 0;
}
.hoofdPagina section p {
    font-size: 1.25em;
    margin: 0;
}
.hoofdPagina section a {
    font-size: 1.1em;
    background-color: #fad0de;
    width: fit-content;
    border-radius: 5em;
    padding: 0.8em 3em;
    margin-top: 3em;
    transition: all .2s ease-in-out;
}

.hoofdPagina .sectionMij {
    background-color: #1c1c1c;
    margin: 6em 0 10em;
}
.hoofdPagina .sectionMij p {
    color: whitesmoke;
    padding: 1.5em 2em 0 0;
}
.hoofdPagina .sectionMij a:hover {
    color: #1c1c1c;
    background-color: whitesmoke;
}
.hoofdPagina .sectionMij img:first-of-type {
    position: relative;
    padding-left: 2em;
    margin-top: -20em;
    height: 50em;
    z-index: 1;
}
.hoofdPagina .sectionMij img:nth-of-type(2) {
    position: absolute;
    padding-left: 3.6em;
    margin-top: -8em;
    height: 38em;
    z-index: 0;
}

.hoofdPagina .sectionProjecten p {
    color: #1c1c1c;
    padding: 4em 1em 0 2em;
}
.hoofdPagina .sectionProjecten a {
    margin-left: 2.2em;
}
.hoofdPagina .sectionProjecten a:hover {
    color: whitesmoke;
    background-color: #1c1c1c;
}
.hoofdPagina .sectionProjecten img:first-of-type {
    position: relative;
    height: 38em;
    margin-top: -8em;
    z-index: 1;
}
.hoofdPagina .sectionProjecten img:nth-of-type(2) {
    position: absolute;
    height: 10em;
    margin: 15em 0 0 12em;
    z-index: 0;
}




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

.projectenPagina main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15em;
}
.projectenPagina main h1 {
    margin: 1.5em 0 0 0;
}
.projectenPagina main > p {
    font-size: 2em;
    margin: 0 0 4em 0;
}
.projectenPagina main > p span {
    font-family: "abril-fatface", serif;
    font-style: italic;
    font-size: 1.3em;
}
.projectenPagina main a {
    font-size: 1.1em;
    font-weight: 100;
}

.projectenPagina section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    height: 15em;
    margin-bottom: 8em;
    transition: transform .5s ease-in-out;
}
.projectenPagina section:hover {
    transform: scale(1.03);
}
.projectenPagina section img {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.projectBannerLinks p, .projectBannerRechts p {
    grid-row: 1;
    z-index: 2;
    font-size: 0.9em;
    margin: 1em 3em 0 4em;
}
.projectBannerLinks button, .projectBannerRechts button {
    grid-row: 2;
    z-index: 2;
    color: white;
    font-size: 0.9em;
    font-weight: bold;
    border: none;
    border-radius: 50em;
    width: fit-content;
    padding: 0.8em 3em;
    margin-left: 4em;
}
.projectBannerLinks p, .projectBannerLinks button {
    grid-column: 1;
}
.projectBannerRechts p, .projectBannerRechts button {
    grid-column: 3;
}

.projectenPagina a:nth-of-type(1) button { background-color: #389657; }
.projectenPagina a:nth-of-type(2) button { background-color: #608ab8; }
.projectenPagina a:nth-of-type(3) button { background-color: #000160; }
.projectenPagina a:nth-of-type(4) button { background-color: #686947; }
.projectenPagina a:nth-of-type(5) button { background-color: #776aad; }
.projectenPagina a:nth-of-type(6) button { background-color: #ff7154; }





/* --------------------- */
/* Bekijk Project Pagina */
/* --------------------- */

.bekijkProjectPagina main{
    display: flex;
    flex-direction: column;
    padding: 0 20em;
}
.bekijkProjectPagina main > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4em;
}

.bekijkProjectPagina h1 {
    font-family: "greycliff-cf", sans-serif;
    font-weight: bold;
    font-size: 5em;
    margin: 1.8em 0 0.4em 0;
}
.bekijkProjectPagina h2:first-of-type {
    margin-top: 1em;
}
.bekijkProjectPagina h2:nth-of-type(2) {
    margin-top: 2.5em;
    text-align: center;
    font-size: 2em;
}
.bekijkProjectPagina h3 {
    margin-top: 2em;
}

.bekijkProjectPagina img {
    max-width: 100%;
    height: auto;
}
.bekijkProjectPagina div > img {
    height: 20em;
    width: auto;
}




/* --------------- */
/* Over Mij Pagina */
/* --------------- */

.overMijPagina main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 6em 15em;
}
.overMijPagina span{
    font-style: italic;
}

.overMijPagina section {
    display: flex;
    flex-direction: row;
}
.overMijPagina section img {
    height: 35em;
    width: auto;
}
.overMijPagina section div {
    display: flex;
    flex-direction: column;
    padding: 4em 0em 0em 0em;
}
.overMijPagina section div img{
    position: absolute;
    height: 10em;
    margin: 30em 0 0 6em;
    z-index: 0;
}
.overMijPagina section a {
    font-size: 1.1em;
    background-color: #fad0de;
    width: fit-content;
    border-radius: 5em;
    border: none;
    padding: 0.8em 3em;
    margin: 3em 0em 0em 0em;
    transition: all .2s ease-in-out;
}
.overMijPagina section a:hover {
    color: whitesmoke;
    background-color: #1c1c1c;
}

.overMijPagina footer {
    margin-top: 5em;
}

