/* ---- particles.js container ---- */

#particlediv
 {
    position: relative;
    width:100%;
    height:100%;
    min-width:100%;
    min-height:100%;
 }

#particles-js{

    min-width:100vw;
    min-height:100vh;
    width:100%;
    height:100%;
    background-color: #ffffff;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -100;

    position: fixed;
}

main{
    height:100%;
}

.page-content{
     height:100%;
 }

#page-wrapper{
    height:100%;
}

body{
    height:100%;
}