I am trying to make it so when someone clicks on the input box it rises to the top of the screen. I am able to make this work but I can\'t the other content within the paren
You can toggle or addClass to brandHeader on input:focus with jQuery, then you can add the transition to both h1 and input
brandHeader
input:focus
h1
input