/*         -----     start     -----         */

*{
    margin: 0;
}

:root{
    font: 16px verdana;
    /* color: #111111; */

    --text-color: #3c2e17;
    --off-white: #F2F4E1;
    --sand: #EDD1A4;
    --pea: #B1B87D;
    --olive: #767F2F;
    --accent: #B33DB8;
}


body{
    background-color: var(--off-white);
}

/*         -----     fonts     -----         */


@font-face {
    font-family: porcelai;
    src: url(../fonts/PORCELAI.TTF);
}

@font-face {
    font-family: edensor;
    src: url(../fonts/Edensor.otf);
}

@font-face {
    font-family: vegandays;
    src: url(../fonts/VeganDays.ttf);
}

/*         -----     container  -----         */
#container{
    width: 100%;
    overflow: hidden;
    position: relative;
}

#circle{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(450px + 25%);
    /* filter: opacity(0.5); */
}


/*         -----     header     -----         */


header{
    text-shadow: 4px 4px 0px var(--off-white);  /*Zo blijft de tekst leesbaar boven de graphic */
    position: relative;
    margin-top: 40px;
    height: 100px;
    text-align: center;
}

#olijfgraphic{
    position: absolute;
    width: calc(400px + 20%);
    transform: rotate(135deg);
    top: -70px;
    left: 60%;
    filter: opacity(0.3);
}

h1{
    font-size: 3.8em;
    font-family: edensor;
    position: relative;
    font-weight: normal;
}

h2{
    font-size: 2.5em;
    font-family: garamond;
    position: relative;
    letter-spacing: 0.1em;
}

#logo-box{
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

#logo{
    width: 100%;
}

.accent{
    color: var(--accent);
    font-size: 1em;
    transform: scale(0.6);
}

/*         -----     nav     -----         */





/*         -----     main     -----         */


main{
    text-shadow: 2px 2px 0px var(--off-white);
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 140px);
    position: relative;
}

#paragraafje{
    position: absolute;
    width: 86%;
    margin: 50px 7%;
    margin-top: 100px;
    line-height: 1.5em;
    z-index: 100;       /*Zo blijft de tekst leesbaar over de heuvels */
}

#paragraafje p{
    margin-top: 20px;
}

#contact{
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    z-index: 20;
}

#contact h3{
    font-family: garamond;
    letter-spacing: 0.04em;
}

#socials{
    width: 50%;
    font-family: garamond;
    text-align: right;
    height: fit-content;
    margin: auto 0;
    font-size: 1.7em;
    position: relative;
    padding-top: 77px;
}

#socials a{
    line-height: 3em;
    margin-right: 38px;
}

#contact>ul{
    width: 50%;
    position: relative;
    margin-top: 30px;
    list-style-type: none;
    text-align: left;
    padding: 0;
}

#contact img {
    width: 32px;
}

#fatslash{
    font-weight: bold;
    font-size: 1.2em;
    color: var(--accent);
}

.accentje{
    font-family: edensor;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}
/* #paragraafje ul li:nth-of-type(even){
    text-align: right;
    margin-right: 20px;
}

#paragraafje ul li:nth-of-type(odd){
    text-align: left;
    margin-left: 20px;
}

#paragraafje ul li:last-of-type{
    text-align: center;
} */

/* #paragraafje>ul>li:nth-of-type(3){
    margin-top: 10px;
} */


.layers p{
    position: absolute;
    bottom: 5px;
    z-index: 100;
    margin: 0 30px
}

.layers{
    z-index: 10;
    font-size: 3em;
    height: 100px;
    width: 100%;
    position: relative;
}

.layers:nth-of-type(2){
    margin-top: calc(100vh - 540px);
    background-color: var(--off-white);
    color: var(--sand);
    text-shadow: 2px 2px var(--pea);
}

.layers:nth-of-type(3){
    background-color: var(--sand);
    color: var(--pea);
    text-shadow: 2px 2px var(--olive);
}

.layers:nth-of-type(3) p{
    right: 0;
}

.layers:nth-of-type(4){
    background-color: var(--pea);
    color: var(--olive);
    text-shadow: 2px 2px var(--text-color);
}

.layers:nth-of-type(5){
    background-color: var(--olive);
}

.layers img{
    position: absolute;
    width: 70%;
    height: 150px;
    bottom: -3px;
}

#sand_heuvel{
    height: 160px;
    right: 0;
    transform: scaleX(-1);
}

#pea_heuvel{
    height: 175px;
    width: 60%;
    left: 0;
}

#olive_heuvel{
    height: 150px;
    right: 10%;
}


/*         -----     footer     -----         */





/*         -----     RESPONSIVITEIT     -----         */


@media screen and (max-width: 768px) {


.layers:nth-of-type(2){
    color: var(--off-white);
    text-shadow: 0px;
}

.layers:nth-of-type(3){
    color: var(--sand);
    text-shadow: 0px;
}

.layers:nth-of-type(4){
    color: var(--pea);
    text-shadow: 0px;
}

#sand_heuvel{
    width: 150%
}

#pea_heuvel{
    width: 150%
}

#olive_heuvel{
    width: 150%
}




/*         -----    R-- header     -----         */





/*         -----    R-- nav     -----         */





/*         -----    R-- main     -----         */





/*         -----    R-- footer     -----         */


}

@media screen and (max-width: 400px){
    h1{
        font-size: 2.6em;
    }

    h2{
        font-size: 1.8em;
        letter-spacing: 0.1em;
    }

    #contact{
        display: block;
    }

    #socials{
        width: 100%;
        padding-top: 0px;
        text-align: center;
    }

    #socials a{
        margin-right: 0px;
    }

    #contact>ul{
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }
}

@media screen and (max-width: 550px){
    .layers p{
        display: none;
    }
}