nav {
 margin-top: 80px;
}

nav > div:first-of-type {
 position: fixed;
 width: 100%;
 top: 0px;
 z-index: 1;
 background-color: ##3BC1AC;
}