Nice font choice.
- Your alignment still needs some work. It's not centered on my screen.
- Your images need to have a width:100%; and their div containers overflow-x:hidden; This will fix the issue with the horizontal scroll on smaller screens.
- I would change the blue colour with something darker, as it reminds me of the police instead of a luxury hotel.
- The logo on the bottom of the page is massive. Try to make that smaller and align it in the center. This can be done by just adding text-align:center on it's div container, and a value for max-width to the logo (i.e. max-width:200px).