Trying to get more space removed from my header

Your music player looks okay to me. On line 1090 of your style.css file, you have the top padding of class .singular.page .hentry set to 3.5em. Start there. You might also want to remove padding and/or margins from the elements above the player, such as the navigation. If you want to remove the title, add if ( ! is_front_page() ) : before your call to the_title().