<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<title>Responsive Nav</title>
</head>
<body>
<header>
<figure class="brand">Responsive</figure>
<nav class="menu">
<input type="checkbox" id="menuToggle">
<label for="menuToggle" class="menu-icon"><i class="fa fa-bars"></i></label>
<ul>
<a href="http://stackoverflow.com/questions/9191803/why-does-z-index-not-work"><li>Home</li></a>
<a href="#"><li>About Us</li></a>
<a href="#"><li>Services</li></a>
<a href="#"><li>Info</li></a>
<a href="#"><li>Contact Us</li></a>
</ul>
</nav>
</header>
</body>
</html>