section {
	display: flex;
	flex-flow: row nowrap;
}
div.box {
	border-radius: 15px;
	margin: 20px 20px 20px 0;
	flex: 1 1 25%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start
}
div.landing {
	position: relative;
	height: 680px;
	background-image: url("../images/road-with-barn-transparent.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
}
article {
	border-radius: 15px;
	margin: 20px;
	flex: 1 1 75%;
	text-align: justify;
	background-color: white;
}
article h2 {
	font-family: 'Trocchi', serif;
	font-size: 2em;
	font-weight: 400;
	font-style: normal;
	padding: 0 0.5em 0.1em;
	border-radius: 15px 15px 0 0;
	background-color: black;
	color: white;
	margin-bottom: 0.5em;
}
article h2.center {
	font-family: 'Trocchi', serif;
	font-size: 2em;
	font-weight: 400;
	font-style: normal;

	padding: 0 0.5em 0.1em;
	border-radius: 15px 15px 0 0;
	background-color: black;
	color: white;
	margin-bottom: 0.5em;
	text-align: center;
}
article h2 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.5em;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	margin-left: 20px;
	color: yellow;
}

article .story {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	padding: 0 10px 10px;
	border-radius: 0 0 15px 15px;
	background-color: white;
}
article h3 {
	font-family: 'Trocchi', serif;
	font-size: 1.3em;
	font-weight: 600;
	font-style: normal;
}
article.clear {
	background-color: rgba( 0, 0, 0, 0.0 );
}
article.single {
	flex: 0 0 45%;
	margin: 20px auto;
}
article.single input[type=text] {
	padding: 5px;
}
.story p {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin: 0.5em 0;
}
.story ul {
	padding-left: 25px;
}
.story li {
	list-style-position: outside;
	font-size: 0.75em;
	padding-left: 5px;
}
.flex {
	display: flex;
	flex-flow: column;
}
.spacer {
	margin-bottom: 10px;
}
div .links {
	margin-top: 70px;
	flex: 1 1 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
}
p.journey {
	font-family: "Winky Rough", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.5em;
	width: 500px;
	margin: 0 0 0 450px;
	padding: 0 0 0 50px;
	text-indent: -50px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
p.details {
	margin: 0 0 30px 50px;
	width: 700px;
	font-size: 1.5em;
}
.no-line-height {
	line-height: 0;
	margin: 0;
	padding: 0;
}
@media only screen and (min-resolution: 2dppx) {
	.story p {
		font-size: 1em;
	}
	.story li {
		font-size: 1em;
	}
	.story li {
		font-size: 1em;
	}
}
