I was able change the background color of the Jumbotron button 2 with the following CSS.
#header .bottom-header .header-button-two {
background: rgba(51,102,153,.8);
}
I would also like to change the on-hover color to something other than the default yellow. Does anyhow know the CSS for that?
Thanks,
Oakhill