body {
    background-image: url("../assets/backgrounds/bg4.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    font-family: oscine, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    min-height: 100vh;
    position: absolute;
    top: 0;
    width: 100vw;
}

#clown-svg{
    position: absolute;
    height: 250px;
    /*bottom: 50px;*/
    bottom: 5%;
    /*left: 400px;*/
    left: 22%;
    z-index: 3;
}

#ballon-svg{
    position: absolute;
    height: 150px;
    top: 250px;
    /*left: 210px;*/
    left: 11%;
    z-index: 0;
}

.tent{
    position: absolute;
    height: 400px;
}

#tent-links-svg{
    /*bottom: 250px;*/
    bottom: 26%;
    /*left: 140px;*/
    left: 8%;
    z-index: 1;
}

#tent-midden-svg{
    /*bottom: 150px;*/
    bottom: 14%;
    height: 500px;
    z-index: 2;
}

#tent-rechts-svg{
    /*bottom: 230px;*/
    bottom: 24%;
    /*right: 140px;*/
    right: 8%;
    z-index: 1;
}

@media (max-width: 1600px){
    #tent-rechts-svg{
        right: 6%;
    }
    #tent-links-svg{
        left: 6%;
    }
    #ballon-svg{
        left: 8%;
    }
}

@media (max-width: 1480px){
    #ballon-svg{
        left: 6%;
    }
    #tent-links-svg{
        left: 4%;
    }
    #tent-rechts-svg{
        right: 4%;
    }
}

@media (max-width: 1350px){
    #clown-svg{
        display: none;
    }

    #tent-midden-svg{
        bottom: 4%;
    }

    #tent-links-svg{
        left: 2%;
        bottom: 15%;
    }
    #tent-rechts-svg{
        right: 2%;
        bottom: 15%;
    }
}

@media(max-width: 1250px){
    #tent-midden-svg{
        width: 35%;
    }

    #tent-links-svg{
        width: 28%;
    }
    #tent-rechts-svg{
        width: 28%;
    }
}

@media(max-width: 1200px){
    #logo-svg{
        top: 0;
    }
    #ballon-svg{
        top: 23%;
    }

    .tent-header h1{
        width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) and (max-height: 810px){
    #tent-midden-svg{
        height: auto ;
        width: 29% ;
        bottom: 1% ;
    }

    #tent-links-svg{
        height: auto ;
        width: 22% ;
        bottom: 10% ;
    }
    #tent-rechts-svg{
        height: auto ;
        width: 22% ;
        bottom: 10% ;
    }
}

@media (min-width: 1680px) and (max-height: 810px){
    #tent-midden-svg{
        width: 420px ;
    }

    #tent-links-svg{
        width: 315px ;
    }
    #tent-rechts-svg{
        width: 315px ;
    }
}

@media (min-width: 1680px) and (max-height: 640px){
    #tent-midden-svg{
        width: 380px ;
    }

    #tent-links-svg{
        width: 275px ;
    }
    #tent-rechts-svg{
        width: 275px ;
    }
}

@media (max-width: 1440px) and (max-height: 700px){
    #tent-midden-svg{
        height: auto ;
        width: 29% ;
        bottom: 1% ;
    }

    #tent-links-svg{
        height: auto ;
        width: 22% ;
        bottom: 10% ;
    }
    #tent-rechts-svg{
        height: auto;
        width: 22%;
        bottom: 10%;
    }
}

@media (max-width: 1440px) and (max-height: 580px){
    #tent-midden-svg{
        width: 25% ;
    }

    #tent-links-svg{
        width: 18% ;
    }
    #tent-rechts-svg{
        width: 18% ;
    }
}