/* @option theme title font size*/

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

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

}

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

}

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

}

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

}

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

}
