/* put here your custom css styles */
* {font-family: tahoma;}

.upper {
	text-transform: uppercase;
}

.h1toh2 {
	font-size: 29px;
	line-height: 34px;
	font-weight: 300;	
}

.opt_ng_home {
	text-align: center;
	font-size: 33px;
	line-height: 44px;
	font-weight: 300;
	text-transform: uppercase;
}

h1.box-header::after
{
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
h1.box-header.align-left::after
{
	margin-left: 0;
}