@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*background*/
body {
	background: url(/BG.php) no-repeat top center;
	background-attachment: fixed;
	background-repeat: none;
	background-size: cover;
	margin: 0;
	padding: 0;
}

#particles-js {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
}
/*background*/

/*footer*/
.footer {
    height: auto;
    float: left;
    position: fixed;
    width: 100%;
    margin-top: 67px;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.2)*/
    
    display: block !important;
	/*padding: 15px !important;*/
	margin-bottom: 30px;
	text-align: center;
	font-size: 12px;
	color: #99bb10;
	font-weight: bold;
}
/*footer*/