Please help with some feedback on my tribute page

The main problem I am having is with the formatting and alignment. Some of my images move as the screen expands and causes it to look different than i intend it to at times.It looks okay full-screen, otherwise not too great. This may be due to the img-responsive class but I am unsure. Any feedback is greatly appreciated.

First, use the version of Bootstrap we are learning:
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css
more about that here:

Second, I think this class is an error: class=“col-2-3” and I see it in several forms in your code. I think it should be something like: class =“col-xs-3 col-md-3”.

Third, if you set your fonts and padding with numbers, it can’t be responsive, can it? You’ll want to let Bootstrap figure out the size needed depending on the screen size.

hope that helps