/* @option theme title font size*/

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

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

}

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


}

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

}

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

}

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

}
