.clear {
    clear: both;
}

body {
    background-color: black;
}


/* Horizontal Scroll */

::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

section {
    /* overflow-x: hidden; */
    overflow-x: scroll;
    display: flex;
}

.imgWork1 {
    background-image: url("../IMG/imgCode.png");
    width: 90%;
    min-height: 17.5vw;
    border-radius: 50px;
}

.imgWork2 {
    background-image: url("../IMG/imgDraw.png");
    width: 90%;
    min-height: 17.5vw;
    border-radius: 50px;
}

.imgWork3 {
    background-image: url("../IMG/imgDesign.png");
    width: 90%;
    min-height: 17.5vw;
    border-radius: 50px;
}

.imgWork4 {
    background-image: url(..//IMG/imgWrite.jpg);
    width: 90%;
    min-height: 17.5vw;
    border-radius: 50px;
    background-position: right;
}

.imgWork5 {
    background-image: url(..//IMG/imgScratch.jpg);
    width: 90%;
    min-height: 17.5vw;
    border-radius: 50px;
}

.leeftijd {
    position: absolute;
    background-image: url(..//IMG/planeetorange.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
    width: 90px;
    display: inline-block;
    margin-top: -30px;
    margin-left: 250px;
    font-family: magistral, sans-serif;
    font-style: normal;
    font-size: 1.75em;
    color: white;
    text-align: center;
    z-index: 2;
}


/* Textdecoration */

a {
    color: white;
    font-family: magistral, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.navIndex {
    text-decoration: none;
    font-size: 1.75vw;
    font-weight: 700;
}

.linkTutorial {
    color: white;
    font-weight: 200;
    font-size: 16px;
    text-decoration: none;
    line-height: 50px;
}

p {
    color: white;
    font-family: quicksand, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: magistral, sans-serif;
    font-style: normal;
    color: white;
}

h1 {
    font-weight: 500;
    font-size: 7vw;
    width: 100%;
    margin-bottom: 25px;
}

h2 {
    font-weight: 300;
    font-size: 4vw;
    width: 100%;
    text-align: center;
}

h3 {
    color: black;
    font-weight: 500;
    font-size: 46px;
}

h4 {
    color: black;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
}

h5 {
    font-weight: 500;
    font-size: 32px;
    text-align: left;
}

h6 {
    color: black;
    font-weight: 500;
    font-size: 32px;
    text-align: left;
}

.titelRight {
    text-align: right;
}

.titelLeft {
    text-align: left;
    color: white;
    margin-bottom: 1em;
}

.titelExtra {
    padding-top: 2.5%;
    margin-bottom: 0em;
}

.textWorkshop {
    color: black;
    text-align: center;
    font-size: 18px;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 23px;
}

.textLeeftijd {
    font-family: magistral, sans-serif;
    color: white;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 15px;
    width: 50px;
    text-align: center;
}

.textDownloadBlack {
    color: black;
    text-align: center;
    font-size: 18px;
}

.textDownloadWhite {
    color: white;
    text-align: center;
}

.info {
    font-weight: 600;
}

.about {
    margin-top: 10px;
}

.textFooter {
    font-size: 18px;
    text-align: left;
    color: white;
}

.costumMaat {
    font-family: quicksand, sans-serif;
}


/* Navigatie */

.logo {
    width: 75px;
    height: auto;
    margin-left: 30px;
    margin-top: 10px;
}

#mainNav {
    background: black;
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 100px;
    z-index: 3;
}

#mainNav ul {
    float: right;
}

#mainNav li {
    float: left;
    margin: 0 20px;
    transition: transform .2s;
}

#mainNav li:hover {
    transform: scale(0.9);
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 20px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
}

.active {
    background-color: black;
    color: white;
}


/* Header */

#mainHeader {
    height: 800px;
    width: 65%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 150px;
}

#mainHeader .headerContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
}

#mainHeader .planeet1 {
    position: absolute;
    background-image: url(..//IMG/planeetblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    margin-top: 12%;
    margin-left: 80%;
    transition: transform .2s;
}

#mainHeader .planeet2 {
    position: absolute;
    background-image: url(..//IMG/planeetblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    margin-top: 40%;
    margin-left: 60%;
    transition: transform .2s;
}

#mainHeader .planeet3 {
    position: absolute;
    background-image: url(..//IMG/planeetorange.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    margin-top: 15%;
    margin-left: 5%;
    transition: transform .2s;
}

#mainHeader .planeet4 {
    position: absolute;
    background-image: url(..//IMG/planeetorange.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    margin-top: 40%;
    margin-left: 30%;
    transition: transform .2s;
}

.planeet1:hover {
    transform: scale(1.2);
}

.planeet2:hover {
    transform: scale(1.2);
}

.planeet3:hover {
    transform: scale(1.2);
}

.planeet4:hover {
    transform: scale(1.2);
}


/* Containers */

.navContainer {
    width: 65%;
    margin: 0 auto;
}

.navContainer2 {
    display: none;
    width: 65%;
    margin: 0 auto;
}

.container1 {
    width: 65%;
    margin: 0 auto;
}

.container2 {
    height: 1500px;
    width: 100%;
    background-image: url("../IMG/Website\ Wolk.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.container3 {
    width: 65%;
    margin: 0 auto;
    padding-top: 200px;
}

.container4 {
    position: relative;
    min-width: 350px;
    min-height: 33vw;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.container5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 65%;
    height: 100px;
}

.container6 {
    position: relative;
    width: 40%;
    margin: 0 auto;
    padding-top: 450px;
}

.container7 {
    height: 1500px;
    width: 100%;
    background-image: url("..//IMG/Website\ Wolk.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.tutContainer {
    position: relative;
    width: 65%;
    margin: 0 auto;
    margin-top: 200px;
}

#scrollSection1 {
    width: 100%;
    height: 150px;
}

footer {
    position: relative;
    height: 35vw;
    background-image: url(..//IMG/footerPlanet.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.tutSect {
    margin-bottom: 175px;
}


/* download */

.downloadBlock {
    float: left;
    margin-left: 30%;
}

.downloadBlock2 {
    position: absolute;
    float: left;
    width: 300px;
    bottom: 0;
    right: 0;
    margin-bottom: 160px;
}

.moveDownload {
    display: block;
    margin: 0 auto;
}

.moveDownload:hover {
    transform: scale(0.9);
}


/* TextBlocks */

.textBlock1 {
    width: 70%;
    margin: 0 auto;
}

.textBlock2 {
    margin-bottom: 25px
}

.textBlock3 {
    float: left;
}

.textBlock4 {
    width: 100%;
    height: 75%;
    border-radius: 50px;
}

.textBlock5 {
    float: left;
    width: 450px;
}

.textBlock6 {
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
}

.textBlock7 {
    width: 500px;
}

.textBlock8 {
    margin-top: 30px;
}

.textBlock9 {
    margin-top: 20px;
}

.textBlock10 {
    background: black;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    margin-top: 30px;
    transition: transform .2s;
}

.textBlock10:hover {
    transform: scale(1.2);
}

.extra {
    width: 60%;
    margin: 0 auto;
}

.textWork {
    width: 90%;
    margin-top: 15px;
}

.textPrijs {
    color: black;
    margin-top: 10px;
    width: 200px;
}

.tutorial {
    width: 48%;
    height: 300px;
    border-radius: 50px;
}


/* extra*/

.left {
    float: left;
}

.right {
    float: right;
}

.video1 {
    float: left;
}

.video2 {
    float: right;
}

.assetsBackground {
    background-image: url(..//IMG/planeetblue2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    width: 650px;
    position: absolute;
    left: 0;
    top: 225%;
}

.assetsBackground2 {
    background-image: url(..//IMG/planeetorange2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1320px;
    width: 700px;
    position: absolute;
    right: 0;
    top: 275%;
}

.linkButton {
    background: black;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 50px;
    text-align: center;
    transition: transform .2s;
}

.linkButton:hover {
    transform: scale(1.2);
}

.iconsFooter {
    display: block;
    float: right;
    margin-left: 25px;
}

.F {
    background-image: url(..//IMG/facebook.png);
    background-size: contain;
    height: 50px;
    width: 50px;
}

.I {
    background-image: url(..//IMG/instagram.png);
    background-size: contain;
    height: 50px;
    width: 50px;
}

.T {
    background-image: url(..//IMG/twitter.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

@media screen and (max-width:768px) {
    footer {
        height: 400px;
    }
    p {
        font-size: 18px;
        text-align: left;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 32px;
    }
    h5 {
        font-size: 24px;
    }
    h6 {
        font-size: 24px;
    }
    .navIndex {
        text-decoration: none;
        font-size: 1em;
        font-weight: 700;
    }
    #mainHeader {
        width: 90%;
        margin-bottom: 50px;
    }
    #mainHeader .planeet1 {
        margin-top: calc(12%*3);
        height: 70px;
        width: 70px;
    }
    #mainHeader .planeet2 {
        margin-top: calc(40%*2);
    }
    #mainHeader .planeet3 {
        margin-top: calc(20%*2);
        margin-left: 0;
    }
    #mainHeader .planeet4 {
        margin-top: calc(30%*2.4);
        margin-left: 30%;
        height: 40px;
        width: 40px;
    }
    .downloadBlock {
        float: none;
        margin-left: 0%;
        margin-top: 50px;
    }
    .tutorial {
        width: 100%;
    }
    .textBlock1 {
        width: 100%;
        padding: 0px;
        padding-bottom: 30px;
    }
    .textBlock5 {
        float: none;
    }
    .textBlock7 {
        width: 100%;
        margin-bottom: 100px;
    }
    .textBlock8 {
        float: none;
    }
    .video1 {
        float: none;
        margin: 0 auto;
    }
    .video2 {
        margin-left: 0px;
    }
    .right {
        float: none;
    }
    .prijs2 {
        margin-left: 0%;
    }
    .textPrijs {
        margin-top: 5%;
    }
    .extra {
        text-align: center;
        width: 100%;
    }
    .textFooter {
        line-height: 20px;
    }
    .titelExtra {
        padding-top: 10%;
    }
    .navContainer {
        width: 90%;
    }
    .container1 {
        width: 80%;
    }
    .container2 {
        background-image: url(..//IMG/Website\ Wolk2.png);
        height: 1000px;
    }
    .container3 {
        width: 90%;
        margin-bottom: 0px;
        padding-top: 50px;
    }
    .container4 {
        min-height: 550px;
    }
    .container5 {
        width: 90%;
        height: 50px;
    }
    .container6 {
        width: 90%;
        padding-top: 150px;
    }
    .container7 {
        background-image: url(..//IMG/Website\ Wolk1.png);
        height: 850px;
    }
    .leeftijd {
        margin-left: 250px;
        width: 80px;
        height: 80px;
    }
    .textLeeftijd {
        margin-top: 10px;
    }
    .imgWork1 {
        height: 35vw;
    }
    .imgWork2 {
        height: 35vw;
    }
    .imgWork3 {
        height: 35vw;
    }
    .imgWork4 {
        height: 35vw;
    }
    .imgWork5 {
        height: 35vw;
    }
    .assetsBackground {
        height: 700px;
        width: 440px;
        top: 280%;
    }
    .assetsBackground2 {
        height: 810px;
        width: 432px;
        top: 600%;
    }
    .F {
        height: 30px;
        width: 30px;
    }
    .I {
        height: 30px;
        width: 30px;
    }
    .T {
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width:320px) {
    footer {
        height: 150px;
    }
    p {
        font-size: 18px;
        text-align: left;
    }
    h1 {
        font-size: 10vw;
        margin-bottom: 5px;
    }
    h2 {
        font-size: 6vw;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 24px;
    }
    .navIndex {
        text-decoration: none;
        font-size: 10px;
        font-weight: 700;
    }
    #mainNav {
        line-height: 20px;
    }
    #mainHeader {
        height: 400px;
        width: 90%;
        margin-bottom: 0px;
    }
    #mainHeader .planeet1 {
        margin-top: calc(12%*5);
        height: 40px;
        width: 40px;
        margin-left: 80%;
    }
    #mainHeader .planeet2 {
        margin-top: calc(40%*2.5);
        margin-left: 65%;
        width: 30px;
        height: 30px;
    }
    #mainHeader .planeet3 {
        margin-top: calc(20%*2.7);
        margin-left: 0;
        height: 40px;
        width: 40px;
    }
    #mainHeader .planeet4 {
        margin-top: calc(30%*3);
        margin-left: 30%;
        height: 20px;
        width: 20px;
    }
    #scrollSection1 {
        height: 125px;
    }
    .downloadBlock {
        float: none;
        margin-left: 0px;
    }
    .downloadBlock2 {
        width: 250px;
        margin-bottom: 0px;
    }
    .tutorial {
        width: 100%;
    }
    .textBlock1 {
        width: 100%;
        padding: 0px;
        padding-bottom: 30px;
    }
    .textBlock2 {
        margin-bottom: 0px;
    }
    .textBlock5 {
        width: 220px;
    }
    .textBlock7 {
        width: 100%;
        margin-bottom: 100px;
    }
    .video1 {
        float: none;
        margin: 0 auto;
    }
    .right {
        float: none;
    }
    .prijs2 {
        margin-left: 0%;
    }
    .textPrijs {
        margin-top: 5%;
        width: 100%;
    }
    .extra {
        text-align: center;
        width: 100%;
    }
    .textFooter {
        font-size: 10px;
    }
    .container1 {
        width: 80%;
    }
    .container2 {
        height: 1100px;
    }
    .container3 {
        width: 90%;
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .container4 {
        min-width: 93vw;
    }
    .container5 {
        width: 90%;
    }
    .container6 {
        width: 80%;
        padding-top: 75px;
        height: 625px;
    }
    .container7 {
        background-image: url(..//IMG/Website\ Wolk3.png);
        height: 800px;
    }
    .tutContainer {
        width: 80%;
    }
    .tutSect {
        margin-bottom: 0px;
    }
    .textWorkshop {
        padding-left: 20px;
        padding-right: 20px;
    }
    .linkButton {
        width: 100%;
    }
    .navContainer {
        display: none;
    }
    .navContainer2 {
        display: block;
        width: 90%;
        padding-top: 10px;
    }
    .imgWork1 {
        height: 85vw;
        width: 95%;
    }
    .imgWork2 {
        height: 85vw;
        width: 95%;
    }
    .imgWork3 {
        height: 85vw;
        width: 95%;
    }
    .imgWork4 {
        height: 85vw;
        width: 95%;
    }
    .imgWork5 {
        height: 85vw;
        width: 95%;
    }
    .assetsBackground {
        height: 300px;
        width: 195px;
        top: 280%;
    }
    .assetsBackground2 {
        height: 400px;
        width: 216px;
        top: 600%;
    }
    .topnav a.icon {
        padding-top: 20px;
    }
    .leeftijd {
        margin-left: 200px;
    }
    .indicationHorzbarr {
        margin-top: 20px;
    }
    .F {
        height: 20px;
        width: 20px;
    }
    .I {
        height: 20px;
        width: 20px;
    }
    .T {
        height: 20px;
        width: 20px;
    }
}