body{
	background-color: #000000;
	color: #ffffff;
	font-family: 'Roboto-Bold', 'Arial';
	background-image: url('../assets/images/communityJackpots/bg.png');
    background-size: auto 100%;
	font-size: 14px;
}

#helpContent > div {
	margin: 0 auto;
	text-align: center;
}

#helpContent h1{
	padding-bottom: 0;
	margin: 0;
	text-align: left;
	font-family: 'Roboto-Bold', 'Arial';
	color: #f4e081;
}

#helpContent h3{
	padding-bottom: 0;
	margin: 0;
	text-align: left;
	font-family: 'Roboto-Bold', 'Arial';
	color: #ffffff;
}

#helpContent p{
	text-align: left;
	font-family: 'Roboto-Bold', 'Arial';
	color: #fbf4bf;
}

@media screen and (min-width: 1200px) {
	body { font-size: 12px; }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	body { font-size: 11px; }
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
	body { font-size: 9px; }
}
@media screen and (min-width: 640px) and (max-width: 799px) {
	body { font-size: 8px; }
}
@media screen and (min-width: 320px) and (max-width: 639px) {
	body { font-size: 7px; }
}
@media screen and (max-width: 319px) {
	body { font-size: 6px; }
}

