* {
    margin: 0;
    padding: 0;
    font-family: 'Brush Script MT', cursive;
    transition: 0.3s;
}
body{
    background-color: rgb(184, 169, 135);
}


/* VARIABLES */
:root{
    --TextSize: .8vw
}

.RoundLeft{
    border-top-left-radius: 2%;
    border-bottom-left-radius: 2%;
}

Main{
    background-image: url("Media/ForestImproved.png");
    background-repeat: no-repeat;
    background-size:cover;
}

#HeaddingElement{
    position: fixed;
    width: 100%;
    z-index: 1000;
}


.Navigation{
    background-color: rgb(194, 179, 145);

    display: flex;
    justify-content: space-between;
    
    
    font-size: calc(1.5* var(--TextSize));
    padding: var(--TextSize);
    
    box-shadow: 3px 3px 50px rgb(73, 59, 44);
}

.NavPrimary{
    color: rgb(73, 59, 44);
    display: flex;
    align-self: center;
    margin-right: 1%;
    margin-left: 1%;
    
}

.Navigation a:nth-child(1){
    color: rgb(250, 233, 255);
    font-size: calc(2.5* var(--TextSize));
    margin-right: 50%;
    padding-top: 0vw;
    letter-spacing: 10%;
    text-decoration: none;
}
.Navigation a:nth-child(1):hover{
    color: rgb(171, 103, 192);

}

.Navigation a:not(:nth-child(1)){
    box-shadow: 3px 3px 12px rgb(110, 106, 92);
    padding: 0.5% 2%;
    text-decoration: none;
    background-color: rgb(184, 169, 135);
}

.Navigation a:not(:nth-child(1)):hover{
    box-shadow: 3px 3px 12px rgb(110, 106, 92);
    background-color: rgba(54, 43, 32, 0.219);
    color: antiquewhite;
    /*letter-spacing: 5%; (We are absolutely adding this later)*/
    letter-spacing: .15em;
    
}

.Navigation a:nth-child(4){
    margin-right: 3%;
}









#Jumper{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    transform: translate3d(100%,-32%,0);
    position: fixed;
    z-index: 1000;
}

#PreviewTitle{
    font-size: larger;
    position: fixed;
    transform: translate3d(187%,180%,0);
    text-align: center;
    padding-bottom: 1vw;
    width: 13%;
    font-size: 1vw;
    background-color: rgb(194, 179, 145);
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    box-shadow: 0px 25px 15px rgba(0, 0, 0, 0.216);
    z-index: 1000;
}





.Section1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    margin-left: 20%;
    padding: 2% 0px;
    margin-right: 20%;
    border-radius: 10%;
}

.Section1 img {
    width: 50%;
    background-color: rgb(194, 179, 145);
    padding: 1.5%;
    border-radius: 10%;
    border-top-right-radius: 2%;
    border-bottom-right-radius: 2%;
}

.TextSection{
    background-color: rgb(194, 179, 145);
    padding: 1.5%;
    padding-right: 9%;
    border-radius: 10%;
    margin: 2% .5%;
    font-size: .8vw;
}

.TextSection h4{
    margin-bottom: 10%;
}







.Section2Container{

    background-color: rgb(26, 53, 33);
    
}

.Section2Container img{
    width: 30%;
    margin-right: 32%;
    margin-left: 32%;
    padding: 1% 1%;
    background-color: rgb(77, 68, 47);
}

.Section2Container h4{
    text-align: center;
    color: rgb(151, 154, 127);
    color: rgb(255, 183, 67);
    background-color: rgba(255, 255, 255, 0.058);
    padding: 1% 1%;
    width: 30%;
    margin-right: 32%;
    margin-left: 32%;
    font-size: 1.2em;
    
}

.Space{
    height: 20vw;
}

.Space1{
    height: 45vw;
}

.Space2{
    height: 5vw;
}

.Space3{
    height: 10vw;
}

.Space4{
    height: 15vw;
}

.FootSpace{
    height: 15vw;
    background-color: rgb(26, 53, 33);
}


.Foot{
    padding: 5vw;
    background-color: rgb(194, 179, 145);
}

.Foot h2{
    margin-bottom: 1%;
}






.PosterContainer{
    display: flex;
    justify-content: space-between;
    margin-right: 30%;
    margin-left: 30%;
    background-color: bisque;
    padding: 2%;
}

.SectionAbout{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    border-radius: 2%;
}

.TextSectionAbout{
    background-color: rgb(194, 179, 145);
    padding: 1.5%;
    padding-right: 9%;
    border-radius: 3%;
    margin: 2% .5%;
    font-size: 1vw;
    min-width: 29%;
}



.PosterCard{
    padding: 1%;
    padding-top: 0;
    background-color: rgb(132, 123, 87);
    width: 8vw;
    border-radius: 5%;
}
.PosterCard:hover{
    box-shadow: 0px 25px 15px rgba(0, 0, 0, 0.216);
    background-color: rgb(51, 51, 51);
}

.PosterCard h5{
    padding: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: rgb(201, 205, 173);
    width: 8vw;
    text-align: center;
    font-size: 1vw;
}

.PosterImage{
    width: 8vw;
}

.HobbiesTitle{
    text-align: center;
    padding: .5%;
    background-color: rgb(194, 179, 145);
    margin-right: 30%;
    margin-left: 30%;

    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    font-size: 1.5vw;
}











.DolfjeContainer{

}


.DolfjeSection{
    display: flex;
    justify-content: center;
    
    margin-left: 20%;
    padding: 2% 0px;
    margin-right: 20%;
    border-radius: 10%;
}
.DolfjeSection img{
    width: 30%;
    border-radius: 10%;
}

.DolfjeNote{
font-size: 1vw;
margin-left: 3%;
}

.DolfjeNote img{
    width: 10%;
    transform: translate3d(25vw,-2vw,0);
}



.drawingContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
}.drawingContainer .PosterCard {
    margin: 1em;
}