a,button{
    color: white!important;
}
button,div,input{
    border-radius: 3px!important;
}
.index_img{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
}
.header{
    width: 100%;
    height: 180px;
    min-height: 150px;
    min-width: 1400px;
    position: relative;
}
.header nav{
    position: absolute;
    z-index: 1;
    width: 100%!important;

}
.uk-navbar-container:not(.uk-navbar-transparent){
    background-color: rgba(255,255,255,.0);
    color: white;!important;
}