body {
	height:100%;
	overflow:hidden;
}

body.flex-column .header {
	display: flex;
	flex-direction: row;
	align-items: center;
	/*border:1px solid red;*/
	height:10vh;
}

body.flex-column .header img {
	margin-left: 6px;;
	height: 90%;
	width: auto;
}

body.flex-column .content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height:60vh;
}

body.flex-column .content img {
	height: 50%;
	width: auto;
	max-width:90vw;
	height: auto;
}

body.flex-column .footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*border:1px solid red;*/
	height:30vh;
}

body.flex-column .footer p {
	text-align: center;
}

body.flex-column .footer img {
	height: 60%;
	width: auto;
	max-width:90vw;
	height: auto;
}

.hemp-bg {
	background-image: url('img/RE11262-2-tile-1.jpg');
}
@media screen and (min-width: 641px) {
	nav.top-bar img.top-bar-toggle-image {
		height: 160px;
		width: 228px;
	}
?
