When attempting to create a grid, I noticed that the first image element is not showing up in the first position as expected. Instead, it appears in the second position, leaving the first spot blank. After inspecting the issue, I realized that the styles from the bootstrap link
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
are causing my grid-box to malfunction. If I remove the bootstrap link, my navbar ceases to function.
If you'd like to review the code, you can find it here: Jsfiddle link
Any suggestions for fixing this issue would be greatly appreciated. Thank you for your help.