body {
	font-size: min(4.2vw, 20px);
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: black;
}

h1 {
	font-family: "Papyrus", "Lucida Handwriting", "Verdana", sans-serif;
	padding: 0;
	margin: 0;
	font-variant: small-caps;
	font-size: min(6.0vw, 42px);
}


h2 {
	font-family: "Papyrus", "Lucida Handwriting", "Verdana", sans-serif;
	padding: 0;
	margin: 0;
	font-variant: small-caps;
	font-size: min(5.5vw, 28px);
}

h3 {
	padding: 0;
	margin: 0;
	font-variant: small-caps;
	font-size: min(5.0vw, 28px);
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

p,ul {
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

li {
	list-style: square outside;
	padding: 0.2em 0 0.2em 0;
}

a {
  color: #525252;
  text-decoration-color: #525252;
}


.inner_list li{
	list-style: circle outside;
	padding: 0.1em 0 0.1em 0;
	font-style: italic;
	font-size: 0.8em;
}

.content {
	width: 100%;
	max-width: 900px;
	margin: auto;
	background-color: #DCCEE0;
}

.heading_block {
	padding: 0;
	border: 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	border-bottom: 1px solid black;
}

.heading_item_text {
	padding: 0;
	border: 0;
	flex-basis: 70%;
	flex-grow: 3;
	display: flex;
	border: none;
	align-items: center;
	height: auto;
}

.heading_text {
	padding: 2% 4%;
	margin: auto;
	border: 0;
	height: auto;
}

.heading_item_image {
	padding: 1%;
	border: 0;
	flex-basis: 25%;
	flex-grow: 0;
	border: none;
}

.heading_image {
	height: auto;
	text-align: center;
	border: 0;
	padding: 1% 5%;
}

.heading_image img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

.content_block {
	padding: 0;
	border: 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
}

#flexdir_reverse {
	flex-direction: row-reverse;
}

.content_item_text {
	min-width: 300px;
	padding: 0;
	border: 0;
	flex-basis: 50%;
	flex-grow: 3;
	border: none;
}

.content_item_image {
	padding: 0;
	border: 0;
	flex-basis: 45%;
	flex-grow: 0;
	border: none;
}

#storyImageBlock {
	flex-basis: 30%;
}
#storyGreetingBlock {
	justify-content: start;
}

.text {
	padding: 2% 4%;
	margin: auto;
	border: 0;
	height: auto;
}

#storyText {
	padding: 3% 8%;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#storyGreetingText {
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: larger;
}

.image {
	height: auto;
	text-align: center;
	vertical-align: center;
	border: 0;
	padding: 10%;
}
.image img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 2px;
	box-shadow: 2px 3px 4px 5px #888888;
	background-color: #888888;
}

.bottom {
	text-align: right;
	border-top: 1px solid black;
	font-size: min(2.3vw, 12px);
	padding: 0.5%;
	margin: 2% auto auto auto;
}