Hi Danielle, the theme itself is not specifically designed to use a different static page by default, so whilst you could technically change the default homepage to something else, some of the links/functionality may not work correctly without some additional customization. If you really wanted to try using a static homepage you could create a file and put it in the theme folder, it will load that first. Another option would be to install another instance of WordPress and put it in a sub-dir, then just link to it.
How easy it is to customize the theme, is ultimately relative to your coding knowledge, but our themes are well commented and not encrypted, so there's nothing preventing you from making changes as you wish. We recommend the use of a
child theme if you are looking to make a lot of modifications, as it will save you from losing all of your changes in the process of an update. Thanks.