article #Me, article #CV, article #Projects, article #Stuff, article #Cloud, article #Construction {
	flex: 1 100%;
}
@media all and (min-width: 35em) {
	#ButtonWrapOuter {
		flex: 2 1 auto;
		align-self: stretch;
		display: flex;
		flex-flow: row wrap;
	}
	#ButtonWrapInner {
		flex: 1 1 auto;
		align-self: stretch;
		display: flex;
		flex-flow: row nowrap;
	}
	#Me, #Construction {
		flex: 1 1 auto;
		align-self: stretch;
	}
	#CV, #Projects, #Stuff {
		flex: 1 1 auto;
	}
}
@media all and (min-width: 57em) {
	#ButtonWrapOuter {
		flex: 2 1 0;
		display: flex;
		flex-flow: row nowrap;
	}
	#ButtonWrapInner {
		flex: 2 1 0;
		display: flex;
		flex-flow: row wrap;
	}
	#CV, #Projects, #Stuff {
		flex: 1 1 0;
	}
	#Me, #Construction, #Cloud {
		flex: 1 1 0;
	}
}