/* @option theme title font size*/

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

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

}

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

}

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

}

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

}

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

}
