*{
	box-sizing: border-box;
}
body
{
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Impact;
	overflow-x:hidden;
	color:#333;
	font-size:1rem;
	line-height:1.5;
	background-color: #000;
}

#particles-js {
	height: 100%;
	width: 100%;
	background: #000000;
}

.v-header {
	height:100vh;
	display: flex;
	align-items:center;
	color: #fff;
}

.container {
	max-width:960px;
	padding-left:1rem;
	padding-right:1rem;
	margin:auto;
	text-align: center;
}

.header-overlay
{
	height:100vh;
	width:100vw;
	padding: 5px;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000000;
	z-index:1;
	opacity:0.45;
}

.header-content{
	z-index:2;
	margin: 0 auto;
	display: block;
}

.header-content .logo {
	margin-top: -50px;
	width: 450px;
	/*height: 120px;
	background-image: url("wegrap_logo.png");
	background-repeat: no-repeat;
	background-size: 100% auto;*/
	fill: #fff;
}

.header-content h1 {
	font-size: 42px;
	margin-bottom:0;
	margin-top: 0px;
}

@media (max-width: 540px) {
	.header-content .logo {
		max-width: 80vw;
		height: calc(20vw);
	}
	.header-content h1 {
		font-size: 8vw;
	}
}
