
/*----------------------------------
    3. Background Color Setting
----------------------------------*/

/*
.jumbotron::before
{
	background-color: #770DDB;
	background-image: linear-gradient(to top left, #C845AA, #770DDB);
}
*/

/* -------------------------
   5. jumbotron
------------------------- */

.jumbotron::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
#particles-js{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

