#main-content {
	height: 100%
	min-height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#main-top-image {
	width: 100%;
	flex: 0;
}
.main-text {
	width: 80%;
	margin: auto;
	flex: 1;
}
