body
{
	background-color:#fff;
	
}
.main-title
{
	font:"Arial", Times, serif;
	color: #000;
	font-size: 60px;
	line-height: -20px;
	text-transform:uppercase;
	/* text-shadow: 3px 3px #000; */
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
  	font-weight: 600;
    font-style: normal;
}
.sub-title
{
	font-size: 30px;
	height: 10px;
	color: #fff;
	text-transform:uppercase;
	text-shadow: 3px 3px #000;
}
.tag-line
{
	font: Arial;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	text-transform:uppercase;

}
.center-titles
{

	text-align:center;
	margin-top: 5%;
	height: 50%;
}


	