#g-navigation.g-fixed-active {background:#000;}
.logo img{padding:20px; height:100px;}

.navigation-toggle{
width:100px;
height:100px;
padding:35px;
}
.navigation-toggle .open{
background:url("../../../../images/icons/open.svg") no-repeat center center;
width:30px;
height:30px;
}
.navigation-toggle .close{
background:url("../../../../images/icons/close.svg") no-repeat center center;
width:30px;
height:30px;
}
.uk-modal.MainNav{
background:#f5f4ed;
}
.MainNav .uk-modal-dialog{
border-radius: 0;
background:#f5f4ed;
box-shadow:none;
width:100vw;
max-width: calc(100%);
height: calc(100vh - 100px);
margin:0;
Padding:80px;
}
