@media all and (max-width: 1200px) {
	.mainnav{
		display: none;
	}

	.mobNavBtn {
	    display: block;
	}
}