Hi Petar,
Just visited to your site and there is already <h1> tag used for Bulgaria EU Blue Card
So to make SEO friendly, there must not be two <h1> tag
. ALso if you like changing to h2 tag to h1 then it needs code customisation. You can go to the theme folder -> inc -> structure -> content-extension.php and search for h2 tag and change to h1 tag.
To change the font size add below custom css
#site-title {
font-size: 14px;
}
.hgroup-wrap {
padding: 10px 0 20px;
}
Note: Change the numeric value to fit in your design.
Thank you!