body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 70px;
}

#particles-js{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #b61924;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.navbar {
	font-weight: bold;
}

#textblock {
	z-index: 1;
	text-align: center;
	color: black;
	position: absolute;
	top: 50%;
	right: 50%;
	margin: 50 auto;
	-webkit-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	background: #eee;
	border-radius: 25px;
	max-width: 90%;
	box-sizing: border-box;
	padding: 20px 30px;
}

.svg-contact {
	width: 70px;
	height: 70px;
}

.svg-contact:hover {
	fill: #b61924;
}
