/*
Theme Name: Clean WP child theme
Theme URI: http://www.made-by-us.nl
Author: Made by US
Author URI: http://www.made-by-us.nl
Description: Clean WP theme designed by Made by US
Template: clean-wp
Version: 1.0.0
License: GPL
License URI: http://www.made-by-us.nl
*/
@media screen and (min-width: 992px) {
nav.nav-wrapper{
  width: 55% !important;
  margin:0 auto!important;
  text-align: center!important;
}
.header .header-wrapper {
    display: flex;
    justify-content: normal!important;
    align-items: center;
    padding: 32px 0 24px 0;
}
}