/* @option theme title font size*/

#pageHeader h1 {
	font-size: 52px;
	line-height: 1.1;
	margin-top: 16px;
}

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

}

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


}

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

}

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

}

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

}

