#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #3e3e3e;
  -webkit-filter: blur(5px); 
}

.header {
	z-index: 1;
	position: relative;
	top: 100px;
	width: 100%;
	min-height: 100%;
	text-align: center;
	color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.header .header-content {
	position: relative;
	width: 100%;
	padding: 150px 15px 100px;
	text-align: center; 
	text-shadow: 2px 2px 14px #000000;
}
.header .header-content .header-content-inner h1 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase; 
	text-shadow: 2px 2px 14px #000000;
}
.header .header-content .header-content-inner hr {
	margin: 30px auto; 
}
.header .header-content .header-content-inner p {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 50px;
	color: rgba(255, 255, 255, 0.9); 
	text-shadow: 2px 2px 5px #000000;
}
#homeHeading {
	text-shadow: 2px 2px 14px #000000;
}

#footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
}

#footer a {
	color: white;
}