@font-face { font-family: "GothamRnd-Book"; src: url('../fonts/GothamRnd-Book.otf'); }


body {
	background-image: url(../img/background.jpg);
	background-position: top center;
	background-size:cover;
}
.content {
	display: table;
	position: absolute;
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.2);
}
.content-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.content-inner h5 {
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.37);
	 font-family: "GothamRnd-Book";
}
.particles {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100vh;
}

.loader {
	display: table;
	position: absolute;
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	background-color: #32A3DC;
	z-index: 1000;
}
.loader-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.loader-inner {
	width: 50px !important;
}