@media all and (min-width:701px) and (max-width: 900px) {
	#topbar > .left {
		xdisplay: none;
        xcolor:orange;
	}

	#topbar > .section.mid {
		justify-content: end;
        xflex:1;
        xbackground-color:orange;
        margin-right:40px;
	}

    #topbar > .section.right {
		display: none;
	}

    #topbar > .section.mid > a.nav-link {
	    font-size:1.2em;
        height:100%;
    }

}