Save time on multiple of the same document.getElementById() calls by setting their results to variables.
Don't use .style.attribute, use bootstrap classes instead
CSS file overwrites bootstrap classes; remove the custom css and use bootstrap instead (I know you had very specific css, but it should still work, ask me if you can't get it)
document.getElementById()
calls by setting their results to variables..style.attribute
, use bootstrap classes instead