
/*__________________________________________________________________________________*/


html, body {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	color: white !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
	word-wrap: break-word;
}
html {
	overflow-y: hidden !important;
}
.nomargin {
	margin: 0 !important;
	padding: 0 !important;
}
#wrapper {
	min-height: 100%;
	
}
.paragraph {
	position: fixed;
	bottom: 30px;
	text-align: center;
	z-index: 3;
	margin-top: 0;
	font-size: 18px;
	
}

.bgimg {
	background: url(../img/background.jpg) center center no-repeat fixed;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.center1 {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#wrapperlogo {
	z-index: 1;
}

@media (min-width:320px) and (max-width:479px) {
	.paragraph {
	position: fixed;
	bottom: 30px;
	text-align: center;
	z-index: 3;
	margin-top: 100px;
	font-size: 18px;
}
}

@media (min-width:480px) and (max-width:767px) {
	.paragraph {
	position: fixed;
	bottom: 30px;
	text-align: center;
	z-index: 3;
	margin-top: 200px;
	font-size: 18px;
}
}

@media (min-width:768px) and (max-width:1240px) {
	.paragraph {
	position: fixed;
	bottom: 30px;
	text-align: center;
	z-index: 3;
	margin-top: 0;
	font-size: 18px;
}
}
