Like I sometimes do, I figured it out right after leaving my post. Here is the code to copy and paste into your Child Theme in order to change the page title size (color solution still pending)
#content .entry-title {
color: #000; (I changed this to #880000)
font-size: 21px; ( I changed mine to 14)
font-weight: bold;
line-height: 1.3em;
margin-bottom: 0;
}
The color change only took on the non post pages, which is great!!! Hopefully this will help someone else too.