Hi @zeldawilliams,
Try following css code in Appearance=> Customize=> Additional CSS box:
#top-logo img {
max-height: 100px;
}
Increase 100 even further if you need bigger logo.
The menu item size is 14px now. If you want to increase further, try following code:
#header-menu ul.menu a {
font-size: 20px;
}
Increase/decrease size of 20 as per your need.
Regards,
Pratik