body {
    position: relative;
    width: 100%;
    background: #86B0B0;
}

p {
    margin-bottom: 0;
}

::-webkit-scrollbar {
    position: relative;
    height: 1vw;
    width: 0.7vw;


}

::-webkit-scrollbar-track {

    background: rgb(117, 117, 117);
}


::-webkit-scrollbar-thumb {
    background: #565656;
    border-radius: 1vw;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(86, 86, 86, 0.7);
}


.book-shelf {
    position: relative;
    margin-top: -45%;
    top: 38vw;
    left: 50%;

    height: auto;
    width: 50%;

    z-index: -2;
}

.title{
    position: relative;
    opacity: 70%;
    bottom: 63.3vw;
    left: -29%;

    height: 11vw;

    font-size: 2vw;
    font-family: DM Serif Text;

    animation-name: title;
    animation-duration: 10s;
}

.monitor {
    height: 90%;
    width: 90%;

    margin-left: 3%;
    margin-top: 3%;

    justify-content: center;
    display: flex;

}

.monitor-table {
    position: relative;
    width: 68%;

    margin-top: -60%;
    margin-left: 25%;


    animation-name: icons;
    animation-duration: 8s;
}

.monitor-icons {
    height: 80%;
    width: 35%;

    cursor: pointer;
}



.aboutme-page {
    position: relative;

    top: -15vw;
    left: 81%;

    height: 15vw;
    width: 10%;

    font-size: 0.5vw;

    cursor: pointer;

    z-index: 10;
    overflow: hidden;
    transform: matrix(1, 0.50, -1.1, 0.5, 0, 0);
    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.aboutme-page:hover {
    top: -16vw;
    box-shadow: 1.5vw 2vw 0.8vw rgba(0,0,0,0.2);
    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}

.aboutme-page-page{
    position: relative;
    display: flex;
    
    flex-direction: row;

    margin-top: -10%;

    height: 102%;
    width: 100%;

    overflow: hidden;
    background: #e9e9e9;
}

.aboutme-page-closebutton {
    position: relative;

    margin-left: 90%;

    height: 5%;
    width: 5%;

    z-index: 3;
    cursor: pointer;

}
.aboutme-page-closebutton:focus {
    outline: none;
    box-shadow: none;
}

.aboutme-page-greenc {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

    height: 100%;
    width: 30%;

    background-color: #97cb86;


}
.aboutme-page-img {
    position: relative;
    top: 0.5%;

    height: auto;
    width: 96%;
}

.aboutme-page-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 10%;
    width: 100%;

    padding: 2%;
    gap: 2%;
}

.aboutme-page-aboutme-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    height: auto;
}

.aboutme-page-title-sm {
    position: relative;
    width: 90%;
    text-align: center;
    color: white;
    font-size: 0.2vw;
    font-family: Verdana;

    transition: font-size 2s, line-height 2s, top 2s;
}

.aboutme-page-title-md{
    position: relative;
    width: 90%;
    padding: 1.5%;
    
    text-align: center;
    color: white;
    font-size: 0.2vw;
    font-weight: bold;
    font-family: Verdana;

    transition: font-size 2s, line-height 2s, top 2s;
}

.aboutme-page-title-lg{
    position: relative;
    padding: 2%;
    width: 100%;

    text-align: center;
    color: white;
    font-size: 0.3vw;
    font-weight: bold;
    font-family: Verdana;

    transition: font-size 2s, line-height 2s, top 2s;
}

.aboutme-page-title-gray {
    color: #646464;
    text-align: left;
}

.aboutme-page-underline-lg{
    position: relative;
    height: 1.6%;
    width: 100%;

    background-color: white;
    transition: font-size 2s, line-height 2s, top 2s;
}


.aboutme-page-underline-sm{
    position: relative;
    height: 1.2%;
    width: 60%;

    background-color: white;
    transition: font-size 2s, line-height 2s, top 2s;
}

.aboutme-page-underline-md {
    height: 0.5%;
    background-color: #646464;
}

.aboutme-page-container-vaardigheden {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 100%;
    width: 80%;
    gap: 3%;
}

.aboutme-page-vaardigheid-balk {
    position: relative;
    height: 7%;
    width: 100%;

    border-style: solid inset solid solid;
    border-width: 0.14vw;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}
.aboutme-page-vaardigheid-content {
    position: relative;
    top: -8%;
    left: -1%;
    height: 114%;

    background-color: white;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.balk-1 {

    width: 82%;
}
.balk-2 {
    width: 102%;
}
.balk-3 {
    width: 86%;
}

.aboutme-page-whitec {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 70%;

    padding-left: 5%;
    padding-right: 5%;

}

.aboutme-page-title-werkervaring {
    position: relative;

    top: 2%;

    color: #646464;

    font-size: 0.6vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.aboutme-page-werkervaring-underline {
    position: relative;
    top: -0.5vw;
    left: -3%;
    height: 0.3%;
    width: 100%;


   background-color: #646464;

    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}
.aboutme-page-werkervaring-1-title {
    position: relative;
    margin-top: 0.2vw;
    top: -0.5vw;

    color: #646464;

    font-size: 0.3vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}
.aboutme-page-werkervaring-1-date {
    position: relative;

    top: -1.3vw;

    color: #646464;

    font-size: 0.25vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.aboutme-page-werkervaring-1-text {
    position: relative;

    top: -1.8vw;

    color: #646464;

    font-size: 0.2vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.aboutme-page-werkervaring-2-title {
    position: relative;
    margin-top: -1.8vw;
    top: -0.5vw;

    color: #646464;

    font-size: 0.3vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.aboutme-page-title-opleiding {
    position: relative;
    margin-top: -2.5vw;
    top: 2%;

    color: #646464;

    font-size: 0.5vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.aboutme-page-opleiding-underline {
    position: relative;
    top: -0.5vw;
    left: -3%;
    height: 0.3%;
    width: 100%;


    background-color: #646464;

    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}
.aboutme-page-opleiding-1-title {
    position: relative;
    margin-top: 0.2vw;
    top: -0.5vw;

    color: #646464;

    font-size: 0.3vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}
.aboutme-page-opleiding-1-date {
    position: relative;

    top: -1.3vw;

    color: #646464;

    font-size: 0.25vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.aboutme-page-opleiding-1-text {
    position: relative;

    top: -1.8vw;

    color: #646464;

    font-size: 0.2vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.aboutme-page-talen-1-title {
    position: relative;
    margin-top: 0.2vw;
    top: -0.5vw;

    color: #646464;

    font-size: 0.3vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.aboutme-page-talen-2-title {
    position: relative;
    margin-top: -1vw;
    top: -0.5vw;

    color: #646464;

    font-size: 0.3vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}


.aboutme-page-talen-1-text {
    position: relative;

    top: -1.2vw;

    color: #646464;

    font-size: 0.2vw;
    font-family: 'Alata', sans-serif;
    font-weight: bold;

    opacity: 0.9;
    transition: font-size 2s, line-height 2s, top 2s, margin-top 2s;
}

.aboutme-page-onclick{
    position: fixed;

    top: 3%;
    margin-left: -18.5%;


    height: 47vw;
    width: 40%;

    font-size: 1.5vw;
    z-index: 5;

    animation-name: aboutme-page-onclick;
    animation-duration: 2s;
}



.aboutme-page-closing{

    animation-name: aboutme-page-onclick-reverse;
    animation-duration: 2s;
}

.ipad{
    position: relative;
    top: -22vw;
    left: 0%;

    height: 10vw;
    width: 30%;

    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}

.ipad-hidden-box-front {
    position: relative;
    top: -35vw;
    left: 3%;

    height: 40vw;
    width: 100%;


    display: block;
    cursor: pointer;

    transform: matrix(0.34, -0.12, 0.45, 0.165, 0, 0);
}

.ipad-hidden-box-back {
    position: relative;
    top: -74.8vw;
    left: 3%;

    height: 40vw;
    width: 100%;

    display: block;
    z-index: -1;
    cursor: pointer;
    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

    transform: matrix(0.34, -0.12, 0.45, 0.165, 0, 0);

}





.ipad-onclick {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-top: 23%;
    margin-left: -18.7%;

    width: 38%;
    font-size: 1.8vw;
    overflow: hidden;

    animation-name: ipad-onclick;
    animation-duration: 2s;

    z-index: 5;
}
.ipad-image {
    height: auto;
    width: 100%;
}
.ipad_frame {
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 10%;

    height: 76%;
    width: 100%;

    overflow: hidden;
    display: none;

    z-index: 6;

}

.ipad-content {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    height: 36vw;
    width: 100%;
    transition: margin-top 2s, opacity 2s;
}
.blog {
    position: relative;
    top: 20vw;
    margin-left: 1.02%;

    height: 100.15%;
    width: 105.5%;


    border: none;
    padding: 5px;

    overflow: auto;
    border-radius: 1vw;
    direction: ltr;


}
.blog::-webkit-scrollbar {
    position: relative;
    height: 10px;
    width: 0.7vw;

}

.blog::-webkit-scrollbar-track {
    border-radius: 10px;
    margin-right: 10vw;
    margin-top: 0.7vw;
    margin-bottom: 0.7vw;
    background: rgba(103, 110, 150, 0.4);
}


.blog::-webkit-scrollbar-thumb {
    background: #686F97;
    border-radius: 10px;
}

.blog::-webkit-scrollbar-thumb:hover {
    background: rgba(103, 110, 150, 0.7);
}

.blog-front-img-container {
    position: relative;
    top: 1%;
    left: 3%;
    height: auto;
    width: 94%;
    background-color: #686F97;
    border: 0.4vw solid #686F97;
    border-radius: 0.8vw;

    z-index: 3;

}


.blog-front-img {
    position: relative;

    height: auto;
    width: 100%;


    border-radius: 0.5vw;


}
.blog-front-title {
    position: relative;
    top: -4.4%;
    left: 8%;

    height: auto;
    min-height: 3vw;
    width: auto;
    max-width: 45%;
    min-width: 35%;

    font-family: 'Righteous', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1vw;
    text-align: center;

    box-shadow: -0.5vw 0.5vw 0.5vw rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    color: #F4FFF5;
    padding: 0.2vw 0;
    border-radius: 1vw;
    background-color: #686F97;

    z-index: 3;
}


.blog_text_container {
    position: relative;
    top: -15%;
    height: auto;
    left: 5%;
    width: 90%;

    background-color: #686F97;
    color: #F4FFF5;

    padding-top: 3vw;
    padding-left: 0.4vw;
    padding-right: 0.4vw;
    padding-bottom: 0.4vw;
    border-radius: 0.7vw;

    font-family: 'Righteous', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6vw;
    text-align: center;

    display: none;
    z-index: 2;

}

.blog_alinea_1 {
    position: relative;
    text-align: center;

}

.blog_alinea_2 {
    position: relative;
    text-align: center;

}

.blog_text_close {
    position: relative;
    top: 1vw;


    cursor: pointer;
    text-shadow: 0.2vw 0 0 #6a97d2, -0.2vw 0 0 #6a97d2, 0 0.2vw 0 #6a97d2, 0 -0.2vw 0 #6a97d2, 0.1vw 0.1vw #6a97d2, -0.1vw -0.1vw 0 #6a97d2, 0.1vw -0.1vw 0 #6a97d2, -0.1vw 0.1vw 0 #6a97d2;
}
.blog_text_close:hover {

 opacity: 0.8;

}

.blog-outOfOrder-container {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
}

.ipad-content-closingbalk {

    height: 1vw;
    width: 65%;

    background-color: white;
    border-radius: 10vw;
    opacity: 0.3;
    cursor: move;
    visibility: visible;
}



.ipad-content-container {
    position: relative;

    height: 85%;
    width: 80%;

    background-color: #515151;
    border-radius: 1vw;


    visibility: visible;
}

.ipad-closing {

    animation-name: ipad-closing;
    animation-duration: 3s;

}


.desk-top{
    position: relative;
    margin-top: 29%;

    height: 15vw;
    width: 100%;

    background: #BF9C67;
    z-index: -1;
}

.desk-border {
    height: 1vw;
    width: 100%;
    background-color: #a8834c;
}

.desk-in{
    position: relative;
    padding-top: 4vw;
    padding-bottom: 4vw;

    height: auto;
    width: 100%;

    background: linear-gradient(180deg, #8D6E40 0%, #7B633F 100%),
    linear-gradient(0deg, #C59A5B, #C59A5B);

    z-index: -2;
}

/*.desk-sides {
    position: relative;
    height: auto;
    min-height: 20vw;
    width: 100%;
}

.desk-side-left {
    position: relative;
    height: auto;
    min-height: 100%;
    width: 5%;

    background-color: #A17F4A;
}
*/

.project-board {
    position: relative;

    left: 10%;

    height: auto;
    width: 80%;

    border-radius: 1vw;
    border: 2vw solid #845E42;
    background-color: #a57451;
    z-index: 3;
}

.project-board-content {
    position: relative;
    height: auto;
    min-height: 30vw;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 10%;

    border-bottom: 1vw solid #845E42;
}

.project-board-content:last-child {
    border-bottom: none;
}

.project-board-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.project-board-row {
    position: relative;
    height: auto;
    min-height: 40%;
    width: 100%;

    padding-bottom: 6%;
}
.project-board-row:last-child {
    padding-bottom: 0%;
}

.project-board-pin {
    position: absolute;
    top: 2%;
    left: 48%;
    height: 0.8vw;
    width: 0.8vw;
    border-radius: 20vw;
    background-color: #59626d;

    z-index: 4;
}



.project-board-title {
    position: relative;
    top: 15%;
    left: 15%;

    height: auto;
    width: 28vw;
  padding-bottom: 1vw;

    font-size: 4vw;
    font-family: 'Kalam', cursive;
    font-style: italic;

    line-height: 4.5vw;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: #F6DD57;
}



.project-board-text-1 {
    position: relative;
    left: 15%;

    height: auto;
    min-height: 10vw;
    width: 80%;

    padding: 5% 2% 2% 2%;
    transform: rotate(2deg);

    font-size: 1.2vw;
    font-family: 'Kalam', cursive;
    font-style: italic;


    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: #bf78cb;
}

.project-board-text-2 {
    position: relative;
    top: 5%;
    left: 22%;

    height: auto;
    min-height: 10vw;
    width: 60%;

    padding: 5% 2% 2% 2%;
    transform: rotate(-1deg);

    font-size: 1.2vw;
    font-family: 'Kalam', cursive;
    font-style: italic;


    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: #a3bf82;
}

.project-board-img-content {
    position: relative;
    top: 6%;
    left: 8%;

    height: auto;
    width: 90%;

    transform: rotate(1deg);
    background-color: #eaec65;
}
.project-board-img {
    position: relative;
    height: auto;
    width: 100%;

    object-fit: cover;
}

.project-board-title-one {


    transform: rotate(-1deg);

    background-color: #F6DD57;
}



.project-board-text-1-one {


    transform: rotate(2deg);

    background-color: #bf78cb;
}

.project-board-text-2-one {


    transform: rotate(-1deg);

    background-color: #a3bf82;
}

.project-board-img-content-one {
    left: 5%;

    transform: rotate(1deg);

}

.project-board-title-two {


    transform: rotate(2deg);

    background-color: #9691d7;
}



.project-board-text-1-two {


    transform: rotate(-1deg);

    background-color: #ca6f6f;
}

.project-board-text-2-two {


    transform: rotate(1deg);

    background-color: #7bbe86;
}

.project-board-img-content-two {



    transform: rotate(-0.3deg);

}

.footer {
    position: inherit;
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 100%;
 

    height: 20vw;
    width: 100%;

    background-color: #C59A5B;
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
    height: 100%;
    width: 100%;
    grid-column-start: 2;
}

.footer-img {
    position: relative;
    height: auto;
    width: 80%;
}
.footer-stickyPaper {

    position: relative;
    height: 16vw;
    width: 80%;

    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: 1vw;

    font-size: 1.2vw;
    font-family: 'Kalam', cursive;
    font-style: italic;

    transform: rotate(352deg);
    grid-column-start: 3;
}
.footer-stickyPaperImg {
    width: 100%;
}

.footer-stickyPapeText {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 10vw;
    gap: 20%;
    top: 4vw;
    left: 2vw;
    font-size: 1.2vw;

    text-align: center;
    transform: rotate(358deg);
}