/* @option theme title font size*/

#pageHeader h1 {
	font-size: 46px;
	line-height: 1.1;
	margin-top: 18px;}
	
@media screen and (max-width:1224px) {
#pageHeader h1 {font-size: 44px;margin-top: 18px;}

}

@media screen and (max-width:1024px) {
#pageHeader h1 {font-size: 42px;margin-top: 13px;}

}

@media screen and (max-width:768px) {
#pageHeader h1 {font-size: 40px;margin-top: 12px;}

}

@media screen and (max-width:600px) {
#pageHeader h1 {font-size: 38px;margin-top: 0px;}

}

@media screen and (max-width: 480px) {
#pageHeader h1 {font-size: 30px;}

}