.header{
  width: 100%;
  height: 65px;
  float: left;
  background-color: #c0a271;
  text-align: center;
}
.header div{
    float: left;
}
.nav{
    position: absolute;
    min-width: 630px;
    left:30%;
}
.nav div{
    background: white;
    /* padding: 10px; */
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    border-radius: 20px;
    color: black;
    font-size: 13px;
    margin-top: 10px;
    margin-right: 20px;
    min-width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
a{
    color: #999;
    text-decoration:none;
}
.nav a:active {
    color:#c0a271;
    text-decoration:none;
    }
.logo{
    width: 100px;
    float: left;
    margin-right: 3%;
    margin-top: -0.5%;
}
.footer{
    position: fixed;
    bottom: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 100%;
    background: black;
    color: white;
    z-index: 9999;
}
