body{
	margin: 0px;
}
#particles-js{
	position: static;
	margin-top: -100px;
	margin-left: -100px;
	background: #010115;
	height: 400px;
}
#headerTitle{
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	text-align: center;
}
#headerTitle h1{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-family: BebasN;
	font-size: 60px;
}
#headerTitle h1 span{
	color: #ddd;
	font-size: 36px;
}
#privacyContent{
	width: 60%;
	margin: 0 auto;
	font-family: SairaLight;
}
.pSection{
	margin:20px 0px;
}
.pSectionHeader{
	margin: 10px 0px 0px 0px;
	font-size: 26px;
}
.pSectionText{
	margin: 0;
	font-size: 14px;
}
.pSectionList{
	margin: 5px 0px 15px 0px;
	font-size: 14px;
}
.pSectionBold{
	font-size: 16px;
	margin: 0;
}

::selection{
	background-color: #222;
	color: #fff;
}
-webkit-::selection{
	background-color: #222;
	color: #fff;
}
@font-face {
	font-family: BebasN;
	src:url("BebasNeue-Regular.otf");
}
@font-face {
	font-family: SairaLight;
	src:url("Saira-Light.ttf");
}
@media(max-width: 500px){
	#privacyContent{
		margin: 0 10%;
		width: 80%;
	}
	.pSectionHeader{
		font-size: 20px;
	}
}
