<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<header class="static-header">
<img src="http://nickaburress.com/images/codepen.png" height="100" height="auto"/>
<nav>
<a href="#section1">Section 1</a>
<a href="#section2">Section 2</a>
<a href="#section3">Section 3</a>
<a href="#section4">Section 4</a>
</nav>
</header>
<header class="fixed-header">
<div class="fheader__container">
<img src="http://nickaburress.com/images/codepen.png" width="30px" height="auto"/>
<nav>
<a href="#section1">Section 1</a>
<a href="#section2">Section 2</a>
<a href="#section3">Section 3</a>
<a href="#section4">Section 4</a>
</nav>
</div>
</header>
<div class="container__content">
<div id="section1" class="section1">
<h1>Section 1</h1>
</div>
<div id="section2" class="section2">
<h1>Section 2</h1>
</div>
<div id="section3" class="section3">
<h1>Section 3</h1>
</div>
<div id="section4" class="section4">
<h1>Section 4</h1>