/* @option theme title font size*/

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

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

}

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

}

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

}

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

}

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

}
