Look for this code in the style.css:
#header {
width: 760px;
height: 132px;
background: url(images/header.gif) no-repeat;
}
/* Header styles */
#header h1 {
margin: 0;
padding: 35px 0 0 40px;
font-size: 2em;
line-height: 40px;
}
If you want to change Sweet Pea change the font-size: 2em; to 3em or 2.5em
If you want to change both, Sweet Pea and Fiesta add font-size:2em; to the #header-section like this:
#header {
width: 760px;
height: 132px;
font-size:2em;
background: url(images/header.gif) no-repeat;
}