html, body{
    margin: 0;
    padding: 0;

    min-width: 100%;
    width: 100%;
    max-width: 100%;

    min-height: 100%;
    height: 100%;
    max-height: 100%;
}

canvas {
	display: block;
	vertical-align: bottom;
}

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

#slogan {
	color: white;
	font-family: 'Open Sans';
	font-size: 2.5em;
	font-weight: 100;
}

#company-name {
	position: absolute;
	bottom: 2%;
	right: 2%;
	-webkit-transform: translate(-2%, -2%);
	transform: translate(-2%, -2%);
	color: white;
	font-family: 'Ubuntu';
	font-size: 1.5em;
	opacity: 0.5;
	font-weight: bolder;
}

.center {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
