body  {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    color: #000b4f;

}
html{
    position: relative;
    width: 100%;
    height: 100%;
}
.Sectionvide{
    width: 100%;
    height: 50px;
}

a { color:#000b4f; }
a:hover { 
    color:unset;
    text-decoration: none; }

.Navwrap{
    z-index: 10000;
    position: fixed;
    width: 100%;
    
}
.emptyspacenav{
    height: 5%;

}

@media(max-width: 1000px){
    .emptyspacenav{
        height: 10%;
    
    }
    
}
