/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
	width: 100%;
}

html, body {
	margin:0;    
	padding:0;    
	height:100%;
}

body {
	background-color: #f4f1de;
	font-family: 'Ysabeau', sans-serif;
}

h1 {
	line-height: 0.7;
	color: #3d405b;
}

p {
	margin-bottom: 10px;
}

.header {
	display: flex;
	flex: 2;
	justify-content: right;
	padding: 15px 15rem 15px 0;
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #3d405b;
	position: relative;
	font-weight: 700;
	margin: 0 0 0 15px;
}

a {
	text-decoration: none;
	color: #3d405b;
}

a.menu {
	color: black;
}

a:hover {
	text-decoration: underline;
}
a:after {
	color: black;
}

.active {
	text-decoration: underline;
	color: black;
}

.slogan {
	font-style: italic;
	font-weight: 100;
	font-size: 1rem;
	padding-left: 300px;

}

.headercontent {
	font-family: Playfair Display, serif;
	padding: 20px;
	padding-top: 5px;
	padding-left: 100px;
	font-size: 1.5rem;
	display: block;
	text-align: right;
}

p.headercontent {
	text-align: left;
	width: 60%;
}

.nav {
	height: 1.5em;
	display: flex;
	padding: 0 15px 0 0;
	justify-content: space-around;
	flex-direction: row-reverse;
	align-items: center;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin: 5px;
}


.container {
	min-height:100%;    
	position:relative;
	max-width: 100%;
	display: flex;
	flex-grow: 1;
}


.content {
	padding:10px;
	border: 1px solid #f2cc8f;
	margin: 15px;
	background-color: white;
	width: 80%;
	}

.sidebar {
	width: 20%;
	padding:10px;
	border: 1px solid #f2cc8f;
	margin: 15px;
	background-color: white;
}

.leadpara {
	line-height: 1.3;
	font-size:1rem;
	margin-bottom: 10px;
}

.indent {
	text-indent: 2em;
}

.para {
	line-height: 1.3;
	font-size:1rem;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 15px;
}

.dropcap:first-letter {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  float: left;
  font-size: 6rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;

}

.updated {
	border: 1px solid #f2cc8f;
	background-color: #f4f3ee;
	margin-top: 15px;
	display: flex;
	padding: 5px;
	flex-direction: column;
	justify-content: space-between;	
}

.sffupdated {
	display: flex;	
	justify-content: flex-start;
	align-items: space-around;
	flex-wrap: wrap;
}

.sffupdated1 {
	display: flex;	
	justify-content: flex-start;
	align-items: space-around;
	flex-wrap: wrap;
}

.sffupdated div{
	border: 1px solid #f2cc8f;
	background-color: #f4f3ee;
	width: 15%;
	height: 200px;
	margin: 10px;
	flex-grow: 1;
	flex-basis: 300px;
	padding: 5px;
}

.sffupdated1 p{
	border: 1px solid #f2cc8f;
	background-color: #f4f3ee;
	width: 98%;
	height: auto;
	margin: 10px;
	flex-grow: 1;
	flex-basis: 150px;
	padding: 5px;
}


.sffblurb {
	font-weight: 400;
	text-align: justify;
	padding: 5px 15px 10px;
}

.title {
	display: block;
	text-align: center;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2rem;
}

}
h3 {
	padding: 5px;
	padding-bottom: 10px;
	text-decoration: underline;
	font-family: Playfair Display;
	font-weight: 400;
}

.blurb {
	display: inline;
	padding-bottom: 4px;
}

.readnow {
	display: block;
	width: 100%;
	border: 0;
   line-height: 2.5;
   padding: 0 20px;
   font-size: 0.8rem;
   text-align: center;
   color: #fff;
   background-color: #3d405b;
}

.sffupdated a {
	color: white;
}
.readnow:hover {
	background-color: #ddbea8;
}

#twenty, #twentyone, #twentytwo, #twentythree {
	display: none;
}

.sffbtn {
	display: inline;
	margin-left: 20px;
	width: 100%;
	border: 0;
	background-color: white;
	color: grey;
	font-size: 0.7rem;
}

span.button {
	float: right;

}

.hr {
	 display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f2cc8f;
    margin: auto;
    padding: 0;
    padding-bottom: 10px;
    width: 70%;
}

.break {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 30%;

}
.storycontent {
	column-count: 2;
	column-gap: 40px;
	padding: 10px;
	text-align: justify;
	font-size: 14pt;
}

.homelink {
  float: right !important;
  color: #6c757d !important;
  display: inline;
}

.chapter {
	display: flex;
	width: 45%;
	height: 45px;
	margin: auto;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #f2cc8f;
	border-bottom: 1px solid #f2cc8f;
	background-color: #f4f1de;
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-variant-caps: all-small-caps;
	letter-spacing: 1px;
}

.cbreak {
	 overflow: visible; /* For IE */
    border: none;
    text-align: center;
}
.cbreak:after {
    content: "* * *"; 
   
}

@media (max-width: 900px) {
	.container {
		flex-direction: column;
	}
	.content { 
		width: 90%;
	}
	.sidebar {
		width:90%;
	}
	.slogan {
		display: none;
	}

	.sffupdated {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.sffupdated1 {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.storycontent {
		column-count: 2;
	}
	.header{
		font-size: 1rem;
		padding: 10px 0 15px 0;
	}

}
@media (max-width: 500px) {
	.storycontent {
		column-count: 1;
	}
	.menu {
		padding: 0 15px 0 0;
		font-size: 0.9rem;
	}
}
