body {
    background: #fff;
    color: #fff;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#intro {
    position: absolute;
    top: 28%;
    left: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

#intro .box {
    width: 710px;
    margin: 0 auto;
}

#intro h2 {
    display: none;
    color: #ffffff;
    font-size: 3.2rem;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    text-align: center;
}

#intro p {
    display: none;
    color: #ffffff;
    font-size: 3rem;
    padding: 0;
    margin: 0;
    text-align: center;
}

#intro .box p,
#intro .box img {
    display: none;
    margin: 30px 0 0 60px;
}

#intro .box h2+img {
    margin: 30px 0 0 0;
}

#intro .box img+img {
    margin: 30px 0 0 0;
}

#intro .box img+img+img {
    margin: 30px 0 0 150px;
}

#particles .img {
    display: none;
    position: absolute;
    right: 0px;
    bottom: 30px;
    left: 0px;
    margin: 0 auto;
}

@media screen and (max-width : 750px) {


    #intro {
        position: absolute;
        top: 20%;
        left: 0;
        padding: 0;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #intro .box {
        width: 94%;
        margin: 0 3%;
    }


    #intro h2 {
        font-size: 2.5rem;
    }

    #intro p {
        font-size: 2.5rem;
    }

    #intro .box p,
    #intro .box img {
        display: none;
        width: 100%;
        margin: 10% 0 0 0;
    }

    #intro .box h2+img {
        margin: 10% 0 0 0;
    }

    #intro .box img+img {
        margin: 10% 0 0 0;
    }

    #intro .box img+img+img {
        width: 80%;
        margin: 10% 0 0 10%;
    }


    #particles .img {
        display: none;
        width: 8%;
        position: absolute;
        right: 0px;
        bottom: 30px;
        left: 0px;
        margin: 0 auto;
    }

}