h1,h2,h3,h4,h5,h6
{
	font-family: "Roboto Condensed";
	color: #be6733;
	font-weight:normal;
}

h1
{
	color: #be6733;
	font-size: 36px;
}

h2
{
	color: #be6733;
	font-size: 30px;
}

h3
{
	color: #be6733;
	font-size: 24px;
}

h4
{
	color: #be6733;
	font-size: 18px;
}

h5
{
	color: #be6733;
	font-size: 14px;
}

h6
{
	color: #be6733;
	font-size: 12px;
}
body
{
	font-family:'PT Sans', sans-serif;
	font-size:14px;
	background-color:#fff;
	text-align:left;
}


.fa {font-family: FontAwesome !important;}
