/*
 Theme Name: Eventup
 Theme URI: http://newtemplate.net/demo/eventup/index.html
 Author: BigThemez
 Author URI: https://themeforest.net/user/bigthemez
 Version: 0.1
 Description:  Eventup - One Page HTML5 Theme comes out with tons of powerful features. Its modern, attractive and clean design.
*/
#particles-js {
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
	top:0;
}
.particles-bg{
	background: #2900ff;
	    bottom: 0;
    left: -50%;
    opacity: .5;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 1;
	}
	
	.particles{
    background: url(../images/page-hero-2.jpg);
		}