#header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d9a95d;
    z-index: 1000;
    transition: .5s;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}



