.container-fluid.header {
    background: white!important;
}

.header .inner {
	background: none!important;
}

.header .inner .links {
	text-align: center!important;
    /* color: #9e7e28!important; */
    transform: scale(1.1);
}

.header .links p, .header .links p a, .header .links a, .header .links span.sepv {
    color: #9e7e28;
}

.header .inner .logo {
    top: 35px!important;
}

@media screen and (max-width: 820px) {
	.header .inner .logo {
        top: 60px!important;
    }
    .header .inner .links {
        transform: scale(1);
    }
  }