/*----------------------------------------------------------*/
/* Particles Container */

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#particles-js canvas {
	display: block;
}

/*----------------------------------------------------------*/
/* Hiding particles elsewhere */

.bg-hide-particles {
	background-color: rgb(255, 255, 255, 0.8);
}

.btn.btn-outline-primary {
	background-color: white;
}
