h3{
	color: white;
	font-weight: bold;
}
h1{
	text-align: center;
	font-family: 'Playball', cursive;
	font-weight: bold;
	font-size: 55px;
	color: #a76322;
}
h2{
	text-align: center;
	font-family: 'Playball', cursive;
	font-weight: bold;
	font-size: 40px;
	color: #a76322;
}
.p1{
	font-size: 19px;
	text-align: justify;
	color: black;
}
.mobileHide { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
	.mobileHide { display: none;}
}