My website isn't scaling correctly when I try to resize it or view it on my phone. I've added the below META tags but it's not working. Please advise, thank you.
http://patricesprojects.info/atlanta/index.html
HTML
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="atlanta.css">
<link rel="stylesheet"href="https://fonts.googleapis.com/css?family=Pacifico">
<link rel="stylesheet"href="https://fonts.googleapis.com/css?family=Roboto">
</head>
<body>
<header id="header">
<div id="logo">
<img src="logohtml.png" alt="logo" id="header-img">
<span>Welcome to Atlanta!</span>
</div>
<nav id="nav-bar">
<ul>
<li><a class="nav-link" href="#"><b>Things to Do</b></a></li>
<li><a class="nav-link" href="#"><b>Where to Eat</b></a></li>
<li><a class="nav-link" href="#"><b>Events</b></a></li>
<li><a class="nav-link" href="#"><b>Hotels</b></a></li>
<li><a class="nav-link" href="#"><b>Parking</b></a></li>
</ul>
</nav>
</header>
</header>
EDIT
PLEASE ADVISE IF CSS CODE IS NEEDED, thanks again.
EDIT This is what the site looks like after updating it. The first image is what it looked like prior to the update. enter image description here enter image description here