body {
	background-image: url("https://www.naxor.ro/img/map.png"), linear-gradient(to right, rgba(3,218,200,1) 0%, rgba(51,123,238,1) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}

#particles {
	position: absolute;
	top: 0;
	bottom: 3px;
	left: 0;
	right: 0;
}

.container {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.content {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Poppins', sans-serif;
}

#logo {
	width: 230px;
	height: 230px;
}

#company {
	color: #fff;
	font-size: 100px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
	letter-spacing: 25px;
	text-indent: 22px;
	text-shadow: 0px 0px 15px #000;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:981px){
	#company {
		font-size: 56px;
		text-indent: 23px;
	}
}

@media only screen and (max-width:480px){
	#company {
		font-size: 32px;
		text-indent: 24px;
	}
}
