@media screen and (min-width: 768px) {
	#content{
		order: 1;
	}
	
	#sidebar {
		order: 2;
		flex: 0 0 18rem;
		padding: 15px 50px 15px 15px;
	}
}

