body {
    zoom: 90%;
}

footer, header:after, header .row > *, .menu-tabs {
    display: none;
}
header .row > .menu-top:first-child {
    display: inherit;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
header {
    width: 100%;
}
.menu-top a {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.post-type-archive-menu section {
    padding: 30px 0 60px;
}

.post-type-archive-menu .col-md-21 {
    flex: 0 0 100%;
    max-width: calc(100% - 80px);
}
.post-type-archive-menu .col-md-3 {
    flex: 0 0 80px;
}
