@charset 'utf-8';


#message .signature {
	margin: 0;
	margin-bottom: 2em;
	font-size: 1em;
	line-height: 1.4;
}

#message .emphasis {
	color: #000;
	font-size: 1.25em;
	font-weight: 700;
}

#message .columns {
	display: flex;
	flex-direction: column;
	max-width: 640px;
	margin: 0 auto;
}

#message .column {
	width: 100%;
}

#message .column img {
	width: 100%;
	height: auto;
}

#message .column figure {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	margin-bottom: 2em;
}

#message .column:last-child {
	max-width: 480px;
	margin: 0 auto;
}

@media only screen and (min-width: 541px) {

	#message .signature p {
		text-align: right;
	}
}

@media only screen and (min-width: 641px) {

	#message p span {
		display: inline-block;
	}
}

@media only screen and (min-width: 801px) {

	#message .signature {
		margin: 0;
	}

	#message .columns {
		flex-direction: row;
		max-width: none;
	}

	#message .column:first-child {
		width: 60%;
	}

	#message .column:last-child {
/* 		align-self: flex-end; */
		width: 40%;
		padding-left: 7%;
	}

	#message .column figure {
		width: 100%;
		margin: 0;
		margin-bottom: 2em;
	}
}


.presentation .sentence figure {
	max-width: none;
}


